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:34:06 UTC

[tomcat] branch master updated: Remove version number

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 f03e2b0  Remove version number
f03e2b0 is described below

commit f03e2b08a423799fec5bd1ec658f73a7fc41e2ce
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 f75a081..0852595 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