We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aad44d commit f2617b3Copy full SHA for f2617b3
CHANGELOG.md
@@ -8,6 +8,8 @@
8
* Added Jetty options `:ws-max-text-size` and `:ws-max-binary-size`
9
* Added `parse-multipart-params` function (#520)
10
* Updated Jetty to 12.0.18
11
+* The `ring/ring-core` library now requires Java 11+
12
+* The `ring/ring-jetty-adapter` library now requires Java 17+
13
14
## 1.13.1 (2025-03-23)
15
@@ -100,6 +102,7 @@
100
102
* Updated Commons-FileUpload to 2.0.0-M1 (#483)
101
103
* Updated Jetty to 11.0.15 (#481)
104
* Updated Commons-IO to 2.13.0
105
+* The `ring/ring-jetty-adapter` library now requires Java 11+
106
107
## 1.10.0 (2023-04-03)
108
0 commit comments