Use parent pom 6.2116.x to fix plugin BOM - #308
Merged
Conversation
Fixes the bug that was introduced in 6.2108.v08c2b_01b_cf4d. Java 21 was required in that pom. That requirement was incorrect. It has been repaired in more recent versions of the parent pom. Detected in plugin BOM pull request: * jenkinsci/bom#6285 We need a release quickly so that we can update the plugin BOM to include Jenkins 2.541.1. Testing done: * Confirmed that the plugin fails to compile with Java 17 unless this change is applied * Confirmed that once this change is applied, the plugin compiles with Java 17
Was not needed in the past because we didn't make the mistake of prematurely requiring Java 21. Since that mistake has been made, let's include Java 17 in the testing. Also tests with Jenkins 2.541.1 and Java 25, since that is the most recent LTS.
6 tasks
MarkEWaite
added a commit
to shalinisudarsan/bom
that referenced
this pull request
Jan 23, 2026
Contributor
Author
|
@jimklimov we need a new release of the plugin with this change or we need to drop the instant-messaging plugin from the plugin BOM. Can you label this pull request as "bug" and merge it so that a new release is generated? |
MarkEWaite
added a commit
to MarkEWaite/bom
that referenced
this pull request
Jan 24, 2026
…to v2.882.v5363d4fd02fb_ (jenkinsci#6292)" Failure discovered in the upgrade to 2.541.1 as part of pull request: * jenkinsci#6285 Fixed by instant messaging plugin pull request: * jenkinsci/instant-messaging-plugin#308 This reverts commit c6637ba.
6 tasks
MarkEWaite
added a commit
to jenkinsci/bom
that referenced
this pull request
Jan 24, 2026
…to v2.882.v5363d4fd02fb_ (#6292)" (#6303) Failure discovered in the upgrade to 2.541.1 as part of pull request: * #6285 Fixed by instant messaging plugin pull request: * jenkinsci/instant-messaging-plugin#308 This reverts commit c6637ba.
1 task
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.
Use parent pom 6.2116.x to fix plugin BOM
Fixes the bug that was introduced in 6.2108.v08c2b_01b_cf4d. Java 21 was required in that pom. That requirement was incorrect. It has been repaired in more recent versions of the parent pom.
Detected in plugin BOM pull request:
We need a release quickly so that we can update the plugin BOM to include Jenkins 2.541.1.
Also tests with Java 17. Was not needed in the past because we didn't make the mistake of prematurely requiring Java 21. Since that mistake has been made, let's include Java 17 in the testing.
Also tests with Jenkins 2.541.1 and Java 25, since that is the most recent LTS.
Testing done
Submitter checklist