Skip to content

chore(gradle): bump jetty from 11.0.20 to 12.0.20#189

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/jetty-12.0.20
Closed

chore(gradle): bump jetty from 11.0.20 to 12.0.20#189
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/jetty-12.0.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2025

Copy link
Copy Markdown

Bumps jetty from 11.0.20 to 12.0.20.
Updates org.eclipse.jetty:jetty-bom from 11.0.20 to 12.0.20

Release notes

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

12.0.20

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #13033 - Added "since" and "forRemoval" attributes to AbstractLifeCycle.AbstractLifeCycleListener deprecation, and removed its usages.
  • #13029 - Web-socket that use permessage-deflate extensions are keeping in memory the last message sent to the client
  • #13019 - [util-ajax] Support CharSequence instead of String for JSON.parse (@​scrat98)
  • #13017 - Upgrade quiche to version 0.24.0
  • #13016 - Allow the HttpClient in AbstractProxyServlet to configure additional attributes (@​garydgregory)
  • #13008 - Introduce HttpClient's Request.onResponseListener()
  • #13004 - QueuedThreadPool throws error on quick successive execute calls if initialized with BlockingArrayQueue or ArrayBlockingQueue
  • #12988 - Introduce an HTTP/2 frame listener
  • #12985 - Optimize memory usage of FrameFlusher.timeoutExpired
  • #12981 - MultiPart annotation scanning not done if metadata-complete==true
  • #12965 - Allow Resource instances to provide Content.Source directly
  • #12963 - Slow transfers on custom / non-Path Resource instances (@​kohlschuetter)
  • #12961 - Different results for getRequestURL in filters with async requests
  • #12958 - Discrepancy between Jetty 9 and Jetty 12 when setting the base resource to a path containing ..
  • #12900 - Make JPMS work with new Environments features
  • #12746 - Sporadic NPE in HttpChannelState.onFailure

12.0.19

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #12944 - Avoid direct cast to ServletScopedContext
  • #12943 - Unable to handle - IllegalStateException in Jetty Client Request send()
  • #12942 - Backport tracking pool improvements from 12.1.x
  • #12936 - UnsupportedOperationException when modifying HttpServletResponse after commit
  • #12929 - jetty-http-spi Fix Multi-Value Response Headers (@​SentryMan)
  • #12926 - maxFormContentSize doesn't count "=" characters
  • #12925 - Fix to EE8/EE9 StandardDescriptorProcessor to allow duplicate ServletMappings
  • #12923 - Introduce Bouncy Castle Jetty module
  • #12916 - Bad example in JavaDoc of InputStreamResponseListener
  • #12913 - Resource located inside JAR file is wrongfully treated as an alias
  • #12906 - URIUtil#correctURI throws StringIndexOutOfBoundsException
  • #12905 - Fix SSL buffer leak
  • #12900 - Make JPMS work with new Environments features
  • #12893 - Fix config for jspc plugin for eeX jsp demos
  • #12815 - Update jetty-acceptratelimit.xml

... (truncated)

Commits
  • 5b3be04 Updating to version 12.0.20
  • 484c14f Addendum to #12900 - Make JPMS work with new Environments features. (#13059)
  • 6133e4e Fixes #13048 - Exception from oeje11wjt.JakartaClientClassLoaderTest#websocke...
  • e2f3857 Merge pull request #13034 from jetty/fix/13029/jetty-12.0.x/permessage-deflate
  • b6d6870 Fix SessionHandlerTest.testFlushOnResponseCommit and modify GracefulHandler t...
  • cb925f0 Fix SettingsTest flakiness (#13039)
  • a83b27b Improved warning log message to print the queue class name, otherwise only "[...
  • 6e9db47 Issue #13004 - Warn for bounded thread pool queues (#13035)
  • 383c3c1 Issue #13029 - clear frame when complete in PerMessageDeflateExtension Outgoi...
  • 91ae02b Upgrade quiche to version 0.24.0 (#13017)
  • Additional commits viewable in compare view

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.18 to 12.0.20

Release notes

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

12.0.20

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #13033 - Added "since" and "forRemoval" attributes to AbstractLifeCycle.AbstractLifeCycleListener deprecation, and removed its usages.
  • #13029 - Web-socket that use permessage-deflate extensions are keeping in memory the last message sent to the client
  • #13019 - [util-ajax] Support CharSequence instead of String for JSON.parse (@​scrat98)
  • #13017 - Upgrade quiche to version 0.24.0
  • #13016 - Allow the HttpClient in AbstractProxyServlet to configure additional attributes (@​garydgregory)
  • #13008 - Introduce HttpClient's Request.onResponseListener()
  • #13004 - QueuedThreadPool throws error on quick successive execute calls if initialized with BlockingArrayQueue or ArrayBlockingQueue
  • #12988 - Introduce an HTTP/2 frame listener
  • #12985 - Optimize memory usage of FrameFlusher.timeoutExpired
  • #12981 - MultiPart annotation scanning not done if metadata-complete==true
  • #12965 - Allow Resource instances to provide Content.Source directly
  • #12963 - Slow transfers on custom / non-Path Resource instances (@​kohlschuetter)
  • #12961 - Different results for getRequestURL in filters with async requests
  • #12958 - Discrepancy between Jetty 9 and Jetty 12 when setting the base resource to a path containing ..
  • #12900 - Make JPMS work with new Environments features
  • #12746 - Sporadic NPE in HttpChannelState.onFailure

12.0.19

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #12944 - Avoid direct cast to ServletScopedContext
  • #12943 - Unable to handle - IllegalStateException in Jetty Client Request send()
  • #12942 - Backport tracking pool improvements from 12.1.x
  • #12936 - UnsupportedOperationException when modifying HttpServletResponse after commit
  • #12929 - jetty-http-spi Fix Multi-Value Response Headers (@​SentryMan)
  • #12926 - maxFormContentSize doesn't count "=" characters
  • #12925 - Fix to EE8/EE9 StandardDescriptorProcessor to allow duplicate ServletMappings
  • #12923 - Introduce Bouncy Castle Jetty module
  • #12916 - Bad example in JavaDoc of InputStreamResponseListener
  • #12913 - Resource located inside JAR file is wrongfully treated as an alias
  • #12906 - URIUtil#correctURI throws StringIndexOutOfBoundsException
  • #12905 - Fix SSL buffer leak
  • #12900 - Make JPMS work with new Environments features
  • #12893 - Fix config for jspc plugin for eeX jsp demos
  • #12815 - Update jetty-acceptratelimit.xml

... (truncated)

Commits
  • 5b3be04 Updating to version 12.0.20
  • 484c14f Addendum to #12900 - Make JPMS work with new Environments features. (#13059)
  • 6133e4e Fixes #13048 - Exception from oeje11wjt.JakartaClientClassLoaderTest#websocke...
  • e2f3857 Merge pull request #13034 from jetty/fix/13029/jetty-12.0.x/permessage-deflate
  • b6d6870 Fix SessionHandlerTest.testFlushOnResponseCommit and modify GracefulHandler t...
  • cb925f0 Fix SettingsTest flakiness (#13039)
  • a83b27b Improved warning log message to print the queue class name, otherwise only "[...
  • 6e9db47 Issue #13004 - Warn for bounded thread pool queues (#13035)
  • 383c3c1 Issue #13029 - clear frame when complete in PerMessageDeflateExtension Outgoi...
  • 91ae02b Upgrade quiche to version 0.24.0 (#13017)
  • 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 show <dependency name> 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)

Bumps `jetty` from 11.0.20 to 12.0.20.

Updates `org.eclipse.jetty:jetty-bom` from 11.0.20 to 12.0.20
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-11.0.20...jetty-12.0.20)

Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.18 to 12.0.20
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-12.0.18...jetty-12.0.20)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-version: 12.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
  dependency-version: 12.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 12, 2025

Copy link
Copy Markdown
Author

Assignees

The following users could not be added as assignees: devinrsmith, rcaudy. Either they do not exist or they do not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: NoDocumentationNeeded, NoReleaseNotesNeeded, version-bump. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github May 19, 2025

Copy link
Copy Markdown
Author

Superseded by #190.

@dependabot dependabot Bot closed this May 19, 2025
@dependabot dependabot Bot deleted the dependabot/gradle/jetty-12.0.20 branch May 19, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants