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 16a62428be FELIX-6656 : javax.servlet / jakarta.servlet request 
attributes are not correctly translated
16a62428be is described below

commit 16a62428bee66b5dd6422684289956cd02479dad
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Sep 27 15:38:38 2023 +0200

    FELIX-6656 : javax.servlet / jakarta.servlet request attributes are not 
correctly translated
---
 http/bridge/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index ffce05d8fc..ba720231d3 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -40,7 +40,8 @@
   </scm>
 
     <properties>
-        <felix.java.version>11</felix.java.version>
+       <felix.java.version>11</felix.java.version>
+        <baseline.skip>true</baseline.skip>
     </properties>
 
     <build>
@@ -170,7 +171,7 @@
        <dependency>
             <groupId>org.apache.felix</groupId>
            <artifactId>org.apache.felix.http.wrappers</artifactId>
-           <version>1.0.0</version>
+           <version>1.0.1-SNAPSHOT</version>
        </dependency>
     </dependencies>
 </project>

Reply via email to