Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Bump jettyDep from 9.3.11.v20160721 to 11.0.8 #408

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 Feb 9, 2022

Bumps jettyDep from 9.3.11.v20160721 to 11.0.8.
Updates jetty-rewrite from 9.3.11.v20160721 to 11.0.8

Release notes

Sourced from jetty-rewrite's releases.

11.0.8

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7524 - Missing package in JmxConfiguration
  • #7523 - Typo in AnnotationConfiguration
  • #7514 - Adding InheritedListeners to already-started components can cause IllegalStateException
  • #7430 - Run WebSocket Autobahn test for all Jetty, Javax and Core APIs
  • #7419 - Update resource base example so it works (@​Artur-)
  • #7417 - Clarify that requestHeaderSize is a cumulative limit (@​mszabo-wikia)
  • #7375 - Some environments require Request scoping during session save
  • #7369 - Document CustomRequestLog
  • #7361 - Fix resource leaks in PropertyUserStore, XmlConfiguraiton, and start.jar (@​lujiefsi)
  • #7351 - Large WebSocket payloads with permessage-deflate hang on 10.0.7
  • #7348 - Slow CONNECT request causes NPE
  • #7327 - jetty-slf4j-impl missing from BOM
  • #7313 - addBean(_attributes); only called in the Convenience constructor of org.eclipse.jetty.server.Server
  • #7299 - Enabling the logging-logback module prevents eclipse remote debugging
  • #7297 - Deprecate log4j 1.x support
  • #7294 - Fix possible NPE from WebSocketAdapter
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7262 - Allow the SerlvetHandler.getFilterChain method to be overridden.
  • #7240 - Clarify and javadoc InvocationType
  • #7160 - HttpURI considers %25 to be ambiguous, preventing access to static resources with % in their name
  • #7132 - Tidy up demo webapps
  • #7131 - Use Charset instead of encoding string where possible
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7111 - Add support to deprecate jetty-home modules
  • #7109 - Deprecate UnixSocket JNR support
  • #7103 - Rework LaF of distro landing page
  • #7086 - WebSocket: java.lang.IllegalStateException: already released RetainableByteBuffer
  • #7064 - Cleanup or clarify (null) in output of --list-config
  • #7063 - Simplify command line use of org.eclipse.jetty.util.Password
  • #7062 - test-keystore.p12 is no longer packaged in jetty-home
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7042 - Simplify configuration to use different OpenIdConfiguration per webapp.
  • #7031 - ResponseWriter.println(char) does not print newline
  • #7008 - Problem with jetty.sh start regression 10.0.6 -> 10.0.7 when using JETTY_USER
  • #6987 - jetty-unixdomain-server is missing from jetty-bom (@​markslater)
  • #6985 - ELContextCleaner references javax class in jetty-11
  • #6980 - ELContextCleaner failed because cannot access a member of class javax.el.BeanELResolver with modifiers "private static final"
  • #6973 - Jetty starts consuming CPU that remains high even without any traffic
  • #6965 - Expose Spec ServerContainer.upgrade() API

... (truncated)

Commits
  • 79cc9cf Updating to version 11.0.8
  • 539b145 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 35b76de Updated Jetty Quiche Native to 0.11.0.2.
  • 8413b2d Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • bf53b23 #7529 upgrade quiche native lib to version 0.11.0b to work on less recent lin...
  • 90c2a1e Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 4166f85 Merge pull request #7530 from eclipse/jetty-10.0.x-7529-upgrade-quiche-0_11_0
  • 9d3e213 #7529 upgrade quiche native lib to version 0.11.0
  • 1c8887c Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 4037861 Fixes #7514 - Adding InheritedListeners to already-started components… (#7522)
  • Additional commits viewable in compare view

Updates jetty-server from 9.3.11.v20160721 to 11.0.8

Release notes

Sourced from jetty-server's releases.

11.0.8

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7524 - Missing package in JmxConfiguration
  • #7523 - Typo in AnnotationConfiguration
  • #7514 - Adding InheritedListeners to already-started components can cause IllegalStateException
  • #7430 - Run WebSocket Autobahn test for all Jetty, Javax and Core APIs
  • #7419 - Update resource base example so it works (@​Artur-)
  • #7417 - Clarify that requestHeaderSize is a cumulative limit (@​mszabo-wikia)
  • #7375 - Some environments require Request scoping during session save
  • #7369 - Document CustomRequestLog
  • #7361 - Fix resource leaks in PropertyUserStore, XmlConfiguraiton, and start.jar (@​lujiefsi)
  • #7351 - Large WebSocket payloads with permessage-deflate hang on 10.0.7
  • #7348 - Slow CONNECT request causes NPE
  • #7327 - jetty-slf4j-impl missing from BOM
  • #7313 - addBean(_attributes); only called in the Convenience constructor of org.eclipse.jetty.server.Server
  • #7299 - Enabling the logging-logback module prevents eclipse remote debugging
  • #7297 - Deprecate log4j 1.x support
  • #7294 - Fix possible NPE from WebSocketAdapter
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7262 - Allow the SerlvetHandler.getFilterChain method to be overridden.
  • #7240 - Clarify and javadoc InvocationType
  • #7160 - HttpURI considers %25 to be ambiguous, preventing access to static resources with % in their name
  • #7132 - Tidy up demo webapps
  • #7131 - Use Charset instead of encoding string where possible
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7111 - Add support to deprecate jetty-home modules
  • #7109 - Deprecate UnixSocket JNR support
  • #7103 - Rework LaF of distro landing page
  • #7086 - WebSocket: java.lang.IllegalStateException: already released RetainableByteBuffer
  • #7064 - Cleanup or clarify (null) in output of --list-config
  • #7063 - Simplify command line use of org.eclipse.jetty.util.Password
  • #7062 - test-keystore.p12 is no longer packaged in jetty-home
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7042 - Simplify configuration to use different OpenIdConfiguration per webapp.
  • #7031 - ResponseWriter.println(char) does not print newline
  • #7008 - Problem with jetty.sh start regression 10.0.6 -> 10.0.7 when using JETTY_USER
  • #6987 - jetty-unixdomain-server is missing from jetty-bom (@​markslater)
  • #6985 - ELContextCleaner references javax class in jetty-11
  • #6980 - ELContextCleaner failed because cannot access a member of class javax.el.BeanELResolver with modifiers "private static final"
  • #6973 - Jetty starts consuming CPU that remains high even without any traffic
  • #6965 - Expose Spec ServerContainer.upgrade() API

... (truncated)

Commits
  • 79cc9cf Updating to version 11.0.8
  • 539b145 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 35b76de Updated Jetty Quiche Native to 0.11.0.2.
  • 8413b2d Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • bf53b23 #7529 upgrade quiche native lib to version 0.11.0b to work on less recent lin...
  • 90c2a1e Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 4166f85 Merge pull request #7530 from eclipse/jetty-10.0.x-7529-upgrade-quiche-0_11_0
  • 9d3e213 #7529 upgrade quiche native lib to version 0.11.0
  • 1c8887c Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 4037861 Fixes #7514 - Adding InheritedListeners to already-started components… (#7522)
  • Additional commits viewable in compare view

Updates jetty-servlet from 9.3.11.v20160721 to 11.0.8

Release notes

Sourced from jetty-servlet's releases.

11.0.8

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7524 - Missing package in JmxConfiguration
  • #7523 - Typo in AnnotationConfiguration
  • #7514 - Adding InheritedListeners to already-started components can cause IllegalStateException
  • #7430 - Run WebSocket Autobahn test for all Jetty, Javax and Core APIs
  • #7419 - Update resource base example so it works (@​Artur-)
  • #7417 - Clarify that requestHeaderSize is a cumulative limit (@​mszabo-wikia)
  • #7375 - Some environments require Request scoping during session save
  • #7369 - Document CustomRequestLog
  • #7361 - Fix resource leaks in PropertyUserStore, XmlConfiguraiton, and start.jar (@​lujiefsi)
  • #7351 - Large WebSocket payloads with permessage-deflate hang on 10.0.7
  • #7348 - Slow CONNECT request causes NPE
  • #7327 - jetty-slf4j-impl missing from BOM
  • #7313 - addBean(_attributes); only called in the Convenience constructor of org.eclipse.jetty.server.Server
  • #7299 - Enabling the logging-logback module prevents eclipse remote debugging
  • #7297 - Deprecate log4j 1.x support
  • #7294 - Fix possible NPE from WebSocketAdapter
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7262 - Allow the SerlvetHandler.getFilterChain method to be overridden.
  • #7240 - Clarify and javadoc InvocationType
  • #7160 - HttpURI considers %25 to be ambiguous, preventing access to static resources with % in their name
  • #7132 - Tidy up demo webapps
  • #7131 - Use Charset instead of encoding string where possible
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7111 - Add support to deprecate jetty-home modules
  • #7109 - Deprecate UnixSocket JNR support
  • #7103 - Rework LaF of distro landing page
  • #7086 - WebSocket: java.lang.IllegalStateException: already released RetainableByteBuffer
  • #7064 - Cleanup or clarify (null) in output of --list-config
  • #7063 - Simplify command line use of org.eclipse.jetty.util.Password
  • #7062 - test-keystore.p12 is no longer packaged in jetty-home
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7042 - Simplify configuration to use different OpenIdConfiguration per webapp.
  • #7031 - ResponseWriter.println(char) does not print newline
  • #7008 - Problem with jetty.sh start regression 10.0.6 -> 10.0.7 when using JETTY_USER
  • #6987 - jetty-unixdomain-server is missing from jetty-bom (@​markslater)
  • #6985 - ELContextCleaner references javax class in jetty-11
  • #6980 - ELContextCleaner failed because cannot access a member of class javax.el.BeanELResolver with modifiers "private static final"
  • #6973 - Jetty starts consuming CPU that remains high even without any traffic
  • #6965 - Expose Spec ServerContainer.upgrade() API

... (truncated)

Commits
  • 79cc9cf Updating to version 11.0.8
  • 539b145 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 35b76de Updated Jetty Quiche Native to 0.11.0.2.
  • 8413b2d Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • bf53b23 #7529 upgrade quiche native lib to version 0.11.0b to work on less recent lin...
  • 90c2a1e Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 4166f85 Merge pull request #7530 from eclipse/jetty-10.0.x-7529-upgrade-quiche-0_11_0
  • 9d3e213 #7529 upgrade quiche native lib to version 0.11.0
  • 1c8887c Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 4037861 Fixes #7514 - Adding InheritedListeners to already-started components… (#7522)
  • Additional commits viewable in compare view

Updates jetty-servlets from 9.3.11.v20160721 to 11.0.8

Release notes

Sourced from jetty-servlets's releases.

11.0.8

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #7524 - Missing package in JmxConfiguration
  • #7523 - Typo in AnnotationConfiguration
  • #7514 - Adding InheritedListeners to already-started components can cause IllegalStateException
  • #7430 - Run WebSocket Autobahn test for all Jetty, Javax and Core APIs
  • #7419 - Update resource base example so it works (@​Artur-)
  • #7417 - Clarify that requestHeaderSize is a cumulative limit (@​mszabo-wikia)
  • #7375 - Some environments require Request scoping during session save
  • #7369 - Document CustomRequestLog
  • #7361 - Fix resource leaks in PropertyUserStore, XmlConfiguraiton, and start.jar (@​lujiefsi)
  • #7351 - Large WebSocket payloads with permessage-deflate hang on 10.0.7
  • #7348 - Slow CONNECT request causes NPE
  • #7327 - jetty-slf4j-impl missing from BOM
  • #7313 - addBean(_attributes); only called in the Convenience constructor of org.eclipse.jetty.server.Server
  • #7299 - Enabling the logging-logback module prevents eclipse remote debugging
  • #7297 - Deprecate log4j 1.x support
  • #7294 - Fix possible NPE from WebSocketAdapter
  • #7277 - Allow override of ServletRequest.getLocalName() and .getLocalPort() in post-intermediary scenarios
  • #7262 - Allow the SerlvetHandler.getFilterChain method to be overridden.
  • #7240 - Clarify and javadoc InvocationType
  • #7160 - HttpURI considers %25 to be ambiguous, preventing access to static resources with % in their name
  • #7132 - Tidy up demo webapps
  • #7131 - Use Charset instead of encoding string where possible
  • #7124 - Add default methods on LifeCycle.Listener interface
  • #7111 - Add support to deprecate jetty-home modules
  • #7109 - Deprecate UnixSocket JNR support
  • #7103 - Rework LaF of distro landing page
  • #7086 - WebSocket: java.lang.IllegalStateException: already released RetainableByteBuffer
  • #7064 - Cleanup or clarify (null) in output of --list-config
  • #7063 - Simplify command line use of org.eclipse.jetty.util.Password
  • #7062 - test-keystore.p12 is no longer packaged in jetty-home
  • #7059 - NPE in AllowedResourceAliasChecker.getPath()
  • #7042 - Simplify configuration to use different OpenIdConfiguration per webapp.
  • #7031 - ResponseWriter.println(char) does not print newline
  • #7008 - Problem with jetty.sh start regression 10.0.6 -> 10.0.7 when using JETTY_USER
  • #6987 - jetty-unixdomain-server is missing from jetty-bom (@​markslater)
  • #6985 - ELContextCleaner references javax class in jetty-11
  • #6980 - ELContextCleaner failed because cannot access a member of class javax.el.BeanELResolver with modifiers "private static final"
  • #6973 - Jetty starts consuming CPU that remains high even without any traffic
  • #6965 - Expose Spec ServerContainer.upgrade() API

... (truncated)

Commits
  • 79cc9cf Updating to version 11.0.8
  • 539b145 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 35b76de Updated Jetty Quiche Native to 0.11.0.2.
  • 8413b2d Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • bf53b23 #7529 upgrade quiche native lib to version 0.11.0b to work on less recent lin...
  • 90c2a1e Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 4166f85 Merge pull request #7530 from eclipse/jetty-10.0.x-7529-upgrade-quiche-0_11_0
  • 9d3e213 #7529 upgrade quiche native lib to version 0.11.0
  • 1c8887c Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 4037861 Fixes #7514 - Adding InheritedListeners to already-started components… (#7522)
  • 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 `jettyDep` from 9.3.11.v20160721 to 11.0.8.

Updates `jetty-rewrite` from 9.3.11.v20160721 to 11.0.8
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.3.11.v20160721...jetty-11.0.8)

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

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

Updates `jetty-servlets` from 9.3.11.v20160721 to 11.0.8
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.3.11.v20160721...jetty-11.0.8)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-rewrite
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty:jetty-servlets
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 9, 2022
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants