Improvement #1029
Compiler and Language Level
Start date:
12.04.2013
Due date:
% Done:
100%
Estimated time:
origin:
Description
Z2 should finally adopt Java 7 completely. To this end, we should introduce a simple JVM property that allows to go back to Java 6 if desired.
As with the development mode, changing that property should invalidate all previous compilation results.
Related issues
Updated by Henning Blohm over 11 years ago
Suggestion for property name: com.zfabrik.java.release with values {"1.6", "1.7"}.
All compilers, as far as meaningfully applicable, should interpret that setting correspondingly. We should not differentiate between source level and byte code version. The latter being typically the same.
Updated by Henning Blohm almost 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset z2-core:722f66c7ae23aea24a6e72db777fe5ffc1ec7a06.