Tycho 3.0.0 / 3.0.1 / 3.0.2 / 3.0.3 / 3.0.4 / 3.0.5 release #1401
Replies: 15 comments 14 replies
-
Thanks for the new release! Please add a hint to the migration guide that Java 17 is required to execute the build itself. I stumbled about the following problem:
the next plugin the same error occurs again on stderr:
and then the build fails with: In this case the host bundle is com.godyo.p5.externlib.ag.ion.noa and the patch fragment comes later in the build reactor (which then supplies the "missing" patch.jar). The failing com.godyo.p4.office.ui is a normal bundle. Should i file an issue for that problem? Thanks. |
Beta Was this translation helpful? Give feedback.
-
For M2E some tests are failing when using the Tycho 3.0.0-SNAPSHOT: The license vetting fails as well due to more dependencies being resolved. Actually I would assume that it is good, but in conjunction with the dash-licenses plugin this somehow fails. |
Beta Was this translation helpful? Give feedback.
-
Tycho 3.0.0 has been released and is available from Maven Central repository. 🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.0/RELEASE_NOTES.md
💰 we would like to also thank: for sponsoring contributions in this release. and thanks to everyone who helped us with testing the snapshot version. Regards, The Tycho Team |
Beta Was this translation helpful? Give feedback.
-
Due to (cause by the recent eclipse release) we are currently preparing an emergency bugfix release, see the following related issues: |
Beta Was this translation helpful? Give feedback.
-
We currently prepare a 3.0.2 release so please help testing the snapshot and prepare any backports. |
Beta Was this translation helpful? Give feedback.
-
Tycho 3.0.2-SNAPSHOT is working for us |
Beta Was this translation helpful? Give feedback.
-
👍 Tycho 3.0.2-SNAPSHOT is working for us (Eclipse StatET, using JUnit 5.9 for tests). |
Beta Was this translation helpful? Give feedback.
-
Tycho 3.0.2 has been released and is available from Maven Central repository. 🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.2/RELEASE_NOTES.md
💰 we would like to also thank Faktor Zehn GmbH for sponsoring this release! and thanks to everyone who helped us with testing the snapshot version. Regards, The Tycho Team |
Beta Was this translation helpful? Give feedback.
-
Because of issues with recently released Maven 3.9.0 (see #2100 ) I plan to release a Tycho 3.0.3, please let me know if you plan any more backports (@sratz ? @lppedd ? @vogella ? @merks ?) otherwise I'll start the release on Friday. |
Beta Was this translation helpful? Give feedback.
-
Tycho 3.0.3 has been released and is available from Maven Central repository. 🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.3/RELEASE_NOTES.md
and thanks to everyone who helped us with testing the snapshot version. Regards, The Tycho Team |
Beta Was this translation helpful? Give feedback.
-
I plan to do a 3.0.4 release soon with the updated dependencies of platform, many 3rdparty stuff and to improve compatibility with Maven 3.9, if there is anything one likes to getting back ported please open a PR that targets the 3.0.x branch. |
Beta Was this translation helpful? Give feedback.
-
Tycho 3.0.4 has been released and is available from Maven Central repository. 🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.4/RELEASE_NOTES.md
💰 we would like to also thank the Eclipse IDE Working Group for sponsoring this release and thanks to everyone who helped us with testing the snapshot version. Regards, The Tycho Team |
Beta Was this translation helpful? Give feedback.
-
I plan to do a 3.0.5 release soon, this is mainly have same smaller adjustments and dependency updates, but if you feel something should be back-ported or there is a server bugfix to include let me know and have a look at https://github.com/eclipse-tycho/tycho/blob/master/CONTRIBUTING.md#backporting for details. The Milestone for this release can be found here: |
Beta Was this translation helpful? Give feedback.
-
Tycho 3.0.5 has been released and is available from Maven Central repository. 🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-3.0.5/RELEASE_NOTES.md
💰 we would like to also thank Eclipse WG for sponsoring the releng work in this release and thanks to everyone who helped us with testing the snapshot version. IMPORTANT: Please keep in mind that with this release Tycho 3 has reached EOL and will likely not receive any updates, we encourage everyone to upgrade to Tycho 4 what will officially released soon. Regards, |
Beta Was this translation helpful? Give feedback.
-
Thank you!!!! 💞💞 |
Beta Was this translation helpful? Give feedback.
-
We plan to release Tycho 3.0.0 next week. For details of new features and bugfixes, see release notes.
Please help by testing the SNAPSHOTS build. To use it, change your tycho version to 3.0.0-SNAPSHOT and add the following snippet to your pom.
try out the current tycho snapshot build.
We plan to promote this release 30.09.2022 unless major issues are found.
This is a major release with breaking changes, read the release notes and migration guide carefully.
Also please note that from 3.x on Tycho requires 17 as a build vm, but you can still compile code for older releases.
Regards,
Tycho team
Beta Was this translation helpful? Give feedback.
All reactions