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 10.0.22 to 12.0.0 #579

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2024

Bumps org.eclipse.jetty:jetty-bom from 10.0.22 to 12.0.0.

Release notes

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

12.0.0

Important Notes

  • New Environment System (ee10 / ee9 / ee8)
  • Supports ee10 / ee9 / ee8 at the same time (in different deployed webapps)
  • Jetty Core no longer has dependencies on any Jakarta EE Spec

Security Updates

Special Thanks to the following Eclipse Jetty community members

@​kohlschuetter (Christian Kohlschütter) @​gregpoulos (Greg Poulos)

Changelog

  • #10231 - DefaultServlet no longer supports POST and OPTIONS and returns a 405 instead
  • #10229 - HttpConfiguration.setIdleTimeout() breaks long running requests
  • #10227 - EE10 Unable to use Cookie attributes with HttpServletResponse.addCookie(jakarta.servlet.http.Cookie)
  • #10205 - fixes for jetty 12 ee8 websocket demos
  • #10178 - Fix demo-spec webapp failures
  • #10066 - Allow SAXParserFactory or SAXParser to be configured in Jetty's XmlParser class - Allows for GHSA-58qw-p7qm-5rvh workaround
  • #10165 - rename JAVAX_API to JAKARTA_API in ee9 and ee10 Source
  • #10155 - EE10 Servlet include after HttpServletResponse.getWriter().println() omits Content-Length from the response
  • #10135 - Websocket: Using PerMessageDeflateExtension and flush in batchMode send FLUSH_FRAME to client.

12.0.0.beta4

Changelog

  • #10144 - Common code and documentation for dispatched query parameters
  • #10141 - welcome-file ignored on jetty12ee10 on exploded deploy, works on ee9 and older jettys.
  • #10139 - DefaultServlet not working with named dispatch in Jetty-12 EE10.
  • #10134 - Server.stop() and WebInfConfiguration.deconfigure() can throw a ClosedFileSystemException when restoring the original base resource
  • #10131 - Review ERROR query-string handling
  • #10102 - Fixes delivery of events to Response.CompleteListeners.
  • #10090 - Improved start.jar dry-run command line quoting
  • #10084 - ServletApiContext.getResourcePaths() doesn't respect the spec
  • #10082 - Various cleanups of StringUtil and TypeUtil
  • #10081 - Fix replacement logic for Configuration lists
  • #10071 - add SizeLimitHandler to Jetty-12
  • #10068 - Jetty 12: instantiation of HashLoginService
  • #10061 - Simplified URLResource cleaner
  • #9444 - Unexpected encoding in request.getPathInfo() with Jetty 12 beta0

12.0.0.beta3

... (truncated)

Commits
  • 52d9417 Updating to version 12.0.0
  • 28100e8 Reverted asciidoctorj-diagram.version to 2.2.9 to correctly generate the link...
  • b781a92 Fixed javadocs generation.
  • af7127c Merge pull request #10205 from eclipse/jetty-12.0.x-websocket-demos
  • 466b75c fix websocket demo for ee8 jetty-12
  • 1d52c83 Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-websocke...
  • 70a7a67 Fix #10229 servlet Idle Timeout (#10233)
  • 5535179 Issue #10231 - ee10 DefaultServlet HTTP method support. (#10232)
  • 9357c26 Issue #10227 - HttpServletResponse.addCookie(Cookie) support for Cookie att...
  • d3e40d8 Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.eclipse.jetty:jetty-bom [>= 12.a, < 13]
org.eclipse.jetty:jetty-bom [>= 11.a, < 12]

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)

Bumps [org.eclipse.jetty:jetty-bom](https://github.com/eclipse/jetty.project) from 10.0.22 to 12.0.0.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.22...jetty-12.0.0)

---
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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 19, 2024
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.

0 participants