This is an automated email from the ASF dual-hosted git repository. paulrutter pushed a change to branch feature/FELIX-6750-Jetty-12.1.0-tryout in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from e2090d2ace Upgrade to Alpha2 add 1197c4892f FELIX-6751 : Use proper encoding for service filter add 49e4232bab [maven-release-plugin] prepare release org.apache.felix.webconsole-5.0.10 add 0dba53c729 [maven-release-plugin] prepare for next development iteration add 49a5178e35 Add webconsole to CI pipeline add 738ff8fd4d FELIX-6752 : System information throws java.lang.ClassCastException add 82abeb8f86 Bump ch.qos.logback:logback-core in /ipojo/handler/jmx/jmx-handler-it (#375) add d3397d0dbf FELIX-6753 : Use only plugin path for redirect/form submit add c35385ae55 Update pom.xml add 5289a52689 Update AbstractJettyTestSupport.java add bd5a37f92a FELIX-6755 : Support Jakarta Servlet 6 add 9d0f8c51a1 Syntax error fix for default filter (#381) add e348a1bbc9 FELIX-6755 : Create filter directly add 1ccdf4ab00 Bump ch.qos.logback:logback-core (#380) add 8f738e2701 Bump org.apache.felix:org.apache.felix.webconsole (#382) add 985d21efb7 Bump actions/upload-artifact from 4.6.0 to 4.6.1 add 57182f8d14 Bump ch.qos.logback:logback-core in /ipojo/runtime/composite-it add 5a10c78f96 Bump org.apache.felix:org.apache.felix.webconsole add 6418523e96 Bump org.apache.felix:org.apache.felix.webconsole add 3efb001eaf Bump ch.qos.logback:logback-core add d14688ad6c FELIX-6754-Update-jetty-to-12.0.17 - Add JETTY_11 to list of possible enums that require setting `setDecodeAmbiguousURIs`, see https://github.com/jetty/jetty.project/pull/12827 add c14bc5b24b Bump ch.qos.logback:logback-core from 1.3.12 to 1.3.15 in /rootcause add 064578beaf [maven-release-plugin] prepare release org.apache.felix.http.jetty12-1.0.22 add cf805847aa [maven-release-plugin] prepare for next development iteration add 1733285a7d Bump ch.qos.logback:logback-core from 1.3.12 to 1.3.15 in /systemready add 6139eb2274 [maven-release-plugin] prepare release org.apache.felix.http.webconsoleplugin-1.2.2 add 23b5e857c2 [maven-release-plugin] prepare for next development iteration add 23b75ce0e9 FELIX-6757 : Properly encode bundle information add 68be2bd286 FELIX-6756 Cookie name "Path" is a reserved token - Apply fix from patch - Add unit tests add 1760dc2e5b Revert "FELIX-6754-Update-jetty-to-12.0.17" add 97c9243696 [maven-release-plugin] prepare release org.apache.felix.http.wrappers-1.1.10 add e96c656991 [maven-release-plugin] prepare for next development iteration add b469cbe5c7 FELIX-6756 Cookie name "Path" is a reserved token - Use wrappers snapshot in jetty bundle add 3cb8ba003b [maven-release-plugin] prepare release org.apache.felix.http.jetty-5.1.30 add 333102e030 [maven-release-plugin] prepare for next development iteration add 11ae5d14ac [maven-release-plugin] prepare release org.apache.felix.http.jetty12-1.0.24 add 588884616b [maven-release-plugin] prepare for next development iteration add 55e8b11bd2 FELIX-6756 Cookie name "Path" is a reserved token - Use wrappers snapshot in jetty bundle add 22456391a5 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. add 68b2ddaa86 Update README.md add ef80790319 FELIX-6758 Update to Jetty 12.0.18 / 11.0.25 - Upgrade to 12.0.18 and 11.0.25 add 00673dca48 Bump org.apache.felix:org.apache.felix.webconsole add ffca48acea [maven-release-plugin] prepare release org.apache.felix.http.jetty-5.1.32 add 0c5e990723 [maven-release-plugin] prepare for next development iteration add 296118e8db [maven-release-plugin] prepare release org.apache.felix.http.jetty12-1.0.26 add d886012674 [maven-release-plugin] prepare for next development iteration add 72078f80f1 FELIX-6750-Jetty-12.1.0-tryout - update to 12.1.0.alpha2 No new revisions were added by this update. Summary of changes: .github/workflows/maven-ci.yml | 10 +- http/bridge/README | 4 +- http/bridge/pom.xml | 14 +- http/jetty/pom.xml | 6 +- .../http/jetty/it/AbstractJettyTestSupport.java | 2 +- .../http/jetty/it/AbstractJettyTestSupport.java | 2 +- http/pom.xml | 2 +- http/proxy/pom.xml | 10 +- .../felix/http/proxy/AbstractProxyServlet.java | 27 +-- .../org/apache/felix/http/proxy/ProxyListener.java | 195 --------------------- .../proxy/{ => impl}/AbstractProxyListener.java | 15 +- .../http/proxy/{ => impl}/DispatcherTracker.java | 41 ++--- .../proxy/impl/ProxyServletContextListener.java | 7 +- .../org/apache/felix/http/proxy/package-info.java | 24 --- http/samples/whiteboard/pom.xml | 2 +- http/webconsoleplugin/pom.xml | 4 +- .../webconsoleplugin/impl/HttpServicePlugin.java | 22 ++- .../felix/http/jakartawrappers/CookieWrapper.java | 68 ++++--- .../felix/http/javaxwrappers/CookieWrapper.java | 70 +++++--- ...uestWrapperTest.java => CookieWrapperTest.java} | 27 ++- ...uestWrapperTest.java => CookieWrapperTest.java} | 28 +-- .../ipojo-webconsole-quicktart/pom.xml | 2 +- ipojo/handler/jmx/jmx-handler-it/pom.xml | 2 +- .../temporal-dependency-handler-it/pom.xml | 2 +- .../whiteboard/whiteboard-handler-it/pom.xml | 2 +- ipojo/runtime/composite-it/pom.xml | 2 +- rootcause/pom.xml | 2 +- systemready/pom.xml | 2 +- webconsole-plugins/ds/pom.xml | 2 +- webconsole-plugins/obr/pom.xml | 2 +- webconsole-plugins/packageadmin/pom.xml | 2 +- webconsole/README.md | 44 ++++- webconsole/pom.xml | 2 +- .../webconsole/internal/core/BundlesServlet.java | 19 +- .../webconsole/internal/core/ServicesServlet.java | 6 +- .../webconsole/internal/servlet/OsgiManager.java | 21 ++- 36 files changed, 287 insertions(+), 405 deletions(-) delete mode 100644 http/proxy/src/main/java/org/apache/felix/http/proxy/ProxyListener.java rename http/proxy/src/main/java/org/apache/felix/http/proxy/{ => impl}/AbstractProxyListener.java (97%) rename http/proxy/src/main/java/org/apache/felix/http/proxy/{ => impl}/DispatcherTracker.java (65%) delete mode 100644 http/proxy/src/main/java/org/apache/felix/http/proxy/package-info.java copy http/wrappers/src/test/java/org/apache/felix/http/jakartawrappers/{HttpServletRequestWrapperTest.java => CookieWrapperTest.java} (56%) copy http/wrappers/src/test/java/org/apache/felix/http/javaxwrappers/{HttpServletRequestWrapperTest.java => CookieWrapperTest.java} (56%)