Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

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

Release notes

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

12.1.6

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #14360 - jetty-ee8-cdi missing from jetty-ee8-bom
  • #14330 - VirtualThreadPool can create unlimited threads while doc mentions otherwise
  • #14319 - ZSTD CompressionHandler may duplicate bytes in response (@​afarber)
  • #14280 - jetty-ee11-servlets mistakenly depends on jetty-client
  • #14264 - org.eclipse.jetty.server.Response.sendRedirect doesn't allow a location containing a fragment (/#fragment)
  • #14260 - Improve GZIP performance
  • #14209 - Unable to use custom XmlParser for WebAppContext / MetaData descriptor parsing
  • #14137 - 304 Not Modified produces incorrect ETag from CompressionHandler.
  • #14068 - Jetty tmpdir processing doesn't match Java on Windows
  • #14061 - Jetty 12.1.4 demo HTTP/3 wrong port in alt-svc response header (@​afarber)
  • #13686 - Improve grow algorithms
  • #13670 - jetty-ee11-servlet getParameter does not throw IllegalStateException
  • #13353 - Create a glossary in the documentation (@​afarber)
  • #13328 - Add option to share thread pool in ProxyHandler (@​afarber)
  • #12806 - ComplianceViolation.Listener isn't very useful for helping identify clients that need to migrate to standards
  • #12660 - Tagging the ClientUpgradeRequest to be able to support per-request client ssl auth
  • #11505 - Document HttpURI methods (@​afarber)
  • #10905 - Support cookie name prefixes (@​afarber)
  • #10355 - Http3Fields efficiency
  • #10281 - pom.xml description tags need updated
  • #9019 - Server cannot be closed gracefully when ServerConnector's IdleTimeout is 0
Commits
  • 88ca559 Updating to version 12.1.6
  • d94be9b Preserve HttpCompliance across HttpFields copies (#14400)
  • 49826aa Issue #12806 - Overhaul ComplianceViolation.Listener reporting (#14090)
  • 8c25e1b Fix HttpChannelState mistakenly aborting in certain cases when the `ErrorHa...
  • adfc2e1 [12.1.x EE8] Bump the dev-dependencies group
  • e9d4cba Merge pull request #14263 from jetty/fix/jetty-12.1.x/9019-ShutdownIdleTimeout
  • cf4636a Issue #14319 - Fix ZSTD byte duplication at 128KB boundary (#14325)
  • eced742 Generalize BlockingArrayQueue's growing strategy (#14326)
  • 2264d3d Issue #4652 - test to demonstrate the WebAppContext ClassLoader isolation
  • 81b50d5 Updated module property documentation.
  • Additional commits viewable in compare view

Updates org.eclipse.jetty:jetty-http from 12.1.5 to 12.1.6

Updates org.eclipse.jetty:jetty-server from 12.1.5 to 12.1.6

Updates org.eclipse.jetty.http2:jetty-http2-common from 12.1.5 to 12.1.6

Updates org.eclipse.jetty.http2:jetty-http2-hpack from 12.1.5 to 12.1.6

Updates org.eclipse.jetty.http2:jetty-http2-server from 12.1.5 to 12.1.6

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` from 12.1.5 to 12.1.6.

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

Updates `org.eclipse.jetty:jetty-http` from 12.1.5 to 12.1.6

Updates `org.eclipse.jetty:jetty-server` from 12.1.5 to 12.1.6

Updates `org.eclipse.jetty.http2:jetty-http2-common` from 12.1.5 to 12.1.6

Updates `org.eclipse.jetty.http2:jetty-http2-hpack` from 12.1.5 to 12.1.6

Updates `org.eclipse.jetty.http2:jetty-http2-server` from 12.1.5 to 12.1.6

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-version: 12.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-http
  dependency-version: 12.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-version: 12.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.http2:jetty-http2-common
  dependency-version: 12.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.http2:jetty-http2-hpack
  dependency-version: 12.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.http2:jetty-http2-server
  dependency-version: 12.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2026
@dependabot dependabot bot requested a review from cmgrote as a code owner February 2, 2026 04:54
@dependabot dependabot bot added the java Pull requests that update Java code label Feb 2, 2026
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants