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 3dc7f08021 Update info
3dc7f08021 is described below

commit 3dc7f08021651a3beac27d3bb1af141e180e385b
Author: remm <r...@apache.org>
AuthorDate: Mon Sep 11 22:55:50 2023 +0200

    Update info
---
 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 060020d6b0..86ff3cd9f9 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 XXX API. More details on this API are available
-at `https://openjdk.java.net/jeps/XXX`.
+It uses the JEP 454 API. More details on this API are available
+at `https://openjdk.java.net/jeps/454`.
 
-## Building Java 22 with the JEP XXX API
+## Building Java 22 with the JEP 454 API
 
 Clone `https://github.com/openjdk/panama-foreign/` in some location and
 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
+with the JEP 454 API. It may fail to build. When this happens, step back
 one commit at a time until it does.
 
 ```
@@ -53,7 +53,7 @@ Example connector:
 Run Tomcat using the additional Java options that allow access to the API and
 native code:
 ```
-export JAVA_OPTS="--enable-preview --enable-native-access=ALL-UNNAMED"
+export JAVA_OPTS="--enable-native-access=ALL-UNNAMED"
 ```
 
 ## Generating the OpenSSL API code using jextract (optional)


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

Reply via email to