https://github.com/http4s/http4s-jetty
Jetty backend for http4s servers
https://github.com/http4s/http4s-jetty
Last synced: 5 months ago
JSON representation
Jetty backend for http4s servers
- Host: GitHub
- URL: https://github.com/http4s/http4s-jetty
- Owner: http4s
- License: apache-2.0
- Created: 2022-04-05T13:24:39.000Z (almost 4 years ago)
- Default Branch: series/0.26
- Last Pushed: 2025-08-25T16:42:04.000Z (6 months ago)
- Last Synced: 2025-08-25T18:30:08.439Z (6 months ago)
- Language: Scala
- Size: 1.8 MB
- Stars: 6
- Watchers: 5
- Forks: 6
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# http4s-jetty
## Compatibility
| http4s-jetty | http4s-core | jetty | servlet-api | Scala 2.12 | Scala 2.13 | Scala 3 | Status |
|:-------------|:------------|---------|:------------|------------|------------|---------|:----------|
| 0.22.x[^1] | 0.22.x | 9.x[^1] | 3.1 | ✅ | ✅ | ✅ | EOL |
| 0.23.x | 0.23.x | 9.x | 3.1 | ✅ | ✅ | ✅ | EOL |
| 0.24.x | 0.23.x | 10.x | 4.0 | ✅ | ✅ | ✅ | RC[^2] |
| 0.25.x | 0.23.x | 11.x | 5.0 | ✅ | ✅ | ✅ | RC[^2] |
| 0.26.x | 0.23.x | 12.x | 4.0[^3] | ✅ | ✅ | ✅ | Milestone |
[^1]: Additional artifacts named `http4s-jetty12-*` were published against Jetty 12 as a courtesy after Jetty 9 reached EOL.
[^2]: The underlying Jetty versions have reached EOL. These will be given a proper release for any early adopters of the series, and then be EOL.
[^3]: Support for servlet 5.0 and 6.0 is pending.