You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/11/06 19:05:48 UTC

[tomcat] 01/02: Line length

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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 7f68b1422dbe25db49d8dfb0e16e3c3468d3b3a6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Nov 6 17:42:39 2020 +0000

    Line length
---
 webapps/docs/changelog.xml | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 806c1e5..2836ac7 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -65,14 +65,18 @@
         an error. (remm)
       </fix>
       <fix>
-        Remove the entry for <code>org.apache.tomcat.util.descriptor.tld.LocalStrings</code>
-        from tomcat-embed-core's GraalVM tomcat-resource.json. It no more part of the jar
-        since <a href="https://github.com/apache/tomcat/commit/3815b4951eb3acd30a0b77aafa75fbdb928d5782">
-        Fix unwanted JPMS dependency of embed-core on embed-jasper</a>. (mgrigorov)
+        Remove the entry for
+        <code>org.apache.tomcat.util.descriptor.tld.LocalStrings</code>
+        from tomcat-embed-core's GraalVM tomcat-resource.json. It no more part
+        of the jar since
+        <a href="https://github.com/apache/tomcat/commit/3815b4951eb3acd30a0b77aafa75fbdb928d5782">
+        Fix unwanted JPMS dependency of embed-core on embed-jasper</a>.
+        (mgrigorov)
       </fix>
       <fix>
-        Add org.apache.coyote.http11.Http11Nio2Protocol to the list of classes which could be instantiated
-        via reflection in GraalVM. (mgrigorov)
+        Add <code>org.apache.coyote.http11.Http11Nio2Protocol</code> to the list
+        of classes which could be instantiated via reflection in GraalVM.
+        (mgrigorov)
       </fix>
       <add>
         Add <code>JsonErrorReportValve</code> that extends the
@@ -80,8 +84,8 @@
         HTML. (kfujino)
       </add>
       <add>
-        Add GraalVM config for Tomcat JNI related classes. This makes it possible to use the APR
-        protocol in GraalVM native images. (mgrigorov)
+        Add GraalVM config for Tomcat JNI related classes. This makes it
+        possible to use the APR protocol in GraalVM native images. (mgrigorov)
       </add>
       <fix>
         JNDIRealm connections should only be created with the container


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