> 3. JDO-750 "Change development environment to JDK 1.8" > https://issues.apache.org/jira/browse/JDO-750 > > Not clear whether api or specification needs to call out specifically java 8. > The tck will now run only on java 8.
You need the API to be built with Java8 since there are javax.jdo.query classes LocalDateExpression, LocalTimeExpression, LocalDateTimeExpression, OptionalExpression that support Java8 classes. Regards -- Andy DataNucleus (Web: http://www.datanucleus.org Twitter: @datanucleus)
