sdk-java
sdk-java copied to clipboard
Bump org.eclipse.jetty:jetty-bom from 9.4.51.v20230217 to 12.0.13
Bumps org.eclipse.jetty:jetty-bom from 9.4.51.v20230217 to 12.0.13.
Release notes
Sourced from org.eclipse.jetty:jetty-bom's releases.
12.0.13
Special Thanks to the following Eclipse Jetty community members
@basil(Basil Crow)@mojavelinux(Dan Allen)@dkaukov(Dmitry Kaukov)@LarsKrogJensen(Lars Krog-Jensen)@pbhenson(Paul B. Henson)@Tony-the-Tech(Tony Copping)Changelog
- #12213 - Removed reliance on exception to shutdown non persistent connections
- #12212 - ShutdownOutput for non-persistent HTTP/1 connections
- #12209 - Move h2spec exec to a profile
- #12208 - resolve differences in AliasCheckerSymlinkTests
- #12207 - Jetty Maven Plugin 12.x no longer configures
DefaultHandler- #12206 - sendError(-1) is an abort
- #12203 - Fixes HttpClient Content.Source reads from arbitrary threads
- #12199 - fix npe when onCompleteFailure happens after reset
- #12198 - Fix potential NPE from VirtualThreadPool
- #12183 - Fix order of jetty.http.port property for jetty maven plugin
- #12173 - Jetty Maven Plugin - jetty:run does not work with pom type dependencies
- #12172 - change urls https://eclipse.dev to https://jetty.org
- #12171 - QoSHandler does not resume on a virtual thread
- #12163 - HttpConfiguration dump is missing entries
- #12154 - Is it possible to define max number of virtual threads when VirtualThreadsExecutor is enabled, i.e. max number of http requests being handled in the same time?
- #12152 - simplify configuration for Antora Collector (
@mojavelinux)- #12133 - Fix h2spec plugin report and upgrade version
- #12124 - JSP temp directory regression, possibly due to fix for #12044
- #12122 - NPE in HttpReceiver.responseContentAvailable()
- #12120 - Introduce properties for cipher suites
- #12113 - Improved handling of 100 Continue
- #12112 - invoker:install should include test dependencies as well as they are used by the tests, this issue can happen only when not snapshots have been deployed of demos new versions
- #12111 - Improvements to HttpSender.
- #12104 - Error handling on ee9 / ee8 with HTTP/1.0 can result in an empty
Connection:response header.- #12094 - Possible regression in ContextFactory.getObjectInstance() between Jetty 11.0.22 and 12.0.11
- #12063 - Introduce Jetty module for HTTP/2 client dependencies
- #11926 - File upload puzzle
- #11822 - h2 server responses exceeding SETTINGS_MAX_HEADER_LIST_SIZE do not result in RST_STREAM or GOAWAY
- #11654 - Customizable error page buffer size (
@dkaukov)- #11408 - Jetty start module property values with ${expr} are not being expanded
- #11322 - Change jetty-nosql MongoDB dependency from unmaintained mongo-java-driver to mongodb-driver-sync
- #9121 - Jetty 12 - Flaky BlockedWritesWithSmallThreadPoolTest.testServerThreadsBlockedInWrites()
- #6514 - How to warm up SslConnection
- #3553 - Support sslSession() in Jetty Client
12.0.12
Changelog
... (truncated)
Commits
816018aUpdating to version 12.0.13e804e86deployAtEnd and a bit more memory for Maven process899c005Merge pull request #12208 from jetty/jetty-12.0.x-11434-AliasCheckerSymlinkTests551710eImprove shutdown of non-persistent HTTP/1 connections #12212 (#12216)5439f17Rework leak tracking assertions to use a common awaitility pattern (#12226)caa09adIssue #12207 reinstate DefaultHandler for jetty maven plugin (#12211)4164ab7PR #12208 - changes from revieweecf4cfTagged tests as Isolated that modify the static RESOURCE_FACTORIES3d5a58aminor cleanups a potential flaky fixebc5e55Removed reliance on exception to shutdown non persistent connections (#12213)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
@dependabot rebase
Superseded by #2373.