Le 26/04/2016 13:18, sebb a écrit : > But how does one compile the new utils which require Java 7? > > Would these be released as separately compiled jar?
You don't need a separate jar. You just have to build with Java 7 but set the source/target of the compiler plugin to 1.6. This will produce a jar usable with Java 6, except for the new utils classes using the Java 7 APIs. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org