[FAST-21] Migrate to Java 1.5 Created: 30/Oct/08 Updated: 30/Oct/08 |
|
Status: | Open |
Project: | OpenFAST |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 1.3.0 |
Type: | Improvement | Priority: | Major |
Reporter: | Jacob Northey | Assignee: | Jacob Northey |
Resolution: | Unresolved | Votes: | 0 |
Labels: | None |
Description |
Most organizations should be using 1.5 by now and the language features introduced in Java 5 will increase readability. To maintain compatibility with older JVMs, make sure to not use any classes (i.e. Iterable) which are not present in 1.4. |