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 46ba7d4 Use the earliest supported branch instead of 10.0
46ba7d4 is described below
commit 46ba7d4c066e8a44005e417ac88725d4edc0900b
Author: remm <[email protected]>
AuthorDate: Fri Mar 18 10:14:34 2022 +0100
Use the earliest supported branch instead of 10.0
8.5 is not supported because the SSLHostConfig API has
incompatibilities.
---
modules/openssl-java17/README.md | 1 +
modules/openssl-java17/pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/openssl-java17/README.md b/modules/openssl-java17/README.md
index 71fb5c2..7aa76d7 100644
--- a/modules/openssl-java17/README.md
+++ b/modules/openssl-java17/README.md
@@ -9,6 +9,7 @@ at `https://openjdk.java.net/jeps/412`.
The module can be built using Java 17. This will be the only Java version that
is supported as the JEP 412 API is incubating and will continue to evolve.
+It can be built and run with Apache Tomcat 9.0 or newer.
## Running
diff --git a/modules/openssl-java17/pom.xml b/modules/openssl-java17/pom.xml
index 1227685..f004945 100644
--- a/modules/openssl-java17/pom.xml
+++ b/modules/openssl-java17/pom.xml
@@ -31,7 +31,7 @@
<version>0.1-SNAPSHOT</version>
<properties>
- <tomcat.version>10.0.16</tomcat.version>
+ <tomcat.version>9.0.60</tomcat.version>
<project.build.outputTimestamp>2021-12-02T12:00:00Z</project.build.outputTimestamp>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]