Update Eclipse SimRel to 2026-09 - #434
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates the project to align with the Eclipse 2026-09 SimRel p2 repository and bumps the project/version metadata across all Maven modules and Eclipse bundle/feature descriptors.
Changes:
- Bump the root Maven project version to
2026.9.0and update all module parent references accordingly. - Update the Eclipse SimRel p2 repository definition to
https://download.eclipse.org/releases/2026-09/(eclipse-2026-09). - Synchronize OSGi bundle versions and Eclipse feature versions to
2026.9.0(and updateabout.mappings).
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Bumps root project version and updates the SimRel p2 repository id/url to 2026-09. |
| io.github.nbauma109.decompiler/pom.xml | Updates parent version to 2026.9.0. |
| io.github.nbauma109.decompiler/META-INF/MANIFEST.MF | Updates OSGi Bundle-Version to 2026.9.0. |
| io.github.nbauma109.decompiler/about.mappings | Updates build/version mappings to 20260705 / 2026.9.0. |
| io.github.nbauma109.decompiler.tests/pom.xml | Updates parent version to 2026.9.0. |
| io.github.nbauma109.decompiler.tests/META-INF/MANIFEST.MF | Updates OSGi Bundle-Version to 2026.9.0. |
| io.github.nbauma109.decompiler.source.feature/pom.xml | Updates parent version to 2026.9.0. |
| io.github.nbauma109.decompiler.source.feature/feature.xml | Updates feature and included plugin versions to 2026.9.0. |
| io.github.nbauma109.decompiler.source.attach/pom.xml | Updates parent version to 2026.9.0. |
| io.github.nbauma109.decompiler.source.attach/META-INF/MANIFEST.MF | Updates OSGi Bundle-Version to 2026.9.0. |
| io.github.nbauma109.decompiler.source.attach.tests/pom.xml | Updates parent version to 2026.9.0. |
| io.github.nbauma109.decompiler.source.attach.tests/META-INF/MANIFEST.MF | Updates OSGi Bundle-Version to 2026.9.0. |
| io.github.nbauma109.decompiler.repository/pom.xml | Updates parent version to 2026.9.0. |
| io.github.nbauma109.decompiler.feature/pom.xml | Updates parent version to 2026.9.0. |
| io.github.nbauma109.decompiler.feature/feature.xml | Updates feature and included plugin versions to 2026.9.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: be1cfa1475
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <id>eclipse-2026-09</id> | ||
| <layout>p2</layout> | ||
| <url>https://download.eclipse.org/releases/2026-06/</url> | ||
| <url>https://download.eclipse.org/releases/2026-09/</url> |
There was a problem hiding this comment.
Keep Tycho on a released SimRel repository
As of July 5, 2026, Eclipse 2026-09 is still a future SimRel release scheduled for September 9, 2026, while 2026-06 is the current release with a published p2 repository. Pointing the build at https://download.eclipse.org/releases/2026-09/ makes build.sh/the release workflow's mvn clean verify resolve the Tycho target platform from an unpublished repo until GA, so CI and tagged releases will fail before that repository goes live; the existing update-eclipse-p2.sh validation/fallback logic would avoid this by staying on 2026-06 until the p2 metadata exists.
Useful? React with 👍 / 👎.
https://download.eclipse.org/releases/2026-09//eclipse-2026-092026.9.0