Am 05.05.2019 um 14:30 schrieb r...@apache.org:
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 b861be2  Add GraalCompat for native images
b861be2 is described below

commit b861be2d5f341c308322f6de88e310b42437f27e
Author: remm <r...@apache.org>
AuthorDate: Sun May 5 14:30:29 2019 +0200

     Add GraalCompat for native images
Many more obscure features are never going to be supported, including in
     particular the URL caching disabling trick, so this needs its own
     JreCompat class.
---
  .../org/apache/tomcat/util/compat/GraalCompat.java | 41 ++++++++++++++++++++++
  java/org/apache/tomcat/util/compat/JreCompat.java  |  5 ++-
  webapps/docs/changelog.xml                         |  8 ++++-
  3 files changed, 52 insertions(+), 2 deletions(-)

...
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b35610c..af33b14 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -47,7 +47,13 @@
  <section name="Tomcat 9.0.21 (markt)" rtext="in development">
    <subsection name="Other">
      <changelog>
-      <update>Switch from FindBugs to SpotBugs. (fschumacher)</update>
+      <update>
+        Switch from FindBugs to SpotBugs. (fschumacher)
+      </update>

Oups, unrelated and already in there, directly above but with different formatting.

+      <update>
+        Start Graal native image compatibility. Support is initially targeted
+        using the tomcat-native packaging. (remm)
+      </update>
      </changelog>
    </subsection>
  </section>

Regards,

Rainer

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

Reply via email to