diff --git a/JDTCompiler-ecj-4.17.patch b/JDTCompiler-ecj-4.17.patch deleted file mode 100644 index aa38717..0000000 --- a/JDTCompiler-ecj-4.17.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -up ./java/org/apache/jasper/compiler/JDTCompiler.java.orig ./java/org/apache/jasper/compiler/JDTCompiler.java ---- ./java/org/apache/jasper/compiler/JDTCompiler.java.orig 2021-02-03 16:33:37.896971294 +0800 -+++ ./java/org/apache/jasper/compiler/JDTCompiler.java 2021-02-03 17:42:27.285007084 +0800 -@@ -308,7 +308,7 @@ public class JDTCompiler extends org.apa - } else if(opt.equals("14")) { - settings.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_14); - } else if(opt.equals("15")) { -- settings.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_15); -+ settings.put(CompilerOptions.OPTION_Source, "15"); - } else if(opt.equals("16")) { - // Constant not available in latest ECJ version shipped with - // Tomcat. May be supported in a snapshot build. -@@ -367,8 +367,8 @@ public class JDTCompiler extends org.apa - settings.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_14); - settings.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_14); - } else if(opt.equals("15")) { -- settings.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_15); -- settings.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_15); -+ settings.put(CompilerOptions.OPTION_TargetPlatform, "15"); -+ settings.put(CompilerOptions.OPTION_Compliance, "15"); - } else if(opt.equals("16")) { - // Constant not available in latest ECJ version shipped with - // Tomcat. May be supported in a snapshot build. diff --git a/rhbz-1857043.patch b/rhbz-1857043.patch index 3730769..7d68c42 100644 --- a/rhbz-1857043.patch +++ b/rhbz-1857043.patch @@ -1,16 +1,16 @@ diff -up ./build.xml.orig ./build.xml ---- ./build.xml.orig 2020-07-24 10:24:08.313796968 -0400 -+++ ./build.xml 2020-07-24 10:24:38.027427445 -0400 -@@ -757,7 +757,7 @@ +--- build.xml.orig 2021-07-07 10:53:55.493742841 +0800 ++++ build.xml 2021-07-07 11:09:43.107968515 +0800 +@@ -1030,7 +1030,7 @@ filesDir="${tomcat.classes}" filesId="files.annotations-api" manifest="${tomcat.manifests}/annotations-api.jar.manifest" - addOSGi="true" /> + addOSGi="false" /> - + + addOSGi="false" /> - + - 1:9.0.50-1 +- Update to 9.0.50 + * Thu Apr 22 2021 Hui Wang - 1:9.0.45-1 - Update to 9.0.45