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 7e45c5ad8d 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.18
7e45c5ad8d is described below
commit 7e45c5ad8d802f6e1f963e414be2eb475c2e52ca
Author: Paul Rütter <[email protected]>
AuthorDate: Thu May 7 09:09:27 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.18
---
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 cc417ef8b1..e7534f8796 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.16</version>
+ <version>5.1.18</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index 1e37e72465..907dff5b34 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.16</version>
+ <version>5.1.18</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>