Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Bump jetty.version from 9.2.0.RC0 to 11.0.0.beta3 #2

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 16, 2020

Bumps jetty.version from 9.2.0.RC0 to 11.0.0.beta3.
Updates jetty-server from 9.2.0.RC0 to 11.0.0.beta3

Release notes

Sourced from jetty-server's releases.

11.0.0.beta3

Changes

  • #5022 : Cleanup ServletHandler, specifically with respect to making filter chains more extensible
  • #5287 : CompressionPools should use the new jetty-util Pool class
  • #5360 : demo-spec module incorrectly depends on demo-jndi
  • #5368 : WebSocket text event execute in same thread as running binary event and destroy Threadlocal
  • #5378 : Filter/Servlet/Listener Holders are not started if added during STARTING state.
  • #5379 : Better handling for wrong SNI
  • #5394 : Quickstart does not inject/decorate objects
  • #5401 : Move jetty-http-tools under the project root
  • #5409 : HttpClient fails intermittently with "Invalid response state TRANSIENT"
  • #5417 : Badly configured HttpConfiguration.securePort can lead to wrong port produced by ForwardedRequestCustomizer
  • #5443 : Request without Host header fails with NullPointerException in ForwardedRequestCustomizer
  • #5448 : Request.isSecure() returns false for https schemes in Jetty 10+
  • #5451 : Improve Working Directory creation
  • #5454 : Request error context is not reset
  • #5475 : Update to spifly 1.3.2 and asm 9
  • #5480 : NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown

11.0.0.beta2

Important Changes

  • #4572 : Replace jetty logging facade with slf4j-api usage
  • #5317 : Remove jetty-all
  • #5174 : Remove jetty-distribution in favor of jetty-home
  • #5264 : Create new demo jetty-start module (to replace the old demo-base functionality)

Issues Fixed

  • #1337 : MultiPart Part.write(String fileName) - Write method used unexpected path
  • #1761 : Make GzipHandler module more configurable
  • #2609 : Make finding orphaned expired sessions common across SessionDataStores
  • #2796 : HTTP/2 max local stream count exceeded when request fails
  • #3766 : Introduce HTTP/2 API to batch frames
  • #3916 : multipart/byterange output is invalid to RFC7233
  • #4430 : Duplicate generation of servlets/filters/listeners from context xml with quickstart
  • #4736 : Update Import-Package version start ranges
  • #4808 : Review HttpClient Request header APIs
  • #4809 : Set a max number of requests per connection
  • #4824 : WebSocket server outgoing message queue memory growth
  • #4888 : Request getSession() method throws IllegalStateException when Session exists
  • #4919 : websocket container stop ordering
  • #4954 : Simplify ability to get Byte Counts about requests
  • #4985 : Fix NPE related to use of Attributes.Wrapper getAttributeNameSet()
  • #4988 : The check for whether a mime type is gzipable modifies (lower-cases) the content type
  • #4996 : Warning log printed when debug is enabled in AbstractLifecycle.java
  • #5013 : Bundle-ClassPath and lib place on WEB-INF/lib make classpath duplicate
  • #5018 : WebSocketClient connect / upgrade timeout not configurable

... (truncated)

Commits
  • 27cf80e Updating to version 11.0.0.beta3
  • 611c00d Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • 05f08fe Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
  • f4c55c6 Merge pull request #5481 from eclipse/jetty-9.4.x-5480-npe-webinfconfiguration
  • fa6c8f7 Issue #5480 - Only delete non-persist temp dir if not-empty
  • c7ae5b5 Issue #5480 - Safer temp directory management
  • 6be6fae Issue #5480 - NPE Check in WebInfConfiguration.deconfigure()
  • 227dd47 Issue #5480 - Fail in jetty-maven-plugin if unable to create temp directory.
  • 0e98c37 Issue #5480 - NPE protection on IO.delete(File)
  • 47c74d7 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • Additional commits viewable in compare view

Updates jetty-servlet from 9.2.0.RC0 to 11.0.0.beta3

Release notes

Sourced from jetty-servlet's releases.

11.0.0.beta3

Changes

  • #5022 : Cleanup ServletHandler, specifically with respect to making filter chains more extensible
  • #5287 : CompressionPools should use the new jetty-util Pool class
  • #5360 : demo-spec module incorrectly depends on demo-jndi
  • #5368 : WebSocket text event execute in same thread as running binary event and destroy Threadlocal
  • #5378 : Filter/Servlet/Listener Holders are not started if added during STARTING state.
  • #5379 : Better handling for wrong SNI
  • #5394 : Quickstart does not inject/decorate objects
  • #5401 : Move jetty-http-tools under the project root
  • #5409 : HttpClient fails intermittently with "Invalid response state TRANSIENT"
  • #5417 : Badly configured HttpConfiguration.securePort can lead to wrong port produced by ForwardedRequestCustomizer
  • #5443 : Request without Host header fails with NullPointerException in ForwardedRequestCustomizer
  • #5448 : Request.isSecure() returns false for https schemes in Jetty 10+
  • #5451 : Improve Working Directory creation
  • #5454 : Request error context is not reset
  • #5475 : Update to spifly 1.3.2 and asm 9
  • #5480 : NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown

11.0.0.beta2

Important Changes

  • #4572 : Replace jetty logging facade with slf4j-api usage
  • #5317 : Remove jetty-all
  • #5174 : Remove jetty-distribution in favor of jetty-home
  • #5264 : Create new demo jetty-start module (to replace the old demo-base functionality)

Issues Fixed

  • #1337 : MultiPart Part.write(String fileName) - Write method used unexpected path
  • #1761 : Make GzipHandler module more configurable
  • #2609 : Make finding orphaned expired sessions common across SessionDataStores
  • #2796 : HTTP/2 max local stream count exceeded when request fails
  • #3766 : Introduce HTTP/2 API to batch frames
  • #3916 : multipart/byterange output is invalid to RFC7233
  • #4430 : Duplicate generation of servlets/filters/listeners from context xml with quickstart
  • #4736 : Update Import-Package version start ranges
  • #4808 : Review HttpClient Request header APIs
  • #4809 : Set a max number of requests per connection
  • #4824 : WebSocket server outgoing message queue memory growth
  • #4888 : Request getSession() method throws IllegalStateException when Session exists
  • #4919 : websocket container stop ordering
  • #4954 : Simplify ability to get Byte Counts about requests
  • #4985 : Fix NPE related to use of Attributes.Wrapper getAttributeNameSet()
  • #4988 : The check for whether a mime type is gzipable modifies (lower-cases) the content type
  • #4996 : Warning log printed when debug is enabled in AbstractLifecycle.java
  • #5013 : Bundle-ClassPath and lib place on WEB-INF/lib make classpath duplicate
  • #5018 : WebSocketClient connect / upgrade timeout not configurable

... (truncated)

Commits
  • 27cf80e Updating to version 11.0.0.beta3
  • 611c00d Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • 05f08fe Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
  • f4c55c6 Merge pull request #5481 from eclipse/jetty-9.4.x-5480-npe-webinfconfiguration
  • fa6c8f7 Issue #5480 - Only delete non-persist temp dir if not-empty
  • c7ae5b5 Issue #5480 - Safer temp directory management
  • 6be6fae Issue #5480 - NPE Check in WebInfConfiguration.deconfigure()
  • 227dd47 Issue #5480 - Fail in jetty-maven-plugin if unable to create temp directory.
  • 0e98c37 Issue #5480 - NPE protection on IO.delete(File)
  • 47c74d7 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • Additional commits viewable in compare view

Updates jetty-webapp from 9.2.0.RC0 to 11.0.0.beta3

Release notes

Sourced from jetty-webapp's releases.

11.0.0.beta3

Changes

  • #5022 : Cleanup ServletHandler, specifically with respect to making filter chains more extensible
  • #5287 : CompressionPools should use the new jetty-util Pool class
  • #5360 : demo-spec module incorrectly depends on demo-jndi
  • #5368 : WebSocket text event execute in same thread as running binary event and destroy Threadlocal
  • #5378 : Filter/Servlet/Listener Holders are not started if added during STARTING state.
  • #5379 : Better handling for wrong SNI
  • #5394 : Quickstart does not inject/decorate objects
  • #5401 : Move jetty-http-tools under the project root
  • #5409 : HttpClient fails intermittently with "Invalid response state TRANSIENT"
  • #5417 : Badly configured HttpConfiguration.securePort can lead to wrong port produced by ForwardedRequestCustomizer
  • #5443 : Request without Host header fails with NullPointerException in ForwardedRequestCustomizer
  • #5448 : Request.isSecure() returns false for https schemes in Jetty 10+
  • #5451 : Improve Working Directory creation
  • #5454 : Request error context is not reset
  • #5475 : Update to spifly 1.3.2 and asm 9
  • #5480 : NPE from WebInfConfiguration.deconfigure during WebAppContext shutdown

11.0.0.beta2

Important Changes

  • #4572 : Replace jetty logging facade with slf4j-api usage
  • #5317 : Remove jetty-all
  • #5174 : Remove jetty-distribution in favor of jetty-home
  • #5264 : Create new demo jetty-start module (to replace the old demo-base functionality)

Issues Fixed

  • #1337 : MultiPart Part.write(String fileName) - Write method used unexpected path
  • #1761 : Make GzipHandler module more configurable
  • #2609 : Make finding orphaned expired sessions common across SessionDataStores
  • #2796 : HTTP/2 max local stream count exceeded when request fails
  • #3766 : Introduce HTTP/2 API to batch frames
  • #3916 : multipart/byterange output is invalid to RFC7233
  • #4430 : Duplicate generation of servlets/filters/listeners from context xml with quickstart
  • #4736 : Update Import-Package version start ranges
  • #4808 : Review HttpClient Request header APIs
  • #4809 : Set a max number of requests per connection
  • #4824 : WebSocket server outgoing message queue memory growth
  • #4888 : Request getSession() method throws IllegalStateException when Session exists
  • #4919 : websocket container stop ordering
  • #4954 : Simplify ability to get Byte Counts about requests
  • #4985 : Fix NPE related to use of Attributes.Wrapper getAttributeNameSet()
  • #4988 : The check for whether a mime type is gzipable modifies (lower-cases) the content type
  • #4996 : Warning log printed when debug is enabled in AbstractLifecycle.java
  • #5013 : Bundle-ClassPath and lib place on WEB-INF/lib make classpath duplicate
  • #5018 : WebSocketClient connect / upgrade timeout not configurable

... (truncated)

Commits
  • 27cf80e Updating to version 11.0.0.beta3
  • 611c00d Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • 05f08fe Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
  • f4c55c6 Merge pull request #5481 from eclipse/jetty-9.4.x-5480-npe-webinfconfiguration
  • fa6c8f7 Issue #5480 - Only delete non-persist temp dir if not-empty
  • c7ae5b5 Issue #5480 - Safer temp directory management
  • 6be6fae Issue #5480 - NPE Check in WebInfConfiguration.deconfigure()
  • 227dd47 Issue #5480 - Fail in jetty-maven-plugin if unable to create temp directory.
  • 0e98c37 Issue #5480 - NPE protection on IO.delete(File)
  • 47c74d7 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps `jetty.version` from 9.2.0.RC0 to 11.0.0.beta3.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants