On Thu, Jan 31, 2013 at 9:19 PM, Justin Edelson <[email protected]> wrote: > ...I want people to be able to checkout the Sling source code and make changes > to it and contribute those changes back. I don't want them wasting time > worry about (a) how to write Java 5-compatible code or (b) whether or not > to update the particular module they are interested in to Java 6....
What we can do, and IIUC what Carsten suggests is leave some modules on Java 5 for now (setting source=1.5 in pom) if they don't currently require Java 6. Then, if someone has a good reason to move a given module to Java 6, do that, maybe with a vote first. -Bertrand
