arquillian / arquillian-container-jetty

Arquillian Jetty Containers
7 stars 14 forks source link

build(deps): Bump org.eclipse.jetty:jetty-bom from 9.4.49.v20220914 to 12.0.5 #173

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps org.eclipse.jetty:jetty-bom from 9.4.49.v20220914 to 12.0.5.

Release notes

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

12.0.5

Changelog

  • #11051 - Do not use HttpStream.Wrapper in SizeLimitHandler
  • #11040 - "not an allowed scheme" for GraalVM Native-Image resource:-URIs
  • #11037 - Serialize HttpClient request failures
  • #11036 - Improve the dump output of ConcurrentPool
  • #11032 - add deployment exception for non Jakarta WebSocket endpoints used in ServerEndpointConfig
  • #11030 - Refactor eeX plus.security and plus.annotation classes to core
  • #11027 - Cleanup Module + XML properties usage
  • #11021 - Do not call afterResponse() in case of failures
  • #11016 - IllegalStateException when stopping Server with pending requests
  • #11014 - RedirectRegexRule and RewritePatternRule should consider relativeRedirectAllowed
  • #10956 - Simplify Expect: 100-Continue handling
  • #10933 - Review ServletChannelState.asyncError()
  • #10897 - Refactor JNDI across environments for common JNDI components that can be in core
  • #10852 - Add ResourceHandler.setUseFileMapping(boolean) option
  • #10277 - Review read failures impacting writes

12.0.4

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #10926 - AttributeNormalizer does not support combined resources
  • #10925 - Jetty 12 documentation: references to jetty-maven-plugin
  • #10922 - Fix NPE on null host when checking virtual host
  • #10919 - EE10 multipart parsing may include '\r' at the front under certain conditions
  • #10911 - Accurate implementation of H3 Request.beginNanoTime()
  • #10902 - do not add duplicate jars to MetaData containerResources
  • #10889 - Improve Resource use in MetaInfConfiguration
  • #10888 - Fix leaked resources in jetty maven plugin
  • #10886 - Don't track mounts for newResource() that do not exist
  • #10879 - Improve redirect handling with reproducible content
  • #10877 - Configure sbom plugin to produce sbom for jetty-home and include it in the distribution
  • #10868 - reinstate HttpChannel reuse in H2
  • #10867 - Immutable local/remote SocketAddress within a ConnectionMetaData
  • #10866 - Recycle ServletChannel at ServletContextHandler completion.
  • #10829 - Expired Session timing issue leads to Warning: "Invalidating session {} found to be expired when requested"
  • #10812 - jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled in at runtime (@​chadlwilson)
  • #10810 - Update jetty-maven-plugin Documentation for new environment layer (@​hantsy)
  • #10802 - Stabilize secondary_super_cache in server code
  • #10801 - Recycle ServletChannel in ServletContextHandler
  • #10797 - Multiple identical Set-Cookie response lines produced
  • #10792 - Various cleanups of Handler.insertHandler
  • #10787 - Weak reference concurrent pool
  • #10775 - Review ConnectionMetaData.isSecure()

... (truncated)

Commits
  • 3aed62e Updating to version 12.0.5
  • e481b45 Follow up for issue #10933 and associated PR #10949.
  • 62210d3 add deployment exception for non Jakarta WebSocket endpoints used in ServerEn...
  • fbf8ddd Follow up for issue #10933 and associated PR #10949.
  • c5e40f5 Implemented server-side reset of the stream using error code NO_ERROR in case...
  • de5dffe Merge pull request #11070 from jetty/fix/12.0.x/ee8-ee9-nested-handler-impl-t...
  • 15c3369 Issue #10852 - Add ResourceHandler.setUseFileMapping(boolean) feature (#11071)
  • 499c71d Add missing license header on new testcase
  • 13d9277 Add Testcase for ee8/ee9 nested HandlerCollection
  • 35af2d8 Do not use HttpStream.Wrapper in SizeLimitHandler (#11051)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 7 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.