Skip to content

Commit bda1df8

Browse files
authored
Merge pull request #9 from aws/dchenbec-readme-update
Update README with recommended version info
2 parents a778fd5 + a89b9e1 commit bda1df8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# IMPORTANT: Java 8 Support
1+
# IMPORTANT: Latest Version
22

3-
If you are using Java 8, you need to use at least version 4.0.1 of the plugin. The 4.0.0 version was built with JDK9,
4-
which includes a breaking API change in ByteBuffer, despite targetting Java 8 source and bytecode.
3+
The current version is 4.0.2. The 4.0.0 version was built with JDK9, which includes a breaking API change in ByteBuffer, despite targetting Java 8 source and bytecode. The 4.0.1 version has a bug related to `Instant.toString()`, which causes signature mismatch errors on JDK9 and later.
54

65
# What
76

0 commit comments

Comments
 (0)