Skip to content

Commit b4325d5

Browse files
authored
Revise Jetty WebSocket support versions in README
Updated version numbers for Jetty WebSocket support classifiers in README.
1 parent a690a7c commit b4325d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

http/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ classpath and deployment!
3131
### Using classifiers: `light`, `with-jetty-websockets` and `with-jakarta-websockets` bundle
3232
If you would like to use your own Jetty jars instead of the one packaged with the Felix Jetty bundles, you can use the variants with the following classifiers:
3333
* `light` - A light version of the bundle that does not include the Jetty classes. This is useful when you want to use your own Jetty jars. Available for both Jetty bundles.
34-
* `with-jetty-websockets` - A bundle that includes the classes required for Jetty WebSocket support for Jakarta EE10 (1.0.x) and Jakarta EE11 (1.1.x). Jetty12 bundle only.
35-
* `with-jakarta-websockets` - A bundle that includes the classes required for Jakarta WebSocket support for Jakarta EE10 (1.0.x) and Jakarta EE11 (1.1.x). Jetty12 bundle only.
34+
* `with-jetty-websockets` - A bundle that includes the classes required for Jetty WebSocket support for Jakarta EE10 (1.1.x) and Jakarta EE11 (2.x). Jetty12 bundle only.
35+
* `with-jakarta-websockets` - A bundle that includes the classes required for Jakarta WebSocket support for Jakarta EE10 (1.1.x) and Jakarta EE11 (2.x). Jetty12 bundle only.
3636

3737
When building the Felix Jetty bundle with Maven (`mvn clean install`), the additional bundles will be created in the `target` directory, postfixed with classifier.
3838
This jar can be deployed to your Felix OSGi environment, along with a compatible Jetty jars.

0 commit comments

Comments
 (0)