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

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


The following commit(s) were added to refs/heads/main by this push:
     new 86bc9cffe6 Update Eclipse JDT compiler to 4.37 (a.k.a. 3.43.0)
86bc9cffe6 is described below

commit 86bc9cffe6bd988456a8935903d375c9c85f5ee0
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Oct 28 15:22:55 2025 +0000

    Update Eclipse JDT compiler to 4.37 (a.k.a. 3.43.0)
---
 build.properties.default          | 6 +++---
 res/maven/tomcat-embed-jasper.pom | 2 +-
 res/maven/tomcat-jasper.pom       | 2 +-
 webapps/docs/changelog.xml        | 3 +++
 4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 1aacb9de2c..7e9550e0fc 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -144,11 +144,11 @@ base-maven.loc=https://repo.maven.apache.org/maven2
 # https://download.eclipse.org/eclipse/downloads/drops4/R-4.36-202505281830/
 # 
https://download.eclipse.org/eclipse/downloads/drops4/R-4.36-202505281830/checksum/eclipse-4.36-SUMSSHA512
 #
-jdt.version=4.36
-jdt.release=R-4.36-202505281830
+jdt.version=4.37
+jdt.release=R-4.37-202509050730
 jdt.checksum.enabled=true
 jdt.checksum.algorithm=SHA-512
-jdt.checksum.value=4f0da140e5c447717e5111bd4bf6e6e9a4431f1db2c67deaf37b13f4ec0f6314d8d799a8a3da19859028c5ff6bcf32ac417228697941c590ce3f0f89ab3a30fc
+jdt.checksum.value=06d8974af46d81f7a03c257b54fb5854a9b9ba8ab2733db4946745142e07e7dc3e69ea864d4b011230ffb8f92243503d7ffb6ac2ddf9b747c1bbc155c55fb583
 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/res/maven/tomcat-embed-jasper.pom 
b/res/maven/tomcat-embed-jasper.pom
index 427ad83bcd..50ebc3949c 100644
--- a/res/maven/tomcat-embed-jasper.pom
+++ b/res/maven/tomcat-embed-jasper.pom
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>org.eclipse.jdt</groupId>
       <artifactId>ecj</artifactId>
-      <version>3.42.0</version>
+      <version>3.43.0</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/res/maven/tomcat-jasper.pom b/res/maven/tomcat-jasper.pom
index 3a54d0735f..d8e96d6eec 100644
--- a/res/maven/tomcat-jasper.pom
+++ b/res/maven/tomcat-jasper.pom
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.eclipse.jdt</groupId>
       <artifactId>ecj</artifactId>
-      <version>3.42.0</version>
+      <version>3.43.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.tomcat</groupId>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 72dde4b4c4..d83b24471b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -302,6 +302,9 @@
       <update>
         Update the internal fork of Apache Commons BCEL to 6.11.0. (markt)
       </update>
+      <update>
+        Update to the Eclipse JDT compiler 4.37. (markt)
+      </update>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to