Version 1.1.2
Highlights
This is a very minor upgrade that does not fix any bug (no bugs are known).
New Gradle build
The build system was migrated from Maven to Gradle.
Very small code improvements
A couple of very minor code improvements were made.
Detail of changes
- Use
Arrays.fill()
in a couple of places. - Make a few inner classes static.
- Switch from Maven to Gradle build.
- Tests: add a comment to a test.
- Tests: remove deprecated privileged block.
- Javadoc: add a module description.
- Put SPDX headers in its own comment, bump year in copyrights.
- Upgrade to JUnit 4.13.2.
- Create a CI workflow.
- Add a workflow to publish package in Github.