Closed cgendreau closed 9 years ago
The ThreeTen library is available as backport for Java 6 and Java 7: http://www.threeten.org/threetenbp/
We should use this one instead of the current local JSR-310 library. This will also prevent a namespace issue when running the narwhal under Java 8 where the 'javax.time' classes were included in the JDK.
Fixed in f2b873effed0e7eb4f577fa00296d9b17aa6fec4
The ThreeTen library is available as backport for Java 6 and Java 7: http://www.threeten.org/threetenbp/
We should use this one instead of the current local JSR-310 library. This will also prevent a namespace issue when running the narwhal under Java 8 where the 'javax.time' classes were included in the JDK.