05-19-2010 03:57 PM
05-19-2010 09:18 PM
05-20-2010 04:47 AM
06-01-2010 11:18 PM
06-12-2010 01:46 PM
06-14-2010 04:39 AM
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<optimize>true</optimize>
</configuration>
</plugin>
06-20-2010 03:04 PM
There are indeed many companies today still using JDK 5 (certainly a lot of those who are running IBM stuff).
So my vote goes for JDK5 compatibility, and coding around it where needed.
07-19-2010 10:38 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.