Community
Participate
Working Groups
We need to make sure that Jetty 7.2 code does not contain any JDK 6+ only code, so that it could run in JDK 5. This could require some Maven magic, since few dependencies (JSPs, IIRC) require instead JDK 6 (as they are pulled down as binaries). We need a way to enforce JDK 5 only source code.
fixed - with the exception of compiling jetty-continuations,