This is an automated email from the ASF dual-hosted git repository.

paulrutter pushed a commit to branch feature/FELIX-6750-Jetty-12.1.0-tryout
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to 
refs/heads/feature/FELIX-6750-Jetty-12.1.0-tryout by this push:
     new 6aa0c27898 FELIX-6750-Jetty-12.1.0-tryout - Update README for 
EE10/EE11 version ranges
6aa0c27898 is described below

commit 6aa0c278984bf1de485687cfb17dfb1ac742f052
Author: Paul Rütter <[email protected]>
AuthorDate: Fri May 22 16:06:28 2026 +0200

    FELIX-6750-Jetty-12.1.0-tryout - Update README for EE10/EE11 version ranges
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
---
 http/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http/README.md b/http/README.md
index 9e5c975e6a..7623b2037b 100644
--- a/http/README.md
+++ b/http/README.md
@@ -5,7 +5,7 @@ This is an implementation of the [R8.1 Whiteboard Specification 
for Jakarta Serv
   * Standard OSGi Http Service implementation
   * Standard OSGi Http Whiteboard implementation
   * Run either with Jetty (version 11 or 12) bundle or inside your own 
application server using the servlet bridge
-    * [Felix HTTP Jetty 
12](https://mvnrepository.com/artifact/org.apache.felix/org.apache.felix.http.jetty12)
 is the preferred bundle of choice as it supports JakartaEE10 (1.0.x range) and 
JakartaEE11 (1.1.x range).
+    * [Felix HTTP Jetty 
12](https://mvnrepository.com/artifact/org.apache.felix/org.apache.felix.http.jetty12)
 is the preferred bundle of choice as it supports JakartaEE10 (1.1.x range) and 
JakartaEE11 (1.2.x range).
       * [Jetty WebSocket 
support](https://github.com/apache/felix-dev/pull/310), see example code 
[here](https://github.com/apache/felix-dev/blob/master/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestWebSocketServlet.java).
     * [Felix HTTP Jetty 
11](https://mvnrepository.com/artifact/org.apache.felix/org.apache.felix.http.jetty)
 is the predecessor of the Jetty 12 bundle, which shipped with [Jetty 
9.4.x](https://mvnrepository.com/artifact/org.apache.felix/org.apache.felix.http.jetty/4.2.26)
 in the 4.x range (JavaEE8), [Jetty 
11.x](https://mvnrepository.com/artifact/org.apache.felix/org.apache.felix.http.jetty/5.1.10)
 in the 5.x range (JakartaEE9).
       * [Jetty WebSocket 
support](https://github.com/apache/felix-dev/pull/309), see example code 
[here](https://github.com/apache/felix-dev/blob/master/http/samples/whiteboard/src/main/java/org/apache/felix/http/samples/whiteboard/TestWebSocketServlet.java).

Reply via email to