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

commit 960087fd18a664875af9b4b7fd42a2e8d465a1e0
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Sep 27 14:44:25 2023 +0200

    FELIX-6656 : javax.servlet / jakarta.servlet request attributes are not 
correctly translated
---
 http/jetty/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 67381be55b..f8807f4026 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -43,6 +43,7 @@
     <properties>
         <felix.java.version>11</felix.java.version>
        <jetty.version>11.0.15</jetty.version>
+       <baseline.skip>true</baseline.skip>
     </properties>
 
     <build>

Reply via email to