Support Java 13
Closed this issue · 0 comments
dodie commented
The project's core can be compiled with Java 8, but there are test suites to exercise the latest and greatest Java.
Check if we need to upgrade the version of the ASM library to support Java 13 and try Scott's test suite with Java 13.
Tasks:
- ASM dependencies if needed
- Test project that uses Java 12 + JUnit 5
- Example integration project that uses Java 12 + JUnit 5
- Documentation
Related: