You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2023/05/11 08:06:49 UTC

svn commit: r1909744 - /gump/metadata/project/tomcat-8.5.x.xml

Author: markt
Date: Thu May 11 08:06:49 2023
New Revision: 1909744

URL: http://svn.apache.org/viewvc?rev=1909744&view=rev
Log:
Update Tomcat 8.5.x builds for Java 21 (targetting Java 8)

Modified:
    gump/metadata/project/tomcat-8.5.x.xml

Modified: gump/metadata/project/tomcat-8.5.x.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-8.5.x.xml?rev=1909744&r1=1909743&r2=1909744&view=diff
==============================================================================
--- gump/metadata/project/tomcat-8.5.x.xml (original)
+++ gump/metadata/project/tomcat-8.5.x.xml Thu May 11 08:06:49 2023
@@ -37,6 +37,8 @@
       <depend property="jacocoant.jar" project="jacoco" id="jacocoant" />
       <property name="junit.jar" project="junit" reference="jarpath" id="junit" />
       <property name="base.path" path="tomcat-build-libs"/>
+      <!-- Gump uses Java 21 where Java 8 is the minimum target -->
+      <property name="compile.release" value="8"/>
     </ant>
 
     <depend project="ant" inherit="runtime" />
@@ -109,6 +111,8 @@
       <property name="base.path" path="tomcat-build-libs"/>
       <property name="test.relaxTiming" value="true"/>
       <property name="java.net.preferIPv4Stack" path="true"/>
+      <!-- Gump uses Java 21 where Java 8 is the minimum target -->
+      <property name="compile.release" value="8"/>
     </ant>
 
    <depend project="ant" inherit="runtime" />
@@ -152,6 +156,8 @@
       <property name="base.path" path="tomcat-build-libs"/>
       <property name="test.relaxTiming" value="true"/>
       <property name="java.net.preferIPv4Stack" path="true"/>
+      <!-- Gump uses Java 21 where Java 8 is the minimum target -->
+      <property name="compile.release" value="8"/>
     </ant>
 
    <depend project="ant" inherit="runtime" />
@@ -198,6 +204,8 @@
       <property name="base.path" path="tomcat-build-libs"/>
       <property name="test.relaxTiming" value="true"/>
       <property name="java.net.preferIPv4Stack" path="true"/>
+      <!-- Gump uses Java 21 where Java 8 is the minimum target -->
+      <property name="compile.release" value="8"/>
     </ant>
 
    <depend project="ant" inherit="runtime" />
@@ -222,6 +230,8 @@
             reference="jarpath" id="checkstyle" />
       <property name="execute.validate" value="true" />
       <property name="base.path" path="tomcat-build-libs"/>
+      <!-- Gump uses Java 21 where Java 8 is the minimum target -->
+      <property name="compile.release" value="8"/>
    </ant>
 
    <depend project="dist-ant" inherit="runtime" />
@@ -233,7 +243,10 @@
 
   <project name="tomcat-tc8.5.x-validate-eoln">
     <package>org.apache.catalina</package>
-    <ant target="validate-eoln" />
+    <ant target="validate-eoln" >
+      <!-- Gump uses Java 21 where Java 8 is the minimum target -->
+      <property name="compile.release" value="8"/>
+    </ant>
     <depend project="ant" inherit="runtime" />
     <!-- classes have to be on the classpath so that taskdef
       in build.xml finds the class -->