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 2020/06/02 14:37:25 UTC

[tomcat] branch 9.0.x updated: Remove version number

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new b9656d7  Remove version number
b9656d7 is described below

commit b9656d72353a5ff5021b7125ed5aa024f0b7ce2b
Author: remm <re...@apache.org>
AuthorDate: Tue Jun 2 16:33:54 2020 +0200

    Remove version number
    
    19.3 is antiquated by Graal standards and I will only bump the
    requirement if Graal adds meaningful improvements that can change the
    Tomcat capabilities. The next item coming could be serialization, which
    would allow clustering and other session related features to work.
    At this time, it will be possible to simplify the metadata a bit and
    review the Graal code paths for improvements.
---
 webapps/docs/graal.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index 27ca99a..0d9535f 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -35,7 +35,7 @@
   <section name="Introduction">
 
   <p>
-    Tomcat supports using the GraalVM 19.3 Native Image tool to produce
+    Tomcat supports using the GraalVM Native Image tool to produce
     a native binary including the container. This documentation page
     describes the build process of such an image.
   </p>


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