jenkinsci / jenkins-test-harness

Unit test framework for Jenkins core and its plugins
https://www.jenkins.io/doc/developer/testing/
MIT License
109 stars 126 forks source link

Bump jetty.version from 12.0.12 to 12.0.13 #831

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps jetty.version from 12.0.12 to 12.0.13. Updates org.eclipse.jetty:jetty-bom from 12.0.12 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

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
Commits
  • 816018a Updating to version 12.0.13
  • e804e86 deployAtEnd and a bit more memory for Maven process
  • 899c005 Merge pull request #12208 from jetty/jetty-12.0.x-11434-AliasCheckerSymlinkTests
  • 551710e Improve shutdown of non-persistent HTTP/1 connections #12212 (#12216)
  • 5439f17 Rework leak tracking assertions to use a common awaitility pattern (#12226)
  • caa09ad Issue #12207 reinstate DefaultHandler for jetty maven plugin (#12211)
  • 4164ab7 PR #12208 - changes from review
  • eecf4cf Tagged tests as Isolated that modify the static RESOURCE_FACTORIES
  • 3d5a58a minor cleanups a potential flaky fix
  • ebc5e55 Removed reliance on exception to shutdown non persistent connections (#12213)
  • Additional commits viewable in compare view


Updates org.eclipse.jetty.ee8:jetty-ee8-bom from 12.0.12 to 12.0.13

Release notes

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

12.0.13

Special Thanks to the following Eclipse Jetty community members

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
Commits
  • 816018a Updating to version 12.0.13
  • e804e86 deployAtEnd and a bit more memory for Maven process
  • 899c005 Merge pull request #12208 from jetty/jetty-12.0.x-11434-AliasCheckerSymlinkTests
  • 551710e Improve shutdown of non-persistent HTTP/1 connections #12212 (#12216)
  • 5439f17 Rework leak tracking assertions to use a common awaitility pattern (#12226)
  • caa09ad Issue #12207 reinstate DefaultHandler for jetty maven plugin (#12211)
  • 4164ab7 PR #12208 - changes from review
  • eecf4cf Tagged tests as Isolated that modify the static RESOURCE_FACTORIES
  • 3d5a58a minor cleanups a potential flaky fix
  • ebc5e55 Removed reliance on exception to shutdown non persistent connections (#12213)
  • Additional commits viewable in compare view


Updates org.eclipse.jetty.ee9:jetty-ee9-bom from 12.0.12 to 12.0.13

Release notes

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

12.0.13

Special Thanks to the following Eclipse Jetty community members

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
Commits
  • 816018a Updating to version 12.0.13
  • e804e86 deployAtEnd and a bit more memory for Maven process
  • 899c005 Merge pull request #12208 from jetty/jetty-12.0.x-11434-AliasCheckerSymlinkTests
  • 551710e Improve shutdown of non-persistent HTTP/1 connections #12212 (#12216)
  • 5439f17 Rework leak tracking assertions to use a common awaitility pattern (#12226)
  • caa09ad Issue #12207 reinstate DefaultHandler for jetty maven plugin (#12211)
  • 4164ab7 PR #12208 - changes from review
  • eecf4cf Tagged tests as Isolated that modify the static RESOURCE_FACTORIES
  • 3d5a58a minor cleanups a potential flaky fix
  • ebc5e55 Removed 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 will merge this PR once CI passes on it, as requested by @basil.


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 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)