Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:13882
tomcat.openSUSE_Leap_15.1_Update
tomcat-9.0-JDTCompiler-java.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tomcat-9.0-JDTCompiler-java.patch of Package tomcat.openSUSE_Leap_15.1_Update
Index: apache-tomcat-9.0.30-src/java/org/apache/jasper/compiler/JDTCompiler.java =================================================================== --- apache-tomcat-9.0.30-src.orig/java/org/apache/jasper/compiler/JDTCompiler.java +++ apache-tomcat-9.0.30-src/java/org/apache/jasper/compiler/JDTCompiler.java @@ -312,21 +312,21 @@ public class JDTCompiler extends org.apa CompilerOptions.VERSION_1_7); } else if(opt.equals("1.8")) { settings.put(CompilerOptions.OPTION_Source, - CompilerOptions.VERSION_1_8); + "1.8"); // CompilerOptions.VERSION_1_8 // Version format changed from Java 9 onwards. // Support old format that was used in EA implementation as well } else if(opt.equals("9") || opt.equals("1.9")) { settings.put(CompilerOptions.OPTION_Source, - CompilerOptions.VERSION_9); + "9"); // CompilerOptions.VERSION_9 } else if(opt.equals("10")) { settings.put(CompilerOptions.OPTION_Source, - CompilerOptions.VERSION_10); + "10"); // CompilerOptions.VERSION_10 } else if(opt.equals("11")) { settings.put(CompilerOptions.OPTION_Source, - CompilerOptions.VERSION_11); + "11"); // CompilerOptions.VERSION_11 } else if(opt.equals("12")) { settings.put(CompilerOptions.OPTION_Source, - CompilerOptions.VERSION_12); + "12"); // CompilerOptions.VERSION_12 } else if(opt.equals("13")) { // Constant not available in latest ECJ version shipped with // Tomcat. May be supported in a snapshot build. @@ -375,31 +375,31 @@ public class JDTCompiler extends org.apa CompilerOptions.VERSION_1_7); } else if(opt.equals("1.8")) { settings.put(CompilerOptions.OPTION_TargetPlatform, - CompilerOptions.VERSION_1_8); + "1.8"); // CompilerOptions.VERSION_1_8 settings.put(CompilerOptions.OPTION_Compliance, - CompilerOptions.VERSION_1_8); + "1.8"); // CompilerOptions.VERSION_1_8 // Version format changed from Java 9 onwards. // Support old format that was used in EA implementation as well } else if(opt.equals("9") || opt.equals("1.9")) { settings.put(CompilerOptions.OPTION_TargetPlatform, - CompilerOptions.VERSION_9); + "9"); // CompilerOptions.VERSION_9 settings.put(CompilerOptions.OPTION_Compliance, - CompilerOptions.VERSION_9); + "9"); // CompilerOptions.VERSION_9 } else if(opt.equals("10")) { settings.put(CompilerOptions.OPTION_TargetPlatform, - CompilerOptions.VERSION_10); + "10"); // CompilerOptions.VERSION_10 settings.put(CompilerOptions.OPTION_Compliance, - CompilerOptions.VERSION_10); + "10"); // CompilerOptions.VERSION_10 } else if(opt.equals("11")) { settings.put(CompilerOptions.OPTION_TargetPlatform, - CompilerOptions.VERSION_11); + "11"); // CompilerOptions.VERSION_11 settings.put(CompilerOptions.OPTION_Compliance, - CompilerOptions.VERSION_11); + "11"); // CompilerOptions.VERSION_11 } else if(opt.equals("12")) { settings.put(CompilerOptions.OPTION_TargetPlatform, - CompilerOptions.VERSION_12); + "12"); // CompilerOptions.VERSION_12 settings.put(CompilerOptions.OPTION_Compliance, - CompilerOptions.VERSION_12); + "12"); // CompilerOptions.VERSION_12) } else if(opt.equals("13")) { // Constant not available in latest ECJ version shipped with // Tomcat. May be supported in a snapshot build.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor