Are people still building Jenkins core using JDK 6? I ask because it would be helpful to be able to assume 7+:
· We could make use of 7+ APIs, especially java.nio.file.*, without using reflection (just guarding usage via @IgnoreJRERequirement and catching NoClassDefFoundError or the like). · http://findbugs.sourceforge.net/ 3.0.0 *allows* building with JDK 8 (otherwise you get errors running FB analysis) but *requires* building with at least 7. Of course the same considerations might apply to plugin builds. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
