Skip to content

[jetty-12-ee10] Bump jetty.version from 12.0.20-SNAPSHOT to 12.1.0.beta2 #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: jetty-12-ee10
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps jetty.version from 12.0.20-SNAPSHOT to 12.1.0.beta2.
Updates org.eclipse.jetty:jetty-bom from 12.0.20-SNAPSHOT to 12.1.0.beta2

Release notes

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

12.1.0.beta2

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #13363 - Improve JSP scratch directory creation and error message.
  • #13354 - Upgrade jasper-jsp 9.0.107, 10.1.43
  • #13348 - jetty 12.0.x dependencies upgrade
  • #13343 - Module eeN-quickstart should depend on eeN-annotations
  • #13336 - HTTP/2 - Valid horizontal tab "\t" in http header is coverted into "?"
  • #13330 - Content negotiation for Accept-Language (static pages) ?
  • #13321 - Cleanup plus and annotations hierarchy
  • #13303 - Improved logging and exception handling in HTTP2Producer.
  • #13300 - o.e.j.plus.jndi.Resources declared in eeX scope then linked via <resource-ref> or <resource-env-ref> in web.xml not found
  • #13299 - Race Condition in WebSocketConnection - Job failed: java.lang.IllegalStateException: FILLING_AND_PARSING
  • #13295 - Fix comments in NamingEntry; add support for simple scope name
  • #13291 - Remove unnecessary old slf4j osgi compatibility
  • #13288 - jetty 12.0.x 8867 plugin toolchain
  • #13285 - Upgrade quiche to version 0.24.4
  • #13274 - JettyWebSocketTest sometimes fails with ConcurrentModificationException
  • #13268 - charset=null is automatically added when using Content-Type: application/problem+json in Servlet ee10
  • #13266 - Fix Typo in http.adoc (@​maarouf-yassine)
  • #13263 - NPE from SslEndPoint.isInputShutdown
  • #13261 - Improve handling of failed HTTP/2 requests
  • #13259 - org.eclipse.jetty.plus.jndi.Transaction should support javax.naming.Referenceable as a constructor option too.
  • #13251 - Jetty 12.0.x use our new release tools
  • #13242 - Keep extracted query params as attribute for jetty-core
  • #13238 - stop.host property always uses the default 127.0.0.1
  • #13234 - Regression in 12.0.21 on handling empty query parameters
  • #13232 - Regression in ee9/ee8 getRequestDispatcher() exceptions
  • #13228 - Update Core Deploy Documentation
  • #13190 - Introduce ability to decode and/or canonicalize URIs in a RewriteRule
  • #13127 - Support Digest authentication with SHA-256
  • #13087 - Why doesn't SocketAddressResolver API receive the context map?
  • #13043 - Review WebSocket flushers
  • #12818 - NPE with websocket java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.io.RetainableByteBuffer.hasRemaining()" because "this.networkBuffer" is null
  • #12735 - Provide better documentation of JettyWebSocketServletContainerInitializer and jetty-${ee-version}-websocket-jetty-server modules
  • #11952 - Remove usages of ByteBufferCallbackAccumulator
  • #9794 - Jetty 12 - jetty-ee9-proxy.xml broken
  • #9632 - Jetty 12 - conditional headers handling for welcome files

12.1.0.beta1

Special Thanks to the following Eclipse Jetty community members

Changelog

... (truncated)

Commits

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.20-SNAPSHOT to 12.1.0.beta2

Release notes

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

12.1.0.beta2

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #13363 - Improve JSP scratch directory creation and error message.
  • #13354 - Upgrade jasper-jsp 9.0.107, 10.1.43
  • #13348 - jetty 12.0.x dependencies upgrade
  • #13343 - Module eeN-quickstart should depend on eeN-annotations
  • #13336 - HTTP/2 - Valid horizontal tab "\t" in http header is coverted into "?"
  • #13330 - Content negotiation for Accept-Language (static pages) ?
  • #13321 - Cleanup plus and annotations hierarchy
  • #13303 - Improved logging and exception handling in HTTP2Producer.
  • #13300 - o.e.j.plus.jndi.Resources declared in eeX scope then linked via <resource-ref> or <resource-env-ref> in web.xml not found
  • #13299 - Race Condition in WebSocketConnection - Job failed: java.lang.IllegalStateException: FILLING_AND_PARSING
  • #13295 - Fix comments in NamingEntry; add support for simple scope name
  • #13291 - Remove unnecessary old slf4j osgi compatibility
  • #13288 - jetty 12.0.x 8867 plugin toolchain
  • #13285 - Upgrade quiche to version 0.24.4
  • #13274 - JettyWebSocketTest sometimes fails with ConcurrentModificationException
  • #13268 - charset=null is automatically added when using Content-Type: application/problem+json in Servlet ee10
  • #13266 - Fix Typo in http.adoc (@​maarouf-yassine)
  • #13263 - NPE from SslEndPoint.isInputShutdown
  • #13261 - Improve handling of failed HTTP/2 requests
  • #13259 - org.eclipse.jetty.plus.jndi.Transaction should support javax.naming.Referenceable as a constructor option too.
  • #13251 - Jetty 12.0.x use our new release tools
  • #13242 - Keep extracted query params as attribute for jetty-core
  • #13238 - stop.host property always uses the default 127.0.0.1
  • #13234 - Regression in 12.0.21 on handling empty query parameters
  • #13232 - Regression in ee9/ee8 getRequestDispatcher() exceptions
  • #13228 - Update Core Deploy Documentation
  • #13190 - Introduce ability to decode and/or canonicalize URIs in a RewriteRule
  • #13127 - Support Digest authentication with SHA-256
  • #13087 - Why doesn't SocketAddressResolver API receive the context map?
  • #13043 - Review WebSocket flushers
  • #12818 - NPE with websocket java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.io.RetainableByteBuffer.hasRemaining()" because "this.networkBuffer" is null
  • #12735 - Provide better documentation of JettyWebSocketServletContainerInitializer and jetty-${ee-version}-websocket-jetty-server modules
  • #11952 - Remove usages of ByteBufferCallbackAccumulator
  • #9794 - Jetty 12 - jetty-ee9-proxy.xml broken
  • #9632 - Jetty 12 - conditional headers handling for welcome files

12.1.0.beta1

Special Thanks to the following Eclipse Jetty community members

Changelog

... (truncated)

Commits

Updates org.eclipse.jetty:jetty-slf4j-impl from 12.0.20-SNAPSHOT to 12.1.0.beta2

Updates org.eclipse.jetty:jetty-http-tools from 12.0.20-SNAPSHOT to 12.1.0.beta2

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.0.20-SNAPSHOT to 12.1.0.beta2.

Updates `org.eclipse.jetty:jetty-bom` from 12.0.20-SNAPSHOT to 12.1.0.beta2
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](https://github.com/jetty/jetty.project/commits/jetty-12.1.0.beta2)

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.20-SNAPSHOT to 12.1.0.beta2
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](https://github.com/jetty/jetty.project/commits/jetty-12.1.0.beta2)

Updates `org.eclipse.jetty:jetty-slf4j-impl` from 12.0.20-SNAPSHOT to 12.1.0.beta2

Updates `org.eclipse.jetty:jetty-http-tools` from 12.0.20-SNAPSHOT to 12.1.0.beta2

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-version: 12.1.0.beta2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-version: 12.1.0.beta2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jetty:jetty-slf4j-impl
  dependency-version: 12.1.0.beta2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.jetty:jetty-http-tools
  dependency-version: 12.1.0.beta2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 1, 2025
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