This release focuses on improving the usability of BufferSimpleWriter
.
Detail of changes
- Add method
getBuffer()
toBufferSimpleWriter
. - Remove
throws
clause from methods inBufferSimpleWriter
. - Remove unnecessary length check in
AgentUtil
. - Javadoc: add a module description.
- Gradle: new build configuration.
- Gradle: copy licensing files to
META-INF
directory of archive files. - Gradle: add a wrapper.
- README: JDK binaries are now available from Adoptium instead of AdoptOpenJDK.
- Bump JUnit to 4.13.2.
- Bump year to 2022 in LICENSE.
- Add a CI and CodeQL workflows.