FasterXML/java-classmate

Check JDK7 compatibility

cowtowncoder opened this issue · 2 comments

Rebuilding on jdk7 java package today it looked like there were unexpected test failures. So it'd make sense to resolve those.

Yup, 2 failures caused by addition of static methods, fields in core JDK classes; tests should be made more robust here...

Fixed JDK 1.7 test issues.