This is an automated email from the ASF dual-hosted git repository. paulrutter pushed a commit to branch release/HTTP-release-may-2025 in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
commit 382e933f203763f99bd2c895c0e6499d043392bc Author: Paul Rütter <[email protected]> AuthorDate: Wed May 14 09:37:47 2025 +0200 FELIX-6770 Support new methods in Jakarta Servlet 6.1 FELIX-6771 Use SLF4J 2 FELIX-6776 Introduce way to restrict request and response size FELIX-6777 Wrong type of jakarta.servlet.error.exception_type attribute FELIX-6779 Update to Jetty 12.0.21 --- downloads.list | 8 ++++---- modules/ROOT/examples/downloads.yml | 8 ++++---- modules/ROOT/pages/news.adoc | 6 ++++++ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/downloads.list b/downloads.list index 6f1ae27b..ebf90c68 100644 --- a/downloads.list +++ b/downloads.list @@ -55,10 +55,10 @@ Health Check API|org.apache.felix.healthcheck.api|2.0.4|project||- Health Check Core|org.apache.felix.healthcheck.core|2.3.0|project||- Health Check General Checks|org.apache.felix.healthcheck.generalchecks|3.0.8|project||- Health Check Webconsole Plugin|org.apache.felix.healthcheck.webconsoleplugin|2.2.0|project||- -HTTP Service Base|org.apache.felix.http.base|5.1.12 -HTTP Service Bridge|org.apache.felix.http.bridge|5.1.8 -HTTP Service Jetty|org.apache.felix.http.jetty|5.1.32 -HTTP Service Jetty|org.apache.felix.http.jetty12|1.0.28 +HTTP Service Base|org.apache.felix.http.base|5.1.14 +HTTP Service Bridge|org.apache.felix.http.bridge|6.0.0 +HTTP Service Jetty|org.apache.felix.http.jetty|5.1.34 +HTTP Service Jetty|org.apache.felix.http.jetty12|1.0.30 HTTP Service Proxy|org.apache.felix.http.proxy|3.0.6 HTTP Service SSL filter|org.apache.felix.http.sslfilter|2.0.2 HTTP Service Whiteboard|org.apache.felix.http.whiteboard|4.0.0 diff --git a/modules/ROOT/examples/downloads.yml b/modules/ROOT/examples/downloads.yml index 37c2f027..6a52ac23 100644 --- a/modules/ROOT/examples/downloads.yml +++ b/modules/ROOT/examples/downloads.yml @@ -173,25 +173,25 @@ subprojects: - title: HTTP Service Base artifactId: org.apache.felix.http.base - version: 5.1.12 + version: 5.1.14 source_classifier: source-release changelog: false - title: HTTP Service Bridge artifactId: org.apache.felix.http.bridge - version: 5.1.8 + version: 6.0.0 source_classifier: source-release changelog: false - title: HTTP Service Jetty artifactId: org.apache.felix.http.jetty - version: 5.1.32 + version: 5.1.34 source_classifier: source-release changelog: false - title: HTTP Service Jetty12 artifactId: org.apache.felix.http.jetty12 - version: 1.0.28 + version: 1.0.30 source_classifier: source-release changelog: false diff --git a/modules/ROOT/pages/news.adoc b/modules/ROOT/pages/news.adoc index b23865ca..1a05589e 100644 --- a/modules/ROOT/pages/news.adoc +++ b/modules/ROOT/pages/news.adoc @@ -2,6 +2,12 @@ ## 2025 +* Apache Felix Http Jetty12 1.0.30, Apache Felix Http Jetty 5.1.34, Apache Felix Http Base 5.1.14, Apache Felix Bridge 6.0.0 (May 14 2025) +** https://issues.apache.org/jira/browse/FELIX-6770 Support new methods in Jakarta Servlet 6.1 +** https://issues.apache.org/jira/browse/FELIX-6771 Use SLF4J 2 +** https://issues.apache.org/jira/browse/FELIX-6776 Introduce way to restrict request and response size +** https://issues.apache.org/jira/browse/FELIX-6777 Wrong type of jakarta.servlet.error.exception_type attribute +** https://issues.apache.org/jira/browse/FELIX-6779 Update to Jetty 12.0.21 * Apache Felix Webconsole 5.0.12 (May 13th, 2025) * Apache Felix Http Jetty12 1.0.28, Apache Felix Http Base 5.1.12 (April 25 2025) ** https://issues.apache.org/jira/browse/FELIX-6764 Update to Jetty 12.0.19
