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

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


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

commit f4f1b63fe78601c508042f8fc2350a6ad9cc85fd
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 e1a26db050..7195b84157 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -145,11 +145,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 e98181fee2..86e4792fd8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -4794,6 +4794,9 @@
         Update the internal fork of Apache Commons FileUpload to aa8eff6
         (2022-11-29, 2.0-SNAPSHOT). (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