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 27d82e2 Add explicit list of missing Graal features for Tomcat
27d82e2 is described below
commit 27d82e20bc112df7be063d9bd7398f7afd848ead
Author: remm <[email protected]>
AuthorDate: Wed Nov 13 18:56:28 2019 +0100
Add explicit list of missing Graal features for Tomcat
And what's broken because of them.
---
webapps/docs/graal.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index c751344..852de70 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -176,6 +176,19 @@ ant -Dwebapp.name=somewebapp -f
graal-webapp.ant.xml</source>
listeners (use of internal code that does not exist in Graal).
</p>
+ <p>
+ Missing items for better Tomcat functionality:
+ <ul>
+ <li>Java 11: ALPN for TLS, TLS 1.3, etc</li>
+ <li>BeanInfo support: BeanInfo use in JSP taglibs must be configured
+ manually in descriptors</li>
+ <li>Java serialization: Clustering, session persistence</li>
+ <li>Static linking configuration: JSSE elliptic curve support,
+ tomcat-native support when creating an image with static linking</li>
+ <li>JMX: Tomcat monitoring and management</li>
+ </ul>
+ </p>
+
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]