Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 327469 - Jetty 7.2.x should target JDK 1.5
Summary: Jetty 7.2.x should target JDK 1.5
Status: RESOLVED FIXED
Alias: None
Product: Jetty
Classification: RT
Component: server (show other bugs)
Version: 7.2.0.RC0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 7.1.x   Edit
Assignee: Greg Wilkins CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 12:19 EDT by Simone Bordet CLA
Modified: 2010-10-13 06:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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,