Skip to content

Bump tycho-version from 4.0.5 to 4.0.13 #1624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps tycho-version from 4.0.5 to 4.0.13.
Updates org.eclipse.tycho:tycho-maven-plugin from 4.0.5 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-maven-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-maven-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once

4.0.12

Support for JUnit 5.12

As there are some breaking changes in JUnit 5.12 Tycho now adds a new junit512 provider.

backports:

  • Remove signatures from wrapped source bundles
  • Improve error handling for maven-target locations
  • Fix collection of maven target locations
  • Improve bnd integration
  • Align bnd mojos with maven-surefire / maven-compiler plugin
  • Add support to filter files to perform cleanup
  • Do not collect dependencies for classified artifacts

Important Notice: There was a bug in previous versions of Tycho regarding the handling of maven target locations, it might be that you now get some more content or even some less (most noticeable optional artifacts are ignored now) or slightly different versions when using dependency inclusion.

4.0.11

Important Notice: There was a bug in previous versions of Tycho that has lead to the situation that projects are resolved with a higher bundle required java version even though this was not explicitly allowed. This could also lead to the case that even though tests should run with a lower java version as the build, actually the build jvm defined the minimum runtime.

This is now fixed, but might result in build previously working now fail due to the constraints not properly checked before, to fix those builds you have the following opportunities:

... (truncated)

Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-versions-plugin from 4.0.5 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-versions-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-versions-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once

4.0.12

Support for JUnit 5.12

As there are some breaking changes in JUnit 5.12 Tycho now adds a new junit512 provider.

backports:

  • Remove signatures from wrapped source bundles
  • Improve error handling for maven-target locations
  • Fix collection of maven target locations
  • Improve bnd integration
  • Align bnd mojos with maven-surefire / maven-compiler plugin
  • Add support to filter files to perform cleanup
  • Do not collect dependencies for classified artifacts

Important Notice: There was a bug in previous versions of Tycho regarding the handling of maven target locations, it might be that you now get some more content or even some less (most noticeable optional artifacts are ignored now) or slightly different versions when using dependency inclusion.

4.0.11

Important Notice: There was a bug in previous versions of Tycho that has lead to the situation that projects are resolved with a higher bundle required java version even though this was not explicitly allowed. This could also lead to the case that even though tests should run with a lower java version as the build, actually the build jvm defined the minimum runtime.

This is now fixed, but might result in build previously working now fail due to the constraints not properly checked before, to fix those builds you have the following opportunities:

... (truncated)

Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-compiler-plugin from 4.0.5 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-compiler-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-compiler-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once

4.0.12

Support for JUnit 5.12

As there are some breaking changes in JUnit 5.12 Tycho now adds a new junit512 provider.

backports:

  • Remove signatures from wrapped source bundles
  • Improve error handling for maven-target locations
  • Fix collection of maven target locations
  • Improve bnd integration
  • Align bnd mojos with maven-surefire / maven-compiler plugin
  • Add support to filter files to perform cleanup
  • Do not collect dependencies for classified artifacts

Important Notice: There was a bug in previous versions of Tycho regarding the handling of maven target locations, it might be that you now get some more content or even some less (most noticeable optional artifacts are ignored now) or slightly different versions when using dependency inclusion.

4.0.11

Important Notice: There was a bug in previous versions of Tycho that has lead to the situation that projects are resolved with a higher bundle required java version even though this was not explicitly allowed. This could also lead to the case that even though tests should run with a lower java version as the build, actually the build jvm defined the minimum runtime.

This is now fixed, but might result in build previously working now fail due to the constraints not properly checked before, to fix those builds you have the following opportunities:

... (truncated)

Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-ds-plugin from 4.0.5 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-ds-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-ds-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once

4.0.12

Support for JUnit 5.12

As there are some breaking changes in JUnit 5.12 Tycho now adds a new junit512 provider.

backports:

  • Remove signatures from wrapped source bundles
  • Improve error handling for maven-target locations
  • Fix collection of maven target locations
  • Improve bnd integration
  • Align bnd mojos with maven-surefire / maven-compiler plugin
  • Add support to filter files to perform cleanup
  • Do not collect dependencies for classified artifacts

Important Notice: There was a bug in previous versions of Tycho regarding the handling of maven target locations, it might be that you now get some more content or even some less (most noticeable optional artifacts are ignored now) or slightly different versions when using dependency inclusion.

4.0.11

Important Notice: There was a bug in previous versions of Tycho that has lead to the situation that projects are resolved with a higher bundle required java version even though this was not explicitly allowed. This could also lead to the case that even though tests should run with a lower java version as the build, actually the build jvm defined the minimum runtime.

This is now fixed, but might result in build previously working now fail due to the constraints not properly checked before, to fix those builds you have the following opportunities:

... (truncated)

Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-packaging-plugin from 4.0.5 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-packaging-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-packaging-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add su...

    Description has been truncated

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `tycho-version` from 4.0.5 to 4.0.13.

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

Updates `org.eclipse.tycho:tycho-versions-plugin` from 4.0.5 to 4.0.13
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.13)

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

Updates `org.eclipse.tycho:tycho-ds-plugin` from 4.0.5 to 4.0.13
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.13)

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

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

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

Updates `org.eclipse.tycho:tycho-p2-director-plugin` from 4.0.5 to 4.0.13
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.5...tycho-4.0.13)

Updates `org.eclipse.tycho:tycho-surefire-plugin` from 4.0.5 to 4.0.13

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-versions-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-ds-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-packaging-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:target-platform-configuration
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-source-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-p2-director-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-surefire-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 26, 2025
Copy link

Test Results

0 tests   - 121   0 ✅  - 121   0s ⏱️ -18s
0 suites  -  28   0 💤 ±  0 
0 files    -  28   0 ❌ ±  0 

Results for commit e9d5b3d. ± Comparison against base commit 5b3aeac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants