This is an automated email from the ASF dual-hosted git repository. paulrutter pushed a commit to branch feature/HTTP-release-2025 in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
commit 161c545b92f0094769999255cbca366cebb00e35 Author: Paul Rütter <[email protected]> AuthorDate: Wed Jan 22 11:29:15 2025 +0100 https://issues.apache.org/jira/browse/FELIX-6746 JettyWebSocketServlet: Error during calling init() https://issues.apache.org/jira/browse/FELIX-6745 HttpService: Cannot unregister javaxwrappers.ServletWrapper --- downloads.list | 6 +++--- modules/ROOT/examples/downloads.yml | 6 +++--- modules/ROOT/pages/news.adoc | 8 ++++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/downloads.list b/downloads.list index d4495ea0..cffb823b 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.2.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.8 +HTTP Service Base|org.apache.felix.http.base|5.1.10 HTTP Service Bridge|org.apache.felix.http.bridge|5.1.8 -HTTP Service Jetty|org.apache.felix.http.jetty|5.1.26 -HTTP Service Jetty|org.apache.felix.http.jetty12|1.0.19 +HTTP Service Jetty|org.apache.felix.http.jetty|5.1.28 +HTTP Service Jetty|org.apache.felix.http.jetty12|1.0.20 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 68200e6e..5110dded 100644 --- a/modules/ROOT/examples/downloads.yml +++ b/modules/ROOT/examples/downloads.yml @@ -173,7 +173,7 @@ subprojects: - title: HTTP Service Base artifactId: org.apache.felix.http.base - version: 5.1.8 + version: 5.1.10 source_classifier: source-release changelog: false @@ -185,13 +185,13 @@ subprojects: - title: HTTP Service Jetty artifactId: org.apache.felix.http.jetty - version: 5.1.26 + version: 5.1.28 source_classifier: source-release changelog: false - title: HTTP Service Jetty12 artifactId: org.apache.felix.http.jetty12 - version: 1.0.19 + version: 1.0.20 source_classifier: source-release changelog: false diff --git a/modules/ROOT/pages/news.adoc b/modules/ROOT/pages/news.adoc index c63fd45a..3d14eac6 100644 --- a/modules/ROOT/pages/news.adoc +++ b/modules/ROOT/pages/news.adoc @@ -1,5 +1,13 @@ = News +## 2025 + +* Apache Felix Http Jetty12 1.0.20, Http Jetty 5.1.28 (January 22 2025) +** https://issues.apache.org/jira/browse/FELIX-6746 JettyWebSocketServlet: Error during calling init() +** https://issues.apache.org/jira/browse/FELIX-6745 HttpService: Cannot unregister javaxwrappers.ServletWrapper + + +## 2024 * Apache Felix Http Jetty12 1.0.19 (December 16th 2024) * Apache Felix Maven Bundle Plugin 6.0.0 (November 28th, 2024) * Apache Felix Http Jetty12 1.0.18, Http Jetty 4.2.28 and Http Wrapper 1.1.8 (November 17th 2024)
