v0.22.0-RC2 #284
rossabaker
announced in
Announcements
v0.22.0-RC2
#284
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release introduces support for Jetty 12 on http4s-0.22. This upgrade is necessary to fix for CVE-2024-6763. http4s-0.22 is EOL, and this series will not be actively maintained.
Because Jetty 9 is replaced by Jetty 12, there are breaking changes:
http4s-jetty-client
module is now namedhttp4s-jetty12-client
.http4s-jetty-server
module is now split inthttp4s-jetty12-server
andhttp4s-jetty12-server-ee8
.org.http4s.jetty
package (both modules) is renamed toorg.http4s.jetty12
JettyBuilder
moved toorg.http4s.jetty12.server.ee8
in the newhttp4s-jetty12-server-ee8
module.ContextShift
constraints were addedJakarta EE9 and EE10 are not supported in this release.
This discussion was created from the release v0.22.0-RC2.
Beta Was this translation helpful? Give feedback.
All reactions