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 versions.jetty from 11.0.20 to 12.0.9 #2709

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2024

Bumps versions.jetty from 11.0.20 to 12.0.9.
Updates org.eclipse.jetty:jetty-bom from 11.0.20 to 12.0.9

Release notes

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

12.0.9

Changelog

  • #11699 - new IllegalStateException when attempting to access Request/Response outside of Request Lifecycle
  • #11687 - HttpFields$Mutable$Wrapper.computeField() incorrectly calls onAddField() when null is returned by computeFn
  • #11686 - Document the rewrite Jetty module.
  • #11659 - HTTP Fields with OWS (Optional WhiteSpace) in value are not properly parsed in Jetty 12
  • #11651 - Jetty 12.0.x refactor common maven plugin classes
  • #11649 - NON_POOLING static ByteBufferPool
  • #11648 - Introduce new HttpDateTime class for parsing obsolete Date formats in HTTP and Cookie
  • #11642 - Restore jetty-ee8-runner
  • #11639 - Introduce various aliases to start.jar options
  • #11637 - Fix for some invalid server behaviors when a client is aborting a request
  • #11616 - Distribution tests depends on jetty-home so ensure it is build first
  • #11573 - Introduce new disable-urlcache module to globally disable JVM URL caching of jar protocol references
  • #11570 - update SizeLimitHandler with fixes needed for appengine tests
  • #11566 - Move ClassMatcher to core to have a consistent fix for addServerClasses in all environments
  • #11490 - CustomRequestLog.ignorePath doesn't work as documented
  • #11488 - Inconsistent default port number in HttpURI and HostPort
  • #11420 - HTTP/3 Race with Dynamic Table referencing in QPackDecoder
  • #11026 - Start Stop issue with Jetty 12 - state file not deleted every time

12.0.8

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #11587 - Allow configuring showCause in ErrorHandler
  • #11583 - Broken HTTP/3 tests
  • #11577 - Remove usages of URIUtil.toURI and URIUtil.split
  • #11574 - shibboleth idp webapp under jetty 12.0.7
  • #11572 - Deploy behaves differently when both WAR and XML exist in ${jetty.base}/webapps/ and you update the XML vs updating the WAR.
  • #11558 - New tmp directory should be created on every WebAppContext start, if not explicitly configured
  • #11556 - Improvements and cleanups to ErrorHandler.
  • #11553 - Restore startWebapp() to WebAppContext
  • #11548 - java.nio.file.ClosedFileSystemException on hot redeploy
  • #11539 - Resource.copyTo(Resource) has different behavior from Jetty 9/10/11
  • #11522 - Allows to change the default ErrorHandler response type (@​dhs3000)
  • #11518 - Ensure request is set for ContextScopeListener in EE10
  • #11513 - Perf regression in the HTTP parser caused by long look-ahead
  • #11510 - Occasional NPE in ClassMatcher.match() from WebAppClassLoader.loadClass() usage
  • #11509 - Removing constructor in CookieCache on minor version Change of artifact
  • #11498 - Optimized ReservedThreadExecutor with ThreadIdPool
  • #11495 - Add UriCompliance rules that follow the HTTP / URI / Servlet specs for illegal & suspicious characters
  • #11486 - Improve HTTP parsing long look-ahead
  • #11482 - The StatisticsHandler doesn't count 2xx codes
  • #11451 - Reintroduce Cross Context Dispatch in Jetty 12
  • #11411 - Allow non existant resources to be obtained from Resource.resolve()

... (truncated)

Commits

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.8 to 12.0.9

Release notes

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

12.0.9

Changelog

  • #11699 - new IllegalStateException when attempting to access Request/Response outside of Request Lifecycle
  • #11687 - HttpFields$Mutable$Wrapper.computeField() incorrectly calls onAddField() when null is returned by computeFn
  • #11686 - Document the rewrite Jetty module.
  • #11659 - HTTP Fields with OWS (Optional WhiteSpace) in value are not properly parsed in Jetty 12
  • #11651 - Jetty 12.0.x refactor common maven plugin classes
  • #11649 - NON_POOLING static ByteBufferPool
  • #11648 - Introduce new HttpDateTime class for parsing obsolete Date formats in HTTP and Cookie
  • #11642 - Restore jetty-ee8-runner
  • #11639 - Introduce various aliases to start.jar options
  • #11637 - Fix for some invalid server behaviors when a client is aborting a request
  • #11616 - Distribution tests depends on jetty-home so ensure it is build first
  • #11573 - Introduce new disable-urlcache module to globally disable JVM URL caching of jar protocol references
  • #11570 - update SizeLimitHandler with fixes needed for appengine tests
  • #11566 - Move ClassMatcher to core to have a consistent fix for addServerClasses in all environments
  • #11490 - CustomRequestLog.ignorePath doesn't work as documented
  • #11488 - Inconsistent default port number in HttpURI and HostPort
  • #11420 - HTTP/3 Race with Dynamic Table referencing in QPackDecoder
  • #11026 - Start Stop issue with Jetty 12 - state file not deleted every time
Commits

Updates org.eclipse.jetty.http2:jetty-http2-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty:jetty-alpn-java-server from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.http2:jetty-http2-client from 12.0.8 to 12.0.9

Updates org.eclipse.jetty.http2:jetty-http2-client-transport from 12.0.8 to 12.0.9

Updates org.eclipse.jetty:jetty-alpn-java-client from 12.0.8 to 12.0.9

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.eclipse.jetty:jetty-bom [>= 10.a, < 11]
org.eclipse.jetty:jetty-bom [>= 12.a, < 13]

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 `versions.jetty` from 11.0.20 to 12.0.9.

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

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

Updates `org.eclipse.jetty.http2:jetty-http2-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty:jetty-alpn-java-server` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.http2:jetty-http2-client` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty.http2:jetty-http2-client-transport` from 12.0.8 to 12.0.9

Updates `org.eclipse.jetty:jetty-alpn-java-client` from 12.0.8 to 12.0.9

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.http2:jetty-http2-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-alpn-java-server
  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-alpn-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 8, 2024 05:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 8, 2024
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.

None yet

0 participants