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.9 to 12.0.10 #3235

Merged
merged 2 commits into from
Jun 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2024

Bumps jetty.version from 12.0.9 to 12.0.10.
Updates org.eclipse.jetty:jetty-bom from 12.0.9 to 12.0.10

Release notes

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

12.0.10

Changelog

  • #11851 - jetty-ee8-websocket-javax-server export not honoured
  • #11811 - getHeaderNames should return header name once also when request has it in different case
  • #11800 - client: Allow AsyncContentListener.onContent to throw checked Exceptions
  • #11792 - StdErrAppender should detect exception circular references
  • #11776 - NPE from org.eclipse.jetty.ee8.nested.Request.getRequestURL
  • #11767 - Backward compat API WebAppContext.getServerClassMatcher() is not updating the WebAppClassloader
  • #11766 - Ensure ReadListener is nulled out when AsyncContext is completed.
  • #11763 - Race condition in QoSHandler
  • #11760 - request.getHttpURI().getScheme() is null on FORWARD dispatched request, causing NPE
  • #11756 - ChunkAccumulator not working with empty chunks
  • #11748 - Unexpected HTTP Response Status Code: 404 Not Found
  • #11745 - Issue while adding Module for Persistent HTTP Sessions: Google Cloud DataStore
  • #11736 - Issue with Response OutputStream#close() rethrowing same EofException instance
  • #11507 - org.eclipse.jetty.util.Attributes.getAttribute() should specify return type if no match is found
  • #11501 - Introduce experiment fully virtual VirtualThreadPool
  • #11072 - Introduce StateTrackingHandler
  • #9778 - Remove WriteFlusher.Listener
  • #9177 - Add JVM info and OS info to Dumpable.dump()
Commits

Updates org.eclipse.jetty.ee10:jetty-ee10-bom from 12.0.9 to 12.0.10

Release notes

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

12.0.10

Changelog

  • #11851 - jetty-ee8-websocket-javax-server export not honoured
  • #11811 - getHeaderNames should return header name once also when request has it in different case
  • #11800 - client: Allow AsyncContentListener.onContent to throw checked Exceptions
  • #11792 - StdErrAppender should detect exception circular references
  • #11776 - NPE from org.eclipse.jetty.ee8.nested.Request.getRequestURL
  • #11767 - Backward compat API WebAppContext.getServerClassMatcher() is not updating the WebAppClassloader
  • #11766 - Ensure ReadListener is nulled out when AsyncContext is completed.
  • #11763 - Race condition in QoSHandler
  • #11760 - request.getHttpURI().getScheme() is null on FORWARD dispatched request, causing NPE
  • #11756 - ChunkAccumulator not working with empty chunks
  • #11748 - Unexpected HTTP Response Status Code: 404 Not Found
  • #11745 - Issue while adding Module for Persistent HTTP Sessions: Google Cloud DataStore
  • #11736 - Issue with Response OutputStream#close() rethrowing same EofException instance
  • #11507 - org.eclipse.jetty.util.Attributes.getAttribute() should specify return type if no match is found
  • #11501 - Introduce experiment fully virtual VirtualThreadPool
  • #11072 - Introduce StateTrackingHandler
  • #9778 - Remove WriteFlusher.Listener
  • #9177 - Add JVM info and OS info to Dumpable.dump()
Commits

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 Jun 22, 2024
Bumps `jetty.version` from 12.0.9 to 12.0.10.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/jetty.version-12.0.10 branch from 25e98f4 to bbe126d Compare June 22, 2024 16:29
@coveralls
Copy link
Collaborator

Coverage Status

coverage: 84.842%. remained the same
when pulling bbe126d on dependabot/maven/jetty.version-12.0.10
into 00a05e8 on master.

@aklish aklish merged commit 4999559 into master Jun 22, 2024
@aklish aklish deleted the dependabot/maven/jetty.version-12.0.10 branch June 22, 2024 16:46
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.

2 participants