Skip to content
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

Bump jetty.version from 12.0.16 to 12.0.17 #291

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps jetty.version from 12.0.16 to 12.0.17.
Updates org.eclipse.jetty:jetty-client from 12.0.16 to 12.0.17

Updates org.eclipse.jetty:jetty-slf4j-impl from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.http2:jetty-http2-client from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.http2:jetty-http2-client-transport from 12.0.16 to 12.0.17

Updates org.eclipse.jetty:jetty-server from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10:jetty-ee10-webapp from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.0.16 to 12.0.17

Updates org.eclipse.jetty:jetty-deploy from 12.0.16 to 12.0.17

Updates org.eclipse.jetty:jetty-xml from 12.0.16 to 12.0.17

Updates org.eclipse.jetty:jetty-bom from 12.0.16 to 12.0.17

Release notes

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

12.0.17

Special Thanks to the following Eclipse Jetty community members for this release

Of Special Note

The definition of UriCompliance.LEGACY has changed with regards to bad UTF-8 parsing. (This now conforms to Jetty 11/10/9 LEGACY mode behavior.) A new UriCompliance.JETTY_11 has been created to replicate Jetty 11 DEFAULT mode.

Changelog

  • #12834 - Quotes should be escaped in request logs
  • #12831 - Always resolve pathSpec with asPathSpec in ConstraintSecurityHandler
  • #12828 - HttpServletResponse.encodeURL() does not support relative paths
  • #12827 - Introduce UriCompliance.JETTY_11 which is different than UriCompliance.LEGACY
  • #12821 - Restore ee9/ee8 ContextHandler.setCompactPath(boolean) behavior for backward compat reasons
  • #12810 - Add jetty-ee to a BOM
  • #12796 - Do not decode path in EE9 Dispatcher
  • #12792 - Issue when scrolling around in embedded videos
  • #12791 - Review UriCompliance.LEGACY behavior with bad UTF-8 in query
  • #12790 - Cannot invoke "org.eclipse.jetty.io.RetainableByteBuffer.getByteBuffer()" because "buffer" is null
  • #12775 - EE9 Servlet API throws exceptions in normal control flow
  • #12768 - Static HTML in demos still refer to Jetty 10/11 and earlier concepts.
  • #12764 - Add filter support to jetty-http-spi (@​SentryMan)
  • #12752 - Make jetty-server a compile scoped dependency of jetty-http-spi (@​SentryMan)
  • #12750 - UriCompliance is ignored for query string parsing
  • #12741 - Remove unused files from jetty-eeX-demo-jetty-webapp
  • #12739 - Regression in handing CombinedResource WEB-INF between Jetty 11 and Jetty 12
  • #12730 - RegexRule needs configurable to include query (or not) in match logic
  • #12725 - Update the _matchAfterIndex variable after setting new filter mappings
  • #12724 - Fix SymlinkAllowedResourceAliasChecker for use with CombinedResource
  • #12723 - Only on Windows: Failed startup of osgi context oeje8w.WebAppContext
  • #12714 - MongoSessionDataStore can't upsert sessions if workerName contains token deliminators
  • #12706 - Export ArrayByteBufferPool statistics via JMX
  • #12705 - Orphaned sessions are never deleted at runtime in the SessionDataStore.
  • #12690 - Add configurable capping for values of H2 MAX_HEADER_LIST_SIZE settings frames
  • #12689 - Add statistics about ByteBufferPool.acquire() calls made for which there is no bucket
  • #12683 - Cross context dispatch to root context uses incorrect target path
  • #12681 - CachingHttpContentFactory$CachedHttpContent already released buffer
  • #12671 - Check UriCompliance.Violation.ALLOW_BAD_UTF8 in query parameter extraction
  • #12670 - Improve buffer management of HTTP/1 response headers
  • #12650 - Attribute org.eclipse.jetty.multipartConfig is null
  • #12646 - CompleteListener may be invoked twice
  • #12639 - Request.Content.getContentType()'s Javadoc contradicts HttpConnection.normalizeRequest()
  • #12634 - Update jaas index.adoc (@​karstenhusberg)
  • #12633 - Ensure a redirect of the HttpServletResponse will close HttpOutput

... (truncated)

Commits

Updates org.eclipse.jetty.ee8:jetty-ee8-bom from 12.0.16 to 12.0.17

Release notes

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

12.0.17

Special Thanks to the following Eclipse Jetty community members for this release

Of Special Note

The definition of UriCompliance.LEGACY has changed with regards to bad UTF-8 parsing. (This now conforms to Jetty 11/10/9 LEGACY mode behavior.) A new UriCompliance.JETTY_11 has been created to replicate Jetty 11 DEFAULT mode.

Changelog

  • #12834 - Quotes should be escaped in request logs
  • #12831 - Always resolve pathSpec with asPathSpec in ConstraintSecurityHandler
  • #12828 - HttpServletResponse.encodeURL() does not support relative paths
  • #12827 - Introduce UriCompliance.JETTY_11 which is different than UriCompliance.LEGACY
  • #12821 - Restore ee9/ee8 ContextHandler.setCompactPath(boolean) behavior for backward compat reasons
  • #12810 - Add jetty-ee to a BOM
  • #12796 - Do not decode path in EE9 Dispatcher
  • #12792 - Issue when scrolling around in embedded videos
  • #12791 - Review UriCompliance.LEGACY behavior with bad UTF-8 in query
  • #12790 - Cannot invoke "org.eclipse.jetty.io.RetainableByteBuffer.getByteBuffer()" because "buffer" is null
  • #12775 - EE9 Servlet API throws exceptions in normal control flow
  • #12768 - Static HTML in demos still refer to Jetty 10/11 and earlier concepts.
  • #12764 - Add filter support to jetty-http-spi (@​SentryMan)
  • #12752 - Make jetty-server a compile scoped dependency of jetty-http-spi (@​SentryMan)
  • #12750 - UriCompliance is ignored for query string parsing
  • #12741 - Remove unused files from jetty-eeX-demo-jetty-webapp
  • #12739 - Regression in handing CombinedResource WEB-INF between Jetty 11 and Jetty 12
  • #12730 - RegexRule needs configurable to include query (or not) in match logic
  • #12725 - Update the _matchAfterIndex variable after setting new filter mappings
  • #12724 - Fix SymlinkAllowedResourceAliasChecker for use with CombinedResource
  • #12723 - Only on Windows: Failed startup of osgi context oeje8w.WebAppContext
  • #12714 - MongoSessionDataStore can't upsert sessions if workerName contains token deliminators
  • #12706 - Export ArrayByteBufferPool statistics via JMX
  • #12705 - Orphaned sessions are never deleted at runtime in the SessionDataStore.
  • #12690 - Add configurable capping for values of H2 MAX_HEADER_LIST_SIZE settings frames
  • #12689 - Add statistics about ByteBufferPool.acquire() calls made for which there is no bucket
  • #12683 - Cross context dispatch to root context uses incorrect target path
  • #12681 - CachingHttpContentFactory$CachedHttpContent already released buffer
  • #12671 - Check UriCompliance.Violation.ALLOW_BAD_UTF8 in query parameter extraction
  • #12670 - Improve buffer management of HTTP/1 response headers
  • #12650 - Attribute org.eclipse.jetty.multipartConfig is null
  • #12646 - CompleteListener may be invoked twice
  • #12639 - Request.Content.getContentType()'s Javadoc contradicts HttpConnection.normalizeRequest()
  • #12634 - Update jaas index.adoc (@​karstenhusberg)
  • #12633 - Ensure a redirect of the HttpServletResponse will close HttpOutput

... (truncated)

Commits

Updates org.eclipse.jetty.ee8:jetty-ee8-webapp from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.16 to 12.0.17

Release notes

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

12.0.17

Special Thanks to the following Eclipse Jetty community members for this release

Of Special Note

The definition of UriCompliance.LEGACY has changed with regards to bad UTF-8 parsing. (This now conforms to Jetty 11/10/9 LEGACY mode behavior.) A new UriCompliance.JETTY_11 has been created to replicate Jetty 11 DEFAULT mode.

Changelog

  • #12834 - Quotes should be escaped in request logs
  • #12831 - Always resolve pathSpec with asPathSpec in ConstraintSecurityHandler
  • #12828 - HttpServletResponse.encodeURL() does not support relative paths
  • #12827 - Introduce UriCompliance.JETTY_11 which is different than UriCompliance.LEGACY
  • #12821 - Restore ee9/ee8 ContextHandler.setCompactPath(boolean) behavior for backward compat reasons
  • #12810 - Add jetty-ee to a BOM
  • #12796 - Do not decode path in EE9 Dispatcher
  • #12792 - Issue when scrolling around in embedded videos
  • #12791 - Review UriCompliance.LEGACY behavior with bad UTF-8 in query
  • #12790 - Cannot invoke "org.eclipse.jetty.io.RetainableByteBuffer.getByteBuffer()" because "buffer" is null
  • #12775 - EE9 Servlet API throws exceptions in normal control flow
  • #12768 - Static HTML in demos still refer to Jetty 10/11 and earlier concepts.
  • #12764 - Add filter support to jetty-http-spi (@​SentryMan)
  • #12752 - Make jetty-server a compile scoped dependency of jetty-http-spi (@​SentryMan)
  • #12750 - UriCompliance is ignored for query string parsing
  • #12741 - Remove unused files from jetty-eeX-demo-jetty-webapp
  • #12739 - Regression in handing CombinedResource WEB-INF between Jetty 11 and Jetty 12
  • #12730 - RegexRule needs configurable to include query (or not) in match logic
  • #12725 - Update the _matchAfterIndex variable after setting new filter mappings
  • #12724 - Fix SymlinkAllowedResourceAliasChecker for use with CombinedResource
  • #12723 - Only on Windows: Failed startup of osgi context oeje8w.WebAppContext
  • #12714 - MongoSessionDataStore can't upsert sessions if workerName contains token deliminators
  • #12706 - Export ArrayByteBufferPool statistics via JMX
  • #12705 - Orphaned sessions are never deleted at runtime in the SessionDataStore.
  • #12690 - Add configurable capping for values of H2 MAX_HEADER_LIST_SIZE settings frames
  • #12689 - Add statistics about ByteBufferPool.acquire() calls made for which there is no bucket
  • #12683 - Cross context dispatch to root context uses incorrect target path
  • #12681 - CachingHttpContentFactory$CachedHttpContent already released buffer
  • #12671 - Check UriCompliance.Violation.ALLOW_BAD_UTF8 in query parameter extraction
  • #12670 - Improve buffer management of HTTP/1 response headers
  • #12650 - Attribute org.eclipse.jetty.multipartConfig is null
  • #12646 - CompleteListener may be invoked twice
  • #12639 - Request.Content.getContentType()'s Javadoc contradicts HttpConnection.normalizeRequest()
  • #12634 - Update jaas index.adoc (@​karstenhusberg)
  • #12633 - Ensure a redirect of the HttpServletResponse will close HttpOutput

... (truncated)

Commits

Updates org.eclipse.jetty.ee10:jetty-ee10-cdi from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10.websocket:jetty-ee10-websocket-jakarta-server from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10:jetty-ee10-annotations from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10:jetty-ee10-plus from 12.0.16 to 12.0.17

Updates org.eclipse.jetty:jetty-http from 12.0.16 to 12.0.17

Updates org.eclipse.jetty:jetty-rewrite from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10:jetty-ee10-servlets from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10:jetty-ee10-jaspi from 12.0.16 to 12.0.17

Updates org.eclipse.jetty.ee10:jetty-ee10-maven-plugin from 12.0.16 to 12.0.17

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.16 to 12.0.17.

Updates `org.eclipse.jetty:jetty-client` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty:jetty-slf4j-impl` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.http2:jetty-http2-client` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.http2:jetty-http2-client-transport` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty:jetty-server` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.ee10:jetty-ee10-webapp` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.ee10:jetty-ee10-servlet` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty:jetty-deploy` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty:jetty-xml` from 12.0.16 to 12.0.17

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

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

Updates `org.eclipse.jetty.ee8:jetty-ee8-webapp` from 12.0.16 to 12.0.17

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

Updates `org.eclipse.jetty.ee10:jetty-ee10-cdi` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.ee10.websocket:jetty-ee10-websocket-jakarta-server` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.ee10:jetty-ee10-annotations` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.ee10:jetty-ee10-plus` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty:jetty-http` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty:jetty-rewrite` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.ee10:jetty-ee10-servlets` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.ee10:jetty-ee10-jaspi` from 12.0.16 to 12.0.17

Updates `org.eclipse.jetty.ee10:jetty-ee10-maven-plugin` from 12.0.16 to 12.0.17

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.http2:jetty-http2-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.http2:jetty-http2-client-transport
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-webapp
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-deploy
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee8:jetty-ee8-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee8:jetty-ee8-webapp
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-cdi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10.websocket:jetty-ee10-websocket-jakarta-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-annotations
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-rewrite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-servlets
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-jaspi
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-maven-plugin
  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 Mar 6, 2025
@joakime joakime merged commit 1500615 into 12.0.x Mar 7, 2025
3 checks passed
@joakime joakime deleted the dependabot/maven/12.0.x/jetty.version-12.0.17 branch March 7, 2025 17:31
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.

1 participant