This is an automated email from the ASF dual-hosted git repository.
cziegeler 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 82bda3a5e1 FELIX-6786 : Allow http.base to be used with Servlet 6.0
82bda3a5e1 is described below
commit 82bda3a5e15e2a68b56c9f82dc478a7dfed768ec
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Jun 4 08:58:00 2025 +0200
FELIX-6786 : Allow http.base to be used with Servlet 6.0
---
http/base/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/http/base/pom.xml b/http/base/pom.xml
index d32e90fad9..0f7c8b8f86 100644
--- a/http/base/pom.xml
+++ b/http/base/pom.xml
@@ -68,6 +68,7 @@
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
+ <Import-Package>jakarta.servlet.*;version="[6.0,7)",
*</Import-Package>
</instructions>
</configuration>
</plugin>