Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 327469

Summary: Jetty 7.2.x should target JDK 1.5
Product: [RT] Jetty Reporter: Simone Bordet <simone.bordet>
Component: serverAssignee: Greg Wilkins <gregw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: gregw, jetty-inbox
Version: 7.2.0.RC0   
Target Milestone: 7.1.x   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Simone Bordet CLA 2010-10-11 12:19:14 EDT
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.
Comment 1 Greg Wilkins CLA 2010-10-13 06:26:38 EDT
fixed - with the exception of compiling jetty-continuations,