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

chore(deps): bump version.jetty from 9.4.31.v20200723 to 11.0.8 #158

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps version.jetty from 9.4.31.v20200723 to 11.0.8.
Updates jetty-webapp from 9.4.31.v20200723 to 11.0.8

Release notes

Sourced from jetty-webapp'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-maven-plugin from 9.4.31.v20200723 to 11.0.8

Release notes

Sourced from jetty-maven-plugin'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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 7, 2022
@CLAassistant
Copy link

CLA assistant check
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.

Bumps `version.jetty` from 9.4.31.v20200723 to 11.0.8.

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

Updates `jetty-maven-plugin` from 9.4.31.v20200723 to 11.0.8
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-9.4.31.v20200723...jetty-11.0.8)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-webapp
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
2 participants