This is an automated email from the ASF dual-hosted git repository.
remm 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 423757e Rename Maven artifact
423757e is described below
commit 423757e6e2912c4ab5b5591c5a823c4713238a6c
Author: remm <[email protected]>
AuthorDate: Thu Jan 6 11:43:29 2022 +0100
Rename Maven artifact
The new name tomcat-coyote-openssl-java17 is more consistent with the
jars in lib (it is an extension for tomcat-coyote).
---
modules/openssl-java17/README.md | 4 ++--
modules/openssl-java17/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/openssl-java17/README.md b/modules/openssl-java17/README.md
index 07f0a68..8e6e44a 100644
--- a/modules/openssl-java17/README.md
+++ b/modules/openssl-java17/README.md
@@ -16,7 +16,7 @@ The module uses the OpenSSL 1.1 API. It requires an API
compatible version of
OpenSSL or a compatible alternative library, that can be loaded from the JVM
library path.
-Copy `openssl-java17-1.0.jar` to the Apache Tomcat `lib` folder.
+Copy `tomcat-coyote-openssl-java17-1.0.jar` to the Apache Tomcat `lib` folder.
Remove `AprLifecycleListener` from `server.xml`. The
`org.apache.tomcat.util.net.openssl.panama.OpenSSLLifecycleListener` can be
@@ -68,7 +68,7 @@ index dc1260b..dd9fba9 100644
<pathelement location="${derby.jar}"/>
<pathelement location="${derby-shared.jar}"/>
<pathelement location="${derby-tools.jar}"/>
-+ <pathelement location="output/build/lib/openssl-java17-0.1.jar"/>
++ <pathelement
location="output/build/lib/tomcat-coyote-openssl-java17-0.1.jar"/>
<path refid="compile.classpath" />
<path refid="tomcat.classpath" />
</path>
diff --git a/modules/openssl-java17/pom.xml b/modules/openssl-java17/pom.xml
index 733efa1..43e846d 100644
--- a/modules/openssl-java17/pom.xml
+++ b/modules/openssl-java17/pom.xml
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.tomcat</groupId>
- <artifactId>openssl-java17</artifactId>
+ <artifactId>tomcat-coyote-openssl-java17</artifactId>
<name>Apache Tomcat OpenSSL support for Java 17</name>
<description>OpenSSL support using the Panama JEP 412 API included in Java
17</description>
<version>0.1-SNAPSHOT</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]