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

Bump org.eclipse.jetty:jetty-bom from 11.0.17 to 12.0.5 in /data-prepper-plugins/s3-source #182

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps org.eclipse.jetty:jetty-bom from 11.0.17 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 <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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
@dependabot dependabot bot force-pushed the dependabot/gradle/data-prepper-plugins/s3-source/org.eclipse.jetty-jetty-bom-12.0.5 branch from 3df870b to b11f7bd Compare January 10, 2024 22:20
Bumps [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) from 11.0.17 to 12.0.5.
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-11.0.17...jetty-12.0.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/data-prepper-plugins/s3-source/org.eclipse.jetty-jetty-bom-12.0.5 branch from b11f7bd to 0a8a2d5 Compare January 18, 2024 00:33
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #220.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/data-prepper-plugins/s3-source/org.eclipse.jetty-jetty-bom-12.0.5 branch February 1, 2024 21:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants