This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit d7e6c58c444c93742bf53f7228181179ec663645 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Oct 24 21:58:01 2023 +0100 Fix BND warning spotting in CI system --- res/bnd/websocket-api.jar.tmp.bnd | 2 +- res/bnd/websocket-client-api.jar.tmp.bnd | 2 +- webapps/docs/changelog.xml | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/res/bnd/websocket-api.jar.tmp.bnd b/res/bnd/websocket-api.jar.tmp.bnd index 9f2b0606a5..0184c99bc5 100644 --- a/res/bnd/websocket-api.jar.tmp.bnd +++ b/res/bnd/websocket-api.jar.tmp.bnd @@ -35,7 +35,7 @@ Require-Capability: \ osgi.ee;\ filter:="(&(osgi.ee=JavaSE)(version=1.8))" --namesection: jakarta/websocket*/;\ +-namesection: jakarta/websocket/server*/;\ Specification-Title=Jakarta WebSocket;\ Specification-Version=${websocket.spec.version}${websocket.revision};\ Specification-Vendor=Eclipse Foundation;\ diff --git a/res/bnd/websocket-client-api.jar.tmp.bnd b/res/bnd/websocket-client-api.jar.tmp.bnd index 500d14be57..492e495a18 100644 --- a/res/bnd/websocket-client-api.jar.tmp.bnd +++ b/res/bnd/websocket-client-api.jar.tmp.bnd @@ -29,7 +29,7 @@ Require-Capability: \ osgi.ee;\ filter:="(&(osgi.ee=JavaSE)(version=1.8))" --namesection: jakarta/websocket/client*/;\ +-namesection: jakarta/websocket*/;\ Specification-Title=Jakarta WebSocket Client;\ Specification-Version=${websocket.spec.version}${websocket.revision};\ Specification-Vendor=Eclipse Foundation;\ diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 1407c192ca..462ca4e17e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -148,6 +148,14 @@ </add> </changelog> </subsection> + <subsection name="WebSocket"> + <changelog> + <fix> + Correct missing metadata int he MANIFEST of the for WebSocket client API + JAR file. (markt) + </fix> + </changelog> + </subsection> <subsection name="Other"> <changelog> <add> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org