Details
Description
ICEfaces 4.3 will support JDK 1.8 through 10 only.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | Support forJDK 1.8-10.0 | Support for JDK 1.8-10.0 |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #52504 | Tue Jul 03 17:44:09 MDT 2018 | ken.fyten | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/mobi/component/build.xml
MODIFY
/icepush/branches/icepush-core-4.x-maintenance/icepush/build.properties
MODIFY
/icefaces4/trunk/icefaces/ace/generator/build.xml
MODIFY
/icepush/branches/icepush-core-4.x-maintenance/icepush/build-common.xml
MODIFY
/icefaces4/trunk/icefaces/samples/build/common.xml
MODIFY
/icefaces4/trunk/icefaces/pom.xml
MODIFY
/icefaces4/trunk/icefaces/common-tasks.xml
MODIFY
/icefaces4/trunk/icefaces/ace/component/build.xml
MODIFY
/icefaces4/trunk/icefaces/core/build.xml
MODIFY
/icefaces4/trunk/icefaces/build.properties
MODIFY
/icefaces4/trunk/icefaces/ace/tools/batchminify/build.xml
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #52505 | Wed Jul 04 12:25:32 MDT 2018 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/util/EnvUtils.java
MODIFY
/icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/merge/FacesConfigMerge.java
ADD
/icefaces4/trunk/icefaces/lib/xercesImpl.jar
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/model/tree/NodeModelLazyListKeyConverter.java
ADD
/icefaces4/trunk/icefaces/lib/xml-apis.jar
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 4.3 [ 13096 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #52508 | Fri Jul 06 16:05:16 MDT 2018 | ken.fyten | |
| Files Changed | ||||
MODIFY
/icepush/trunk/icepush/build-common.xml
MODIFY
/icepush/trunk/icepush/build.properties
MODIFY
/icepush/trunk/icepush/pom.xml
|
| Affects | Documentation (User Guide, Ref. Guide, etc.),Compatibility/Configuration [ 10003, 10002 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #52509 | Fri Jul 06 17:14:45 MDT 2018 | art.zambrano | |
| Files Changed | ||||
ADD
/icefaces4/trunk/icefaces/lib/javax.inject-2.1.95.jar
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Okay all our builds now specify source and target class version compatibility with JDK 1.8.
We have the following warnings that we should correct related to using jdk 1.8:
[javac] Compiling 63 source files to /Users/Ken/Code/svn/icefaces4-trunk/icefaces/ace/generator/build [javac] /Users/Ken/Code/svn/icefaces4-trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/merge/FacesConfigMerge.java:19: warning: OutputFormat is internal proprietary API and may be removed in a future release [javac] import com.sun.org.apache.xml.internal.serialize.OutputFormat; [javac] ^ [javac] /Users/Ken/Code/svn/icefaces4-trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/merge/FacesConfigMerge.java:20: warning: XMLSerializer is internal proprietary API and may be removed in a future release [javac] import com.sun.org.apache.xml.internal.serialize.XMLSerializer; ...compile: [javac] Compiling 194 source files to /Users/Ken/Code/svn/icefaces4-trunk/icefaces/core/build/classes [javac] /Users/Ken/Code/svn/icefaces4-trunk/icefaces/core/src/main/java/org/icefaces/util/EnvUtils.java:298: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] Object returnValue = method1.invoke(myfacesConfigInstance, noparams); [javac] ^ [javac] cast to Object for a varargs call [javac] cast to Object[] for a non-varargs call and to suppress this warning [javac] /Users/Ken/Code/svn/icefaces4-trunk/icefaces/core/src/main/java/org/icefaces/util/EnvUtils.java:300: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] Object returnValue2 = method2.invoke(myfacesConfigInstance, noparams); [javac] ^ [javac] cast to Object for a varargs call [javac] cast to Object[] for a non-varargs call and to suppress this warning [javac] /Users/Ken/Code/svn/icefaces4-trunk/icefaces/core/src/main/java/org/icefaces/util/EnvUtils.java:302: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] Object returnValue3 = method3.invoke(myfacesConfigInstance, noparams); [javac] ^ [javac] cast to Object for a varargs call [javac] cast to Object[] for a non-varargs call and to suppress this warning