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 d6e3ab51af FELIX-6756 Cookie name "Path" is a reserved token - build 
wrappers before jetty bundles, so the jetty12 can depend on latest snapshot 
versions. - jetty11 bundle still needs to rely on previous snapshot version 
until after the release is done.
d6e3ab51af is described below

commit d6e3ab51afee40628f2ae178e8e45f48c5082771
Author: Paul Rütter <p...@blueconic.com>
AuthorDate: Mon Mar 10 11:35:15 2025 +0100

    FELIX-6756 Cookie name "Path" is a reserved token
    - build wrappers before jetty bundles, so the jetty12 can depend on latest 
snapshot versions.
    - jetty11 bundle still needs to rely on previous snapshot version until 
after the release is done.
---
 http/jetty12/pom.xml | 2 +-
 http/pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/http/jetty12/pom.xml b/http/jetty12/pom.xml
index f887879964..85e6d05dfb 100644
--- a/http/jetty12/pom.xml
+++ b/http/jetty12/pom.xml
@@ -729,7 +729,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.wrappers</artifactId>
-            <version>1.1.9-SNAPSHOT</version>
+            <version>1.1.11-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId>
diff --git a/http/pom.xml b/http/pom.xml
index 97f623fe7b..39f83277a7 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -43,6 +43,7 @@
         <module>bridge</module>
         <module>inventoryprinter</module>
         <module>itest</module>
+        <module>wrappers</module>
         <module>jetty</module>
         <module>jetty12</module>
         <module>proxy</module>
@@ -50,6 +51,5 @@
         <module>servlet-api</module>
         <module>sslfilter</module>
         <module>webconsoleplugin</module>
-        <module>wrappers</module>
     </modules>
 </project>

Reply via email to