Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps jetty.version from 12.1.4 to 12.1.5.
Updates org.eclipse.jetty:jetty-bom from 12.1.4 to 12.1.5

Release notes

Sourced from org.eclipse.jetty:jetty-bom's releases.

12.1.5

Changelog

  • #14097 - Can't use Jetty when the default Locale is Azerbaijan
  • #14085 - QoSHandler: Allow customization of rejection status code (429 vs 503) and improve extensibility
  • #14070 - Invalid logger usage in ThreadPool
  • #14063 - Add test scope to jetty-quic-util JUnit dependency
  • #14028 - Native memory leak in zstd compression handler
  • #14017 - Fix cookie-config web.xml attributes when used with quickstart
  • #13993 - Fixes for ThreadLimitHandler with NON_BLOCKING invocation type
  • #13964 - HTTP/2 Client infinite reconnection loop
  • #13962 - HTTP/2 Client connection timeout does not work
Commits
  • 4905d09 Updating to version 12.1.5
  • 03790e9 Fix ZStandard native memory leaks (#14087)
  • 52a743b QoSHandler customization of the status code and the writing of the response...
  • fd6011d Fix loop caused by NegotiatingClientConnection talking to broken server (#1...
  • c1e300d Replace reflection-based BundleClassLoaderHelper with spec-compliant BundleDe...
  • 787aa03 Improve buffer pools stats and dump (#14123)
  • 06ba4eb Introduced Jetty module json.mod, called "json" and not "ajax" despite the ...
  • b448fea Merge pull request #14083 from jetty/fix/jetty-12.1.x/14070-ThreadPoolDebugLog
  • d2a9738 [12.1.x EE8] Bump the build-deps group in /jetty-ee8 with 2 updates
  • d15dc5b [12.1.x Root pom] Bump the dev-dependencies group with 4 updates
  • Additional commits viewable in compare view

Updates org.eclipse.jetty.ee9:jetty-ee9-bom from 12.1.4 to 12.1.5

Release notes

Sourced from org.eclipse.jetty.ee9:jetty-ee9-bom's releases.

12.1.5

Changelog

  • #14097 - Can't use Jetty when the default Locale is Azerbaijan
  • #14085 - QoSHandler: Allow customization of rejection status code (429 vs 503) and improve extensibility
  • #14070 - Invalid logger usage in ThreadPool
  • #14063 - Add test scope to jetty-quic-util JUnit dependency
  • #14028 - Native memory leak in zstd compression handler
  • #14017 - Fix cookie-config web.xml attributes when used with quickstart
  • #13993 - Fixes for ThreadLimitHandler with NON_BLOCKING invocation type
  • #13964 - HTTP/2 Client infinite reconnection loop
  • #13962 - HTTP/2 Client connection timeout does not work
Commits
  • 4905d09 Updating to version 12.1.5
  • 03790e9 Fix ZStandard native memory leaks (#14087)
  • 52a743b QoSHandler customization of the status code and the writing of the response...
  • fd6011d Fix loop caused by NegotiatingClientConnection talking to broken server (#1...
  • c1e300d Replace reflection-based BundleClassLoaderHelper with spec-compliant BundleDe...
  • 787aa03 Improve buffer pools stats and dump (#14123)
  • 06ba4eb Introduced Jetty module json.mod, called "json" and not "ajax" despite the ...
  • b448fea Merge pull request #14083 from jetty/fix/jetty-12.1.x/14070-ThreadPoolDebugLog
  • d2a9738 [12.1.x EE8] Bump the build-deps group in /jetty-ee8 with 2 updates
  • d15dc5b [12.1.x Root pom] Bump the dev-dependencies group with 4 updates
  • Additional commits viewable in compare view

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 `jetty.version` from 12.1.4 to 12.1.5.

Updates `org.eclipse.jetty:jetty-bom` from 12.1.4 to 12.1.5
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.1.4...jetty-12.1.5)

Updates `org.eclipse.jetty.ee9:jetty-ee9-bom` from 12.1.4 to 12.1.5
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.1.4...jetty-12.1.5)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-version: 12.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee9:jetty-ee9-bom
  dependency-version: 12.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2025
@jbertram jbertram closed this Dec 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 10, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/jetty.version-12.1.5 branch December 10, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant