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
The following commit(s) were added to refs/heads/main by this push:
new 7a833bb Fix typo in JPMS substitution configuration
7a833bb is described below
commit 7a833bb5df65b1bf40242a7f26d32cf38f3941b8
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Feb 23 11:01:29 2022 +0000
Fix typo in JPMS substitution configuration
---
res/bnd/websocket-client-api.jar.tmp.bnd | 2 +-
webapps/docs/changelog.xml | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/res/bnd/websocket-client-api.jar.tmp.bnd
b/res/bnd/websocket-client-api.jar.tmp.bnd
index b2713eb..e58fdcc 100644
--- a/res/bnd/websocket-client-api.jar.tmp.bnd
+++ b/res/bnd/websocket-client-api.jar.tmp.bnd
@@ -42,5 +42,5 @@ Require-Capability: \
access=32;\
version=${websocket.spec.version}
-jpms-module-info-options: \
- jakarta.websocke.clientt;\
+ jakarta.websocket.client;\
substitute=websocket-client-api
\ No newline at end of file
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 6c6cd6c..d399207 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -113,6 +113,14 @@
</fix>
</changelog>
</subsection>
+ <subsection name="WebSocket">
+ <changelog>
+ <fix>
+ Fix typo in JPMS substitution configuration for WebSocket client
module.
+ (markt)
+ </fix>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 10.1.0-M11 (markt)" rtext="release in progress">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]