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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 2270b0f231 Update documentation (#668)
2270b0f231 is described below

commit 2270b0f2310cc6b3ed4c45cda47c7424c5829028
Author: marcorobiati <82662790+marcorobi...@users.noreply.github.com>
AuthorDate: Mon Sep 11 04:38:13 2023 +0200

    Update documentation (#668)
    
    * Update graal.xml
    
    JMX is now supported as a experimental feature
    
https://medium.com/graalvm/a-new-graalvm-release-and-new-free-license-4aab483692f5#8501
    and the previous github issue related to this was closed long ago as 
resolved https://github.com/oracle/graal/issues/2103
    
    * Update index.xml
    
    remove non existent page and and added missing one
    
    (cherry picked from commit 268b7cc8de7f59f22a2d2aac4df47be7dce192b6)
---
 webapps/docs/graal.xml | 2 --
 webapps/docs/index.xml | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/graal.xml b/webapps/docs/graal.xml
index 385db171ae..d427898c07 100644
--- a/webapps/docs/graal.xml
+++ b/webapps/docs/graal.xml
@@ -209,8 +209,6 @@ mvn package</source>
   <p>
     Missing items for better Tomcat functionality:
     <ul>
-      <li><a href="https://github.com/oracle/graal/issues/2103";>JMX</a>:
-        The usual monitoring and management is not usable</li>
       <li>java.util.logging LogManager: Configuration through a system property
         is not implemented, so standard java.util.logging must be used instead
         of JULI</li>
diff --git a/webapps/docs/index.xml b/webapps/docs/index.xml
index 835097d5e6..1853658d73 100644
--- a/webapps/docs/index.xml
+++ b/webapps/docs/index.xml
@@ -124,8 +124,6 @@ Apache Tomcat, and using many of the Apache Tomcat 
features.</p>
     Configuring virtual hosting in Apache Tomcat.</li>
 <li><a href="aio.html"><strong>Advanced IO</strong></a> -
     Extensions available over regular, blocking IO.</li>
-<li><a href="extras.html"><strong>Additional Components</strong></a> -
-    Obtaining additional, optional components.</li>
 <li><a href="maven-jars.html"><strong>Using Tomcat libraries with 
Maven</strong></a> -
     Obtaining Tomcat jars through Maven.</li>
 <li><a href="security-howto.html"><strong>Security Considerations</strong></a> 
-
@@ -142,6 +140,8 @@ Apache Tomcat, and using many of the Apache Tomcat 
features.</p>
     Using the regexp based rewrite valve for conditional URL and host 
rewrite.</li>
 <li><a href="cdi.html"><strong>CDI and JAX-RS support</strong></a> -
     Configuring CDI,JAX-RS and Eclipse Microprofile support.</li>
+<li><a href="graal.html"><strong>AOT compilation support</strong></a> -
+    Ahead of Time compilation support with GraalVM/Native Image.</li>
 </ol>
 
 </section>


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

Reply via email to