You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2023/06/23 15:01:54 UTC

[tomcat] branch main updated: Update Java version number

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 7b4278c568 Update Java version number
7b4278c568 is described below

commit 7b4278c5683b3174d8011b5643ae8b09c52c87b5
Author: remm <re...@apache.org>
AuthorDate: Fri Jun 23 17:01:35 2023 +0200

    Update Java version number
    
    Java 22 is required, will see the status of the JEP once it is filed in
    a few months.
---
 modules/openssl-foreign/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/openssl-foreign/README.md b/modules/openssl-foreign/README.md
index 4d1839f91b..d766db21e2 100644
--- a/modules/openssl-foreign/README.md
+++ b/modules/openssl-foreign/README.md
@@ -2,14 +2,14 @@
 
 ## This module is experimental
 
-It uses the JEP 442 API. More details on this API are available
-at `https://openjdk.java.net/jeps/442`.
+It uses the JEP XXX API. More details on this API are available
+at `https://openjdk.java.net/jeps/XXX`.
 
-## Building Java 21 with the JEP 442 API
+## Building Java 22 with the JEP XXX API
 
 Clone `https://github.com/openjdk/panama-foreign/` in some location and
-checkout the main branch. This is a Java 21 development JVM
-with the JEP 442 API. It may fail to build. When this happens, step back
+checkout the main branch. This is a Java 22 development JVM
+with the JEP XXX API. It may fail to build. When this happens, step back
 one commit at a time until it does.
 
 ```


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org