JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Java 7 support in RI code #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Java RI code is built and validated in a Java 6 environment.  In June of 
2013, Oracle announced the EOL of Java 6.  Although there are many instance 
documented of Java RIs running in Java 7 environments, Java 7 has never been 
validated by the RI team.  In addition, although the currently compiled 
components appear to execute cleanly in a Java 7 runtime, the source set will 
not compile successfully using maven and a Java 7 JDK.  For the sake of 
consistency (amongst other potential issues), the Java RI code should be 
capable of building with the Java 7 JDK.

The enhancement will support two features:
 - Validation of the Java RI running in a Java 7 runtime environment.
 - Successful build of the Java RI source using a Java 7 JDK.

Original issue reported on code.google.com by gm2...@cerner.com on 8 Jul 2013 at 4:20

GoogleCodeExporter commented 8 years ago
Verified with components in the Java RI 3.0 release.

Original comment by gm2...@cerner.com on 24 Jul 2013 at 1:08