This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
The following commit(s) were added to refs/heads/main by this push:
new 2635c01f New releases
2635c01f is described below
commit 2635c01f9d69e90ecc790a1ebb1d5c43816ebb3b
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Sun Aug 27 14:03:04 2023 +0200
New releases
---
downloads.list | 11 ++++++-----
modules/ROOT/examples/downloads.yml | 16 +++++++++++-----
modules/ROOT/pages/news.adoc | 2 ++
3 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/downloads.list b/downloads.list
index 1853d7f5..045b2e1a 100644
--- a/downloads.list
+++ b/downloads.list
@@ -52,16 +52,17 @@ Gogo
Shell|org.apache.felix.gogo.shell|1.1.4|project||doc/changelog.txt
Gogo Command|org.apache.felix.gogo.command|1.1.2|project||doc/changelog.txt
Health Check
Annotations|org.apache.felix.healthcheck.annotation|2.0.0|project||-
Health Check API|org.apache.felix.healthcheck.api|2.0.4|project||-
-Health Check Core|org.apache.felix.healthcheck.core|2.0.14|project||-
-Health Check General
Checks|org.apache.felix.healthcheck.generalchecks|3.0.6|project||-
+Health Check Core|org.apache.felix.healthcheck.core|2.1.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.1.0|project||-
-HTTP Service Base|org.apache.felix.http.base|5.0.4
-HTTP Service Bridge|org.apache.felix.http.bridge|5.0.6
-HTTP Service Jetty|org.apache.felix.http.jetty|5.0.6
+HTTP Service Base|org.apache.felix.http.base|5.1.0
+HTTP Service Bridge|org.apache.felix.http.bridge|5.1.0
+HTTP Service Jetty|org.apache.felix.http.jetty|5.1.0
HTTP Service Proxy|org.apache.felix.http.proxy|3.0.6
HTTP Service SSL filter|org.apache.felix.http.sslfilter|1.2.6
HTTP Service Whiteboard|org.apache.felix.http.whiteboard|4.0.0
HTTP Servlet 2.6 + 3.0 + 4.0 + 5.0 API|org.apache.felix.http.servlet-api|2.1.0
+HTTP Wrappers|org.apache.felix.http.wrappers|1.0.0
Inventory Printer|org.apache.felix.inventory|1.0.6
iPOJO (Core)|org.apache.felix.ipojo|1.12.1|project||-
iPOJO Runtime Project (containing all iPOJO runtime
modules)|org.apache.felix.ipojo.runtime-project|1.12.1|source-release||-
diff --git a/modules/ROOT/examples/downloads.yml
b/modules/ROOT/examples/downloads.yml
index c18a1c9d..1da89e78 100644
--- a/modules/ROOT/examples/downloads.yml
+++ b/modules/ROOT/examples/downloads.yml
@@ -155,13 +155,13 @@ subprojects:
- title: Health Check Core
artifactId: org.apache.felix.healthcheck.core
- version: 2.0.14
+ version: 2.1.0
source_classifier: project
changelog: false
- title: Health Check General Checks
artifactId: org.apache.felix.healthcheck.generalchecks
- version: 3.0.6
+ version: 3.0.8
source_classifier: project
changelog: false
@@ -173,19 +173,19 @@ subprojects:
- title: HTTP Service Base
artifactId: org.apache.felix.http.base
- version: 5.0.4
+ version: 5.1.0
source_classifier: source-release
changelog: false
- title: HTTP Service Bridge
artifactId: org.apache.felix.http.bridge
- version: 5.0.6
+ version: 5.1.0
source_classifier: source-release
changelog: false
- title: HTTP Service Jetty
artifactId: org.apache.felix.http.jetty
- version: 5.0.6
+ version: 5.1.0
source_classifier: source-release
changelog: false
@@ -201,6 +201,12 @@ subprojects:
source_classifier: source-release
changelog: false
+ - title: HTTP Wrappers
+ artifactId: org.apache.felix.http.wrappers
+ version: 1.0.0
+ source_classifier: source-release
+ changelog: false
+
- title: HTTP Service Inventory Printer
artifactId: org.apache.felix.http.inventoryprinter
version: 1.0.0
diff --git a/modules/ROOT/pages/news.adoc b/modules/ROOT/pages/news.adoc
index 74604ff5..3bee1b56 100644
--- a/modules/ROOT/pages/news.adoc
+++ b/modules/ROOT/pages/news.adoc
@@ -1,5 +1,7 @@
= News
+* Apache Felix Http Jetty 5.1.0, Http Bridge 5.1.0, Http Base 5.1.0, and Http
Wrappers 1.0.0 (August 27th, 2023)
+* Apache Felix HealthCheck Core 2.1.0 and HealthCheck Generalchecks 3.0.8
(August 27th, 2023)
* Apache Felix Http Jetty 5.0.6 and 4.2.16, Http Bridge 5.0.6 and 4.2.12, Http
Base 5.0.4 and 4.2.10 (August 21st, 2023)
* Apache Felix Webconsole 4.8.12 (August 4th, 2023)
* Apache Felix Configadmin Interpolator Plugin 1.2.8 (July 24th, 2023)