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

paulrutter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cb78459f4 FELIX-6824 Fix JMX MBean leak during Jetty restart cycle 
FELIX-6823 Fix unrecoverable Jetty state after NPE in WhiteboardManager 
shutdown - Move Jetty bundles to 5.1.19-SNAPSHOT until the proposed release 
version is out
5cb78459f4 is described below

commit 5cb78459f44a86bd1861bf8c2b7a225b3722bac5
Author: Paul Rütter <[email protected]>
AuthorDate: Thu May 7 09:20:57 2026 +0200

    FELIX-6824 Fix JMX MBean leak during Jetty restart cycle
    FELIX-6823 Fix unrecoverable Jetty state after NPE in WhiteboardManager 
shutdown
    - Move Jetty bundles to 5.1.19-SNAPSHOT until the proposed release version 
is out
---
 http/jetty/pom.xml   | 2 +-
 http/jetty12/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 8cdfc3e927..a823d26779 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -492,7 +492,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.1.18</version>
+            <version>5.1.19-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 7303f17944..b5531138c5 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -714,7 +714,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>5.1.18</version>
+            <version>5.1.19-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>

Reply via email to