Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2026

Bumps org.jenkins-ci:jenkins from 1.142 to 2.1328.vfd10e2339a_19.

Release notes

Sourced from org.jenkins-ci:jenkins's releases.

2.1328.vfd10e2339a_19

👷 Changes for plugin developers

👻 Maintenance

📦 Dependency updates

2.1326.v00b_e26755312

💥 Breaking changes

  • Require Java 21 or newer in parent POM for core and core components (#781) @​uhafner

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jenkins-ci:jenkins](https://github.com/jenkinsci/pom) from 1.142 to 2.1328.vfd10e2339a_19.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG-old.md)
- [Commits](https://github.com/jenkinsci/pom/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci:jenkins
  dependency-version: 2.1328.vfd10e2339a_19
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jan 4, 2026
Copy link
Member

@jtnord jtnord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this library has no business requiring java21.
It is used outside of Jenkins (maven plugins) and has its own lifecycle. needs to be restricted to java17 (but in reality could probably even be 11)
jenkinsci/jenkins#26018

As noted by James Nord in
#149 (review)

> this library has no business requiring java21.
> It is used outside of Jenkins (maven plugins) and has its own
> lifecycle. needs to be restricted to java17 (but in reality could probably
> even be 11)
@MarkEWaite
Copy link
Contributor

this library has no business requiring java21. It is used outside of Jenkins (maven plugins) and has its own lifecycle. needs to be restricted to java17 (but in reality could probably even be 11) jenkinsci/jenkins#26018

Thanks! I've pushed two changes to set the compiler release to Java 17 and to test with Java 17. I confirmed that the library compiles and passes tests with Java 17.

@jtnord if that's sufficient, could you approve and merge this pull request?

@MarkEWaite MarkEWaite added bug and removed bug labels Jan 16, 2026
@jtnord jtnord self-requested a review January 16, 2026 13:39
@jtnord jtnord merged commit d5bda31 into master Jan 16, 2026
14 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.jenkins-ci-jenkins-2.1328.vfd10e2339a_19 branch January 16, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants