2012/11/20 ChadDavis <[email protected]>: > I tried to migrate our project, a struts 2 project, to Java7 and hit > surprising amounts of incompatibility with our open source dependencies. > For instance, our OSG dependencies were broken because they can't compile > under java7 due to their use of a javac flag, gone under java7, that allows > 1.4 code to support 1.5 features such as generics. While this is not a > very comprehensive antectdote, I would suggest that if something as core as > OSGi isn't ready for 1.7, then it's a bit premature to force any > migrations. The OSGi container I use, Felix, did say that they would > release java 7 compatible code any day now . . . but that's not happened > yet, as far as I know. > > http://stackoverflow.com/questions/4058661/java-compilers-target-version-jsr14-with-jdk7-8
Ok so I think the first step is to setup additional builds on Jenkins which will run on Java 1.6 and 1.7 thus will allow us to eliminate future problems whit migration to newest versions of Java. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
