rodionmoiseev / c10n

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
Apache License 2.0
67 stars 10 forks source link

Migrate to JDK8 #28

Closed rodionmoiseev closed 9 years ago

rodionmoiseev commented 9 years ago

Currently the library is built for use with Java6 (1.6), however, since my local development environment has been updated to JDK8 (and old JDKs removed), cross-compiling for older platforms may generate byte code that does not work correctly with the previous Java releases.

More information about this can be found here.

From 1.3, both source and binary will be updated for use with Java8 (1.8).

For those wishing to use c10n with the older versions, you will need to either: