The company I work for is still using JDK 6. After upgrading from Querydsl 3.6.0 to 3.6.1 I began receiving the following error while calling a JPQLQuery:
java.lang.NoClassDefFoundError: java/util/Objects
It appears that java.util.Objects is new to JDK 7 and is not available in JDK 6
The company I work for is still using JDK 6. After upgrading from Querydsl 3.6.0 to 3.6.1 I began receiving the following error while calling a JPQLQuery:
java.lang.NoClassDefFoundError: java/util/Objects
It appears that java.util.Objects is new to JDK 7 and is not available in JDK 6