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
The following commit(s) were added to refs/heads/master by this push:
new 299768b Update to the Eclipse JDT compiler 4.15
299768b is described below
commit 299768bddd8fe4b4ad935296267a0e974225afc2
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Mar 28 14:48:51 2020 +0000
Update to the Eclipse JDT compiler 4.15
---
build.properties.default | 10 +++++-----
webapps/docs/changelog.xml | 7 +++++++
2 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index f6651d2..33b1fbe 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -130,14 +130,14 @@
wsdl4j-lib.loc=${base-maven.loc}/wsdl4j/wsdl4j/${wsdl4j-lib.version}/wsdl4j-${ws
# See
https://cwiki.apache.org/confluence/display/TOMCAT/Managing+Tomcat%27s+Dependency+on+the+Eclipse+JDT+Core+Batch+Compiler
#
# Checksum is from "SHA512 Checksums for 4.13" link at
-# http://download.eclipse.org/eclipse/downloads/drops4/R-4.13-201909161045/
-#
http://download.eclipse.org/eclipse/downloads/drops4/R-4.13-201909161045/checksum/eclipse-4.13-SUMSSHA512
+# http://download.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155/
+#
http://download.eclipse.org/eclipse/downloads/drops4/R-4.15-202003050155/checksum/eclipse-4.15-SUMSSHA512
#
-jdt.version=4.13
-jdt.release=R-4.13-201909161045/
+jdt.version=4.15
+jdt.release=R-4.15-202003050155/
jdt.checksum.enabled=true
jdt.checksum.algorithm=SHA-512
-jdt.checksum.value=d608e4b7fc9b061e327ad5c39112c032e310a48c57ddd01c9349f2be8f5ce4d3d0c3862b6b5cc105220a06a6dd62c477de654b9fbe6f4c8a3d3de816e5de19f7
+jdt.checksum.value=41311832a593d13ea84eebea087baa3bab16df381c70bd4c0f425caeb69eac1b41be2af27e40735ae16c039df4861fa93c3cfc4c21f84bad1c5eb1cb0e7ad351
jdt.home=${base.path}/ecj-${jdt.version}
jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
# The download will be moved to the archive area eventually. We are taking
care of that in advance.
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 8c4b43c..eb6caab 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -143,6 +143,13 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Jasper">
+ <changelog>
+ <update>
+ Update to the Eclipse JDT compiler 4.15. (markt)
+ </update>
+ </changelog>
+ </subsection>
<subsection name="Other">
<changelog>
<add>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]