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 jetty.version from 12.0.2-SNAPSHOT to 12.0.5 #102

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps jetty.version from 12.0.2-SNAPSHOT to 12.0.5.
Updates org.eclipse.jetty:jetty-bom from 12.0.2-SNAPSHOT to 12.0.5

Release notes

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

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()
  • #10768 - WebSocketUpgradeHandler should not require ContextHandler
  • #10749 - WebSocketClient should expose upgrade request/response
  • #10687 - Jetty WebSocket remembers mappings on restart
  • #10484 - Clarify documentation about how to make a non-blocking handler tree
  • #10384 - ServletChannel now using proper state changes for calls to ErrorHandler to avoid IllegalStateExceptions

12.0.3

Changelog

  • #10794 - 301 Moved Permanently produces query with ; instead of ?
  • #10779 - Upgrade to xhtml-schemas 1.3 which add one more entity systemid
  • #10771 - EE10 ServletRequest.isSecure() not set by ForwardedRequestCustomizer
  • #10762 - Better handling of Objects in JMX MetaData
  • #10760 - Fix Overlay of Combined Resources
  • #10759 - Fix HTTP/3 Client handling of MAX_FIELD_SECTION_SIZE setting
  • #10747 - Add ability to compress and skip unserializable session attributes
  • #10734 - jakarta.websocket.Session.getRequestParameterMap() contains the value as key
  • #10731 - org.eclipse.jetty.server.Request uses wrong context attribute name javax.servlet instead of jakarta.servlet
  • #10727 - Fix EE10 removeAttributes

... (truncated)

Commits

Updates org.eclipse.jetty.ee9:jetty-ee9-bom from 12.0.2-SNAPSHOT to 12.0.5

Release notes

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

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()
  • #10768 - WebSocketUpgradeHandler should not require ContextHandler
  • #10749 - WebSocketClient should expose upgrade request/response
  • #10687 - Jetty WebSocket remembers mappings on restart
  • #10484 - Clarify documentation about how to make a non-blocking handler tree
  • #10384 - ServletChannel now using proper state changes for calls to ErrorHandler to avoid IllegalStateExceptions

12.0.3

Changelog

  • #10794 - 301 Moved Permanently produces query with ; instead of ?
  • #10779 - Upgrade to xhtml-schemas 1.3 which add one more entity systemid
  • #10771 - EE10 ServletRequest.isSecure() not set by ForwardedRequestCustomizer
  • #10762 - Better handling of Objects in JMX MetaData
  • #10760 - Fix Overlay of Combined Resources
  • #10759 - Fix HTTP/3 Client handling of MAX_FIELD_SECTION_SIZE setting
  • #10747 - Add ability to compress and skip unserializable session attributes
  • #10734 - jakarta.websocket.Session.getRequestParameterMap() contains the value as key
  • #10731 - org.eclipse.jetty.server.Request uses wrong context attribute name javax.servlet instead of jakarta.servlet
  • #10727 - Fix EE10 removeAttributes

... (truncated)

Commits

Updates org.eclipse.jetty:jetty-slf4j-impl from 12.0.2-SNAPSHOT to 12.0.5

Updates org.eclipse.jetty:jetty-http-tools from 12.0.2-SNAPSHOT to 12.0.5

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `jetty.version` from 12.0.2-SNAPSHOT to 12.0.5.

Updates `org.eclipse.jetty:jetty-bom` from 12.0.2-SNAPSHOT to 12.0.5
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](https://github.com/jetty/jetty.project/commits/jetty-12.0.5)

Updates `org.eclipse.jetty.ee9:jetty-ee9-bom` from 12.0.2-SNAPSHOT to 12.0.5
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](https://github.com/jetty/jetty.project/commits/jetty-12.0.5)

Updates `org.eclipse.jetty:jetty-slf4j-impl` from 12.0.2-SNAPSHOT to 12.0.5

Updates `org.eclipse.jetty:jetty-http-tools` from 12.0.2-SNAPSHOT to 12.0.5

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee9:jetty-ee9-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-http-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 18, 2023
@olamy olamy closed this Jan 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. 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.

@olamy olamy deleted the dependabot/maven/jetty-12-ee9/jetty.version-12.0.5 branch January 23, 2024 08:08
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
Development

Successfully merging this pull request may close these issues.

1 participant