Skip to content

Changes

Summary

  1. Remove Maven prerequisite (details)
  2. Remove duplicate maven properties. (details)
  3. Moved TouchBundles from releng tests to releng tools (details)
  4. Bump tycho.version from 4.0.6 to 4.0.7 (details)
  5. Make LogConverterTask final (details)
  6. Make ProblemSummaryNode record (details)
  7. Allow Converter to fetch jdt's dot.xml dtd (details)
Commit 7f94bac1d2cb2b9fcdc3d2543189b2c7e6817bbb by Alexander Kurtakov
Remove Maven prerequisite

Fixes
```
[WARNING] The project
org.eclipse.platform:eclipse.platform.releng.buildtools:pom:1.1.0-SNAPSHOT
uses prerequisites which is only intended for maven-plugin projects but
not for non maven-plugin projects. For such purposes you should use the
maven-enforcer-plugin. See
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
```
The file was modified pom.xml (diff)
Commit 6743d48a1312f03a4195875af2b653d8f270a65c by Alexander Kurtakov
Remove duplicate maven properties.
The file was modified pom.xml (diff)
Commit 0cc5888b81a33feb7ab80a76ca5918071535597a by Andrey Loskutov
Moved TouchBundles from releng tests to releng tools

Added TouchBundles with VersionBump to simplify unstable build fixes
caused by compiler changes.

See https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/1931

See https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1923
The file was modified bundles/org.eclipse.releng.tools/pom.xml (diff)
The file was addedbundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/TouchBundles.java
The file was addedbundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/VersionBump.java
The file was modified bundles/org.eclipse.releng.tools/META-INF/MANIFEST.MF (diff)
Commit 63f69041fb8f4f6b8a6f72e171e7614370e905f7 by Alexander Kurtakov
Bump tycho.version from 4.0.6 to 4.0.7

Bumps `tycho.version` from 4.0.6 to 4.0.7.

Updates `org.eclipse.tycho:tycho-buildtimestamp-jgit` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)

Updates `org.eclipse.tycho.extras:tycho-sourceref-jgit` from 4.0.6 to 4.0.7

Updates `org.eclipse.tycho:tycho-maven-plugin` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)

Updates `org.eclipse.tycho:tycho-source-plugin` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)

Updates `org.eclipse.tycho:tycho-p2-plugin` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)

Updates `org.eclipse.tycho:tycho-compiler-plugin` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)

Updates `org.eclipse.tycho:tycho-packaging-plugin` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)

Updates `org.eclipse.tycho:target-platform-configuration` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.6...tycho-4.0.7)

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-buildtimestamp-jgit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho.extras:tycho-sourceref-jgit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-p2-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-packaging-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:target-platform-configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
The file was modified pom.xml (diff)
Commit fb3d945fdf827b4493dbebab46a191c17c855eb3 by Alexander Kurtakov
Make LogConverterTask final

Instead of putting comment that it's not intended to be subclassed.
The file was modified bundles/org.eclipse.releng.build.tools.convert/src/org/eclipse/releng/build/tools/convert/ant/LogConverterTask.java (diff)
Commit bd8c70a3d4044a7bd1ff7d11ab826a28387d4c46 by Alexander Kurtakov
Make ProblemSummaryNode record
The file was modified bundles/org.eclipse.releng.build.tools.convert/src/org/eclipse/releng/build/tools/convert/dom/AbstractDOMConverter.java (diff)
The file was modified bundles/org.eclipse.releng.build.tools.convert/src/org/eclipse/releng/build/tools/convert/ant/Converter.java (diff)
The file was modified bundles/org.eclipse.releng.build.tools.convert/src/org/eclipse/releng/build/tools/convert/dom/ProblemSummaryNode.java (diff)
Commit 3e344c1ee855c1eab2004cf06610e1165fc39e5b by Alexander Kurtakov
Allow Converter to fetch jdt's dot.xml dtd

As dot.xml files are generated inside EF infra, stored there and
converter run there - there should be no security concern over fetching
a dtd (coming from EF too).
The file was modified bundles/org.eclipse.releng.build.tools.convert/src/org/eclipse/releng/build/tools/convert/ant/Converter.java (diff)