This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 99509fc Verified Graal 19.2.0.1 resolves the Linux showstopper new 4ed0a57 Merge branch 'master' of g...@github.com:apache/tomcat.git 99509fc is described below commit 99509fc3fb6c2b07eb1d2193d118d073be0424e1 Author: remm <r...@apache.org> AuthorDate: Tue Sep 17 16:26:49 2019 +0200 Verified Graal 19.2.0.1 resolves the Linux showstopper My demo setup suddenly becomes a lot less complex and the main readme instructions work again on the affected platform. --- res/tomcat-maven/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/tomcat-maven/README.md b/res/tomcat-maven/README.md index 4188ed9..1072faa 100644 --- a/res/tomcat-maven/README.md +++ b/res/tomcat-maven/README.md @@ -82,7 +82,7 @@ oc policy add-role-to-user view system:serviceaccount:$(oc project -q):default - Download Graal native-image and tools. ``` -export JAVA_HOME=/absolute...path...to/graalvm-ce-19.1.0 +export JAVA_HOME=/absolute...path...to/graalvm-ce-19.2.0.1 export TOMCAT_MAVEN=/absolute...path...to/tomcat-maven cd $JAVA_HOME/bin ./gu install native-image --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org