Tycho 2.7.1 bugfix release #819
Replies: 6 comments 5 replies
-
Perhaps it would be good if the 2.7.1 release used Eclipse 4.23 so that it can be used to build products that have PGP-signed content and could be used for EPP's 2022-06 builds. Right now 2.7.1 fails as describe here because of a p2 bug in 4.22: |
Beta Was this translation helpful? Give feedback.
-
Works for me. Thanks for your work! |
Beta Was this translation helpful? Give feedback.
-
Any product build that includes a PGP signed bundle will reproduce this problem. Oomph's installer product is feature based so I added this to the installer's main feature:
The TP then must include either Eclipse 4.23 or 4.24. What I was also trying to test was that the final artifacts.xml in the installed product included these keys:
That's because without these two keys for each PGP-signed bundle because otherwise the bundle will be displayed as unsigned content. So you also have to configure this:
|
Beta Was this translation helpful? Give feedback.
-
Tycho 2.7.1-SNAPSHOT works well for m2e: eclipse-m2e/m2e-core#626 |
Beta Was this translation helpful? Give feedback.
-
Tycho 2.7.1 has been released and is available from Maven Central repository. 🆕 https://github.com/eclipse/tycho/blob/tycho-2.7.1/RELEASE_NOTES.md
and thanks and to everyone who helped us with testing the staged version and especially Compart AG who kindly sponsoring this bugfix release and some of the included fixes. Regards, |
Beta Was this translation helpful? Give feedback.
-
There was one issue identified after the release see #876 so I now created a new 2.7.2-SNAPSHOT for anyone affected by this. |
Beta Was this translation helpful? Give feedback.
-
We are preparing a bugfix release of Tycho 2.7.1 to include some important fixes.
For details of included bugfixes, see the release notes, please let us know if you are aware of other regressions you would like to have included.
Also please help by testing the SNAPSHOTS build. To use it, change your Tycho version to 2.7.1-SNAPSHOT and add the following snippet to your pom.
You can find the current planned release date and progress here.
We like to thank Compart AG who kindly sponsoring this bugfix release and some of the included fixes.
Regards,
Tycho team
Beta Was this translation helpful? Give feedback.
All reactions