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 10.0.12 to 10.0.13 #427

Merged
merged 1 commit into from Dec 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps jetty.version from 10.0.12 to 10.0.13.
Updates jetty-server from 10.0.12 to 10.0.13

Release notes

Sourced from jetty-server's releases.

10.0.13

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #9006 - WebSocket Message InputStream read() returns signed byte
  • #8913 - Review Jetty XML syntax to allow calling JDK methods
  • #8905 - GzipHandler fails to set Vary header on 304 responses
  • #8900 - Improved documentation about virtual threads.
  • #8897 - Update Conditional request handling for RFC7232
  • #8895 - Generate downloadable version of javadocs documentation in website deploy script
  • #8863 - Provide a possibility to name virtual threads
  • #8810 - ArrayRetainableByteBufferPool inefficiently calculates bucket indices
  • #8786 - KeyStoreScanner is not able to monitor a symlink file and always resolves to the target.
  • #8779 - CompactPathRule drops query section on use
  • #8770 - Review whether to send request body in redirects
  • #8753 - Starting HttpClient with destinationIdleTimeout set throws NPE. (@​janvojt)
  • #8750 - AbstractProxyServlet.onServerResponseHeaders does not support headers with empty values
  • #8743 - Add log.isDebugEnabled() to reduce string allocation (@​leonchen83)
  • #8721 - jetty:effective-web-xml doesn't generate quickstart information for web fragment jars that contain META-INF/resources
  • #8716 - Multiple Host header values handled poorly
  • #8712 - ELContextCleaner no longer needed.
  • #8688 - Fix traversal bug on extraction of bad jar/zip files during jetty-start
  • #8682 - expand jetty properties when generating dry-run command line
  • #8678 - Jetty client is not responding to GO_AWAY packet received from (Jetty) Server and continue to send traffic on same connection
  • #8628 - Pseudo restore PathMappings.getMatch(String) for backwards compat reasons
  • #8623 - Use AutoLock in InputStreamResponseListener
  • #8600 - Allow to pass instances of ClientConfig and Config to Hazelcast data store factory (@​Vlatombe)
  • #8591 - Indicate units of HttpClient properties (@​cowwoc)
  • #8558 - Idle timeout occured sometimes on HTTP/2 client with InputStreamResponseListener
  • #8536 - HotSwapHandler race condition
  • #8473 - add getter for the WebSocketUpgradeHandler configuration
  • #8460 - Log or throw exception if DefaultSessionIdManager is used but has not been started.
  • #8330 - Persistent OpenId sessions can throw IllegalStateException
  • #7993 - HttpClient idleTimeout configuration being ignored/overridden
  • #7286 - WebSocket write can time out even if the frame / callback has not been failed.
  • #7117 - Timeout with Expect 100 continue when using ProxyServlet

Dependencies

  • #8794 - Bump asm.version to 9.4
  • #8799 - Bump commons-compress to 1.22
  • #8656 - Bump google-cloud-datastore to 2.11.4

... (truncated)

Commits
  • 1c2636e Updating to version 10.0.13
  • 355eebe Update tycho-p2 from 2.7.5 to 3.0.1
  • 7e1de8b Issue #8973 - Rework KeyStoreScanner handling for symlink related changes (#9...
  • 2538a91 Fixes flaky FCGI test HttpClientTest.testPOSTWithContentTracksProgress().
  • 3d3c954 Fixing OSGi bundle + tycho-p2 build failures (#9017)
  • e923123 Merge pull request #9011 from eclipse/fix/jetty-10-9009-flaky-StreamCloseTest
  • 5b20fcc Merge pull request #9010 from eclipse/fix/jetty-10-websocket-inputstream-read
  • 486b51e Merge pull request #9008 from eclipse/fix/jetty-10-9005-flaky-ConnectionPoolTest
  • 7c75768 Fixes #9009 - Flaky test StreamCloseTest.testRequestDataClosedResponseDataClo...
  • a546027 Fixes #9006 - WebSocket MessageInputStream.read() returns signed byte
  • Additional commits viewable in compare view

Updates jetty-servlet from 10.0.12 to 10.0.13

Release notes

Sourced from jetty-servlet's releases.

10.0.13

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #9006 - WebSocket Message InputStream read() returns signed byte
  • #8913 - Review Jetty XML syntax to allow calling JDK methods
  • #8905 - GzipHandler fails to set Vary header on 304 responses
  • #8900 - Improved documentation about virtual threads.
  • #8897 - Update Conditional request handling for RFC7232
  • #8895 - Generate downloadable version of javadocs documentation in website deploy script
  • #8863 - Provide a possibility to name virtual threads
  • #8810 - ArrayRetainableByteBufferPool inefficiently calculates bucket indices
  • #8786 - KeyStoreScanner is not able to monitor a symlink file and always resolves to the target.
  • #8779 - CompactPathRule drops query section on use
  • #8770 - Review whether to send request body in redirects
  • #8753 - Starting HttpClient with destinationIdleTimeout set throws NPE. (@​janvojt)
  • #8750 - AbstractProxyServlet.onServerResponseHeaders does not support headers with empty values
  • #8743 - Add log.isDebugEnabled() to reduce string allocation (@​leonchen83)
  • #8721 - jetty:effective-web-xml doesn't generate quickstart information for web fragment jars that contain META-INF/resources
  • #8716 - Multiple Host header values handled poorly
  • #8712 - ELContextCleaner no longer needed.
  • #8688 - Fix traversal bug on extraction of bad jar/zip files during jetty-start
  • #8682 - expand jetty properties when generating dry-run command line
  • #8678 - Jetty client is not responding to GO_AWAY packet received from (Jetty) Server and continue to send traffic on same connection
  • #8628 - Pseudo restore PathMappings.getMatch(String) for backwards compat reasons
  • #8623 - Use AutoLock in InputStreamResponseListener
  • #8600 - Allow to pass instances of ClientConfig and Config to Hazelcast data store factory (@​Vlatombe)
  • #8591 - Indicate units of HttpClient properties (@​cowwoc)
  • #8558 - Idle timeout occured sometimes on HTTP/2 client with InputStreamResponseListener
  • #8536 - HotSwapHandler race condition
  • #8473 - add getter for the WebSocketUpgradeHandler configuration
  • #8460 - Log or throw exception if DefaultSessionIdManager is used but has not been started.
  • #8330 - Persistent OpenId sessions can throw IllegalStateException
  • #7993 - HttpClient idleTimeout configuration being ignored/overridden
  • #7286 - WebSocket write can time out even if the frame / callback has not been failed.
  • #7117 - Timeout with Expect 100 continue when using ProxyServlet

Dependencies

  • #8794 - Bump asm.version to 9.4
  • #8799 - Bump commons-compress to 1.22
  • #8656 - Bump google-cloud-datastore to 2.11.4

... (truncated)

Commits
  • 1c2636e Updating to version 10.0.13
  • 355eebe Update tycho-p2 from 2.7.5 to 3.0.1
  • 7e1de8b Issue #8973 - Rework KeyStoreScanner handling for symlink related changes (#9...
  • 2538a91 Fixes flaky FCGI test HttpClientTest.testPOSTWithContentTracksProgress().
  • 3d3c954 Fixing OSGi bundle + tycho-p2 build failures (#9017)
  • e923123 Merge pull request #9011 from eclipse/fix/jetty-10-9009-flaky-StreamCloseTest
  • 5b20fcc Merge pull request #9010 from eclipse/fix/jetty-10-websocket-inputstream-read
  • 486b51e Merge pull request #9008 from eclipse/fix/jetty-10-9005-flaky-ConnectionPoolTest
  • 7c75768 Fixes #9009 - Flaky test StreamCloseTest.testRequestDataClosedResponseDataClo...
  • a546027 Fixes #9006 - WebSocket MessageInputStream.read() returns signed byte
  • Additional commits viewable in compare view

Updates jetty-util from 10.0.12 to 10.0.13

Release notes

Sourced from jetty-util's releases.

10.0.13

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #9006 - WebSocket Message InputStream read() returns signed byte
  • #8913 - Review Jetty XML syntax to allow calling JDK methods
  • #8905 - GzipHandler fails to set Vary header on 304 responses
  • #8900 - Improved documentation about virtual threads.
  • #8897 - Update Conditional request handling for RFC7232
  • #8895 - Generate downloadable version of javadocs documentation in website deploy script
  • #8863 - Provide a possibility to name virtual threads
  • #8810 - ArrayRetainableByteBufferPool inefficiently calculates bucket indices
  • #8786 - KeyStoreScanner is not able to monitor a symlink file and always resolves to the target.
  • #8779 - CompactPathRule drops query section on use
  • #8770 - Review whether to send request body in redirects
  • #8753 - Starting HttpClient with destinationIdleTimeout set throws NPE. (@​janvojt)
  • #8750 - AbstractProxyServlet.onServerResponseHeaders does not support headers with empty values
  • #8743 - Add log.isDebugEnabled() to reduce string allocation (@​leonchen83)
  • #8721 - jetty:effective-web-xml doesn't generate quickstart information for web fragment jars that contain META-INF/resources
  • #8716 - Multiple Host header values handled poorly
  • #8712 - ELContextCleaner no longer needed.
  • #8688 - Fix traversal bug on extraction of bad jar/zip files during jetty-start
  • #8682 - expand jetty properties when generating dry-run command line
  • #8678 - Jetty client is not responding to GO_AWAY packet received from (Jetty) Server and continue to send traffic on same connection
  • #8628 - Pseudo restore PathMappings.getMatch(String) for backwards compat reasons
  • #8623 - Use AutoLock in InputStreamResponseListener
  • #8600 - Allow to pass instances of ClientConfig and Config to Hazelcast data store factory (@​Vlatombe)
  • #8591 - Indicate units of HttpClient properties (@​cowwoc)
  • #8558 - Idle timeout occured sometimes on HTTP/2 client with InputStreamResponseListener
  • #8536 - HotSwapHandler race condition
  • #8473 - add getter for the WebSocketUpgradeHandler configuration
  • #8460 - Log or throw exception if DefaultSessionIdManager is used but has not been started.
  • #8330 - Persistent OpenId sessions can throw IllegalStateException
  • #7993 - HttpClient idleTimeout configuration being ignored/overridden
  • #7286 - WebSocket write can time out even if the frame / callback has not been failed.
  • #7117 - Timeout with Expect 100 continue when using ProxyServlet

Dependencies

  • #8794 - Bump asm.version to 9.4
  • #8799 - Bump commons-compress to 1.22
  • #8656 - Bump google-cloud-datastore to 2.11.4

... (truncated)

Commits
  • 1c2636e Updating to version 10.0.13
  • 355eebe Update tycho-p2 from 2.7.5 to 3.0.1
  • 7e1de8b Issue #8973 - Rework KeyStoreScanner handling for symlink related changes (#9...
  • 2538a91 Fixes flaky FCGI test HttpClientTest.testPOSTWithContentTracksProgress().
  • 3d3c954 Fixing OSGi bundle + tycho-p2 build failures (#9017)
  • e923123 Merge pull request #9011 from eclipse/fix/jetty-10-9009-flaky-StreamCloseTest
  • 5b20fcc Merge pull request #9010 from eclipse/fix/jetty-10-websocket-inputstream-read
  • 486b51e Merge pull request #9008 from eclipse/fix/jetty-10-9005-flaky-ConnectionPoolTest
  • 7c75768 Fixes #9009 - Flaky test StreamCloseTest.testRequestDataClosedResponseDataClo...
  • a546027 Fixes #9006 - WebSocket MessageInputStream.read() returns signed byte
  • Additional commits viewable in compare view

Updates jetty-webapp from 10.0.12 to 10.0.13

Release notes

Sourced from jetty-webapp's releases.

10.0.13

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #9006 - WebSocket Message InputStream read() returns signed byte
  • #8913 - Review Jetty XML syntax to allow calling JDK methods
  • #8905 - GzipHandler fails to set Vary header on 304 responses
  • #8900 - Improved documentation about virtual threads.
  • #8897 - Update Conditional request handling for RFC7232
  • #8895 - Generate downloadable version of javadocs documentation in website deploy script
  • #8863 - Provide a possibility to name virtual threads
  • #8810 - ArrayRetainableByteBufferPool inefficiently calculates bucket indices
  • #8786 - KeyStoreScanner is not able to monitor a symlink file and always resolves to the target.
  • #8779 - CompactPathRule drops query section on use
  • #8770 - Review whether to send request body in redirects
  • #8753 - Starting HttpClient with destinationIdleTimeout set throws NPE. (@​janvojt)
  • #8750 - AbstractProxyServlet.onServerResponseHeaders does not support headers with empty values
  • #8743 - Add log.isDebugEnabled() to reduce string allocation (@​leonchen83)
  • #8721 - jetty:effective-web-xml doesn't generate quickstart information for web fragment jars that contain META-INF/resources
  • #8716 - Multiple Host header values handled poorly
  • #8712 - ELContextCleaner no longer needed.
  • #8688 - Fix traversal bug on extraction of bad jar/zip files during jetty-start
  • #8682 - expand jetty properties when generating dry-run command line
  • #8678 - Jetty client is not responding to GO_AWAY packet received from (Jetty) Server and continue to send traffic on same connection
  • #8628 - Pseudo restore PathMappings.getMatch(String) for backwards compat reasons
  • #8623 - Use AutoLock in InputStreamResponseListener
  • #8600 - Allow to pass instances of ClientConfig and Config to Hazelcast data store factory (@​Vlatombe)
  • #8591 - Indicate units of HttpClient properties (@​cowwoc)
  • #8558 - Idle timeout occured sometimes on HTTP/2 client with InputStreamResponseListener
  • #8536 - HotSwapHandler race condition
  • #8473 - add getter for the WebSocketUpgradeHandler configuration
  • #8460 - Log or throw exception if DefaultSessionIdManager is used but has not been started.
  • #8330 - Persistent OpenId sessions can throw IllegalStateException
  • #7993 - HttpClient idleTimeout configuration being ignored/overridden
  • #7286 - WebSocket write can time out even if the frame / callback has not been failed.
  • #7117 - Timeout with Expect 100 continue when using ProxyServlet

Dependencies

  • #8794 - Bump asm.version to 9.4
  • #8799 - Bump commons-compress to 1.22
  • #8656 - Bump google-cloud-datastore to 2.11.4

... (truncated)

Commits
  • 1c2636e Updating to version 10.0.13
  • 355eebe Update tycho-p2 from 2.7.5 to 3.0.1
  • 7e1de8b Issue #8973 - Rework KeyStoreScanner handling for symlink related changes (#9...
  • 2538a91 Fixes flaky FCGI test HttpClientTest.testPOSTWithContentTracksProgress().
  • 3d3c954 Fixing OSGi bundle + tycho-p2 build failures (#9017)
  • e923123 Merge pull request #9011 from eclipse/fix/jetty-10-9009-flaky-StreamCloseTest
  • 5b20fcc Merge pull request #9010 from eclipse/fix/jetty-10-websocket-inputstream-read
  • 486b51e Merge pull request #9008 from eclipse/fix/jetty-10-9005-flaky-ConnectionPoolTest
  • 7c75768 Fixes #9009 - Flaky test StreamCloseTest.testRequestDataClosedResponseDataClo...
  • a546027 Fixes #9006 - WebSocket MessageInputStream.read() returns signed byte
  • 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 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 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 10.0.12 to 10.0.13.

Updates `jetty-server` from 10.0.12 to 10.0.13
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.12...jetty-10.0.13)

Updates `jetty-servlet` from 10.0.12 to 10.0.13
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.12...jetty-10.0.13)

Updates `jetty-util` from 10.0.12 to 10.0.13
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.12...jetty-10.0.13)

Updates `jetty-webapp` from 10.0.12 to 10.0.13
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.12...jetty-10.0.13)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-webapp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Dec 12, 2022
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit 8e18f66 into master Dec 12, 2022
@dependabot dependabot bot deleted the dependabot/maven/jetty.version-10.0.13 branch December 12, 2022 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant