Releases: bjrke/JSR305CheckstylePlugin
Releases · bjrke/JSR305CheckstylePlugin
Checkstyle 8 compatibility
Full Java 8 compatibility
Some tests contains lambdas now, so the source and the target compatibility must be Java 8.
Since Java 7 is not updated anymore its time to enforce Java 8.
Fixes:
- Lambdas are method definitions which were marked as errors by previous versions of the plugin.
maintanance release
- updated build process to gradle
- updated checkstyle to 6.17
- requirements are java 7+ and checkstyle 6.2+
- introduced travis continous integration tests
- check backward compatibility to all known and working versions of checkstyle
- applied fix to allow Override and Nonnull and ReturnValuesAreNonnullByDefault at the same method