This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 8edcc12c5f Update README
8edcc12c5f is described below
commit 8edcc12c5f03c81ab76327d94670c8aefc9c4146
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Nov 30 07:10:49 2023 +0100
Update README
---
http/jetty12/README | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/http/jetty12/README b/http/jetty12/README
index 3acb0c8806..8f73a487b8 100644
--- a/http/jetty12/README
+++ b/http/jetty12/README
@@ -1,5 +1,4 @@
This directory contains a proof of concept for a new version of the Apache
Felix Http Service.
-It is based on Servlet API 5.
+It is based on Servlet API 6, Eclipse Jetty 12 and Java 17.
-This module contains code below the package org.osgi.service.servlet. The API
in these packages is NOT official OSGi API, it is work in progress for a new
OSGi specifications being worked in the [Eclipse OSGi working
group](https://www.osgi.org/). The source is copied from the [design 381
branch](https://github.com/osgi/osgi/tree/design/381). This API might change in
any way at any time.