This is an automated email from the ASF dual-hosted git repository.
paulrutter pushed a change to branch
maintenance/FELIX-6754-Update-jetty-to-12.0.17
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from ce0dcae911 Update AbstractJettyTestSupport.java
add 9899d3e8ec FELIX-6755 : Support Jakarta Servlet 6
add 7fbe436e2f Syntax error fix for default filter (#381)
add 64da8abea8 FELIX-6755 : Create filter directly
add b0ab4616ca Bump ch.qos.logback:logback-core (#380)
add 46841d9ef7 Bump org.apache.felix:org.apache.felix.webconsole (#382)
add 328ca1a594 Bump actions/upload-artifact from 4.6.0 to 4.6.1
add ac1f53d486 Merge pull request #384 from
apache/dependabot/github_actions/actions/upload-artifact-4.6.1
add 198795c145 Bump ch.qos.logback:logback-core in
/ipojo/runtime/composite-it
add 2646b6f1c7 Merge pull request #386 from
apache/dependabot/maven/ipojo/runtime/composite-it/ch.qos.logback-logback-core-1.3.15
add d8ac01cf33 Bump org.apache.felix:org.apache.felix.webconsole
add d5125fa051 Merge pull request #385 from
apache/dependabot/maven/webconsole-plugins/packageadmin/org.apache.felix-org.apache.felix.webconsole-4.9.10
add 95b7f312eb Bump org.apache.felix:org.apache.felix.webconsole
add e6aa03d7af Merge pull request #387 from
apache/dependabot/maven/webconsole-plugins/ds/org.apache.felix-org.apache.felix.webconsole-4.9.10
add 032fed7b46 Bump ch.qos.logback:logback-core
add cbb5a90b33 Merge pull request #388 from
apache/dependabot/maven/ipojo/handler/temporal/temporal-dependency-handler-it/ch.qos.logback-logback-core-1.3.15
add 39eb5c3877 Merge branch 'master' into
maintenance/FELIX-6754-Update-jetty-to-12.0.17
No new revisions were added by this update.
Summary of changes:
.github/workflows/maven-ci.yml | 2 +-
http/bridge/README | 4 +-
http/bridge/pom.xml | 14 +-
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 ---
.../ipojo-webconsole-quicktart/pom.xml | 2 +-
.../temporal-dependency-handler-it/pom.xml | 2 +-
.../whiteboard/whiteboard-handler-it/pom.xml | 2 +-
ipojo/runtime/composite-it/pom.xml | 2 +-
webconsole-plugins/ds/pom.xml | 2 +-
webconsole-plugins/packageadmin/pom.xml | 2 +-
16 files changed, 47 insertions(+), 304 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