weblogic-maven-plugin 12.1.3.0.0 For JWSC Task Does Not Compile Java Code With Version 1.7
(Doc ID 2085999.1)
Last updated on SEPTEMBER 22, 2021
Applies to:
Oracle WebLogic Server - Version 12.1.3.0.0 to 12.1.3.0.0 [Release 12c]Information in this document applies to any platform.
Symptoms
On : 12.1.3.0.0 version, WLS Build
weblogic-maven-plugin 12.1.3 for JWSC task does not compile Java code with version 1.7 throwing error:
Java 7 Diamond Operator causes JWSC to fail:
java.util.List<String> list = new java.util.ArrayList<>();
With Java 5 Generics, it works fine :
java.util.List<String> list = new java.util.ArrayList<String>();
The diamond<> was introduced in JAVA 7.
ENVIRONMENT
-----------------------
Weblogic : 12.1.3
Maven : 3.3.3
weblogic-maven-plugin, version : 12.1.3-0-0
JDK : 1.7
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |