Restore Java 17 compile with parent pom 6.2116.v7501b_67dc517 - #741
Merged
Conversation
Parent pom 6.2108.v08c2b_01b_cf4d incorrectly forced Java 21 compilation. That breaks the plugin BOM. Use a newer version that works with Java 17. Detected in pull request: * jenkinsci/bom#6285 Testing done: * Confirmed that Java 17 compilation fails without this change * Confirmed that Java 17 compilation works with this change
Was not necessary previously, but since we've seen a bug in the parent pom that causes us to use the wrong compiler, let's test with Java 17.
6 tasks
MarkEWaite
added a commit
to shalinisudarsan/bom
that referenced
this pull request
Jan 23, 2026
timja
approved these changes
Jan 23, 2026
MarkEWaite
added a commit
to jenkinsci/bom
that referenced
this pull request
Jan 24, 2026
* Add 2.541.x line and remove 2.504.x Added 2.541.x line and removed 2.504.x * Test gitea-checks 601.609.v7b_5ee1a_655f2 incremental Built from pull request: * jenkinsci/gitea-checks-plugin#307 * Update final release of 2.504.x line * Use instant-messaging incremental 2.884.veda_553935c84 From pull request: * jenkinsci/instant-messaging-plugin#308 * Use workflow-job incremental 1572.v4a_176c455367 Pull request: * jenkinsci/workflow-job-plugin#741 * Document the final release for 2.504.x line * Fix a merge mistake --------- Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Restore Java 17 compile with parent pom 6.2116.v7501b_67dc517
Parent pom 6.2108.v08c2b_01b_cf4d incorrectly forced Java 21 compilation. That breaks the plugin BOM. Use a newer version that compiles with Java 17.
Detected in pull request:
Also tests with Java 17, since we've seen a bug in the parent pom that causes us to use the wrong compiler.
Testing done
Submitter checklist