aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7c9969..9554c18 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,10 @@ Concrete example commands are provided below,
with notes on OpenJDK versions the commands are known to work with.
Execution succeeds with OpenJDK 17, 21, 22, 23, 24 and build 20 of 25,
-except JavaFX/OpenJFX-related code failing with OpenJDK 17 and 21.
+except JavaFX/OpenJFX code fails with OpenJDK 17 and 21,
+and fails with OpenJDK 17, 21, 22 and 23 when executed from source.
+These failures are likely limitations to "source code mode"
+(i.e. [JEP 330] since OpenJDK 11 and [JEP 458] since OpenJDK 22).
OpenJDK versions before 23 emit many errors
due to not recognizing the Markdown-flavored javadoc comments.
@@ -42,6 +45,10 @@ Code has been tested only against the following library releases:
* SQLite JDBC 3.46.1.3
from <https://packages.debian.org/sid/libxerial-sqlite-jdbc-java>.
+[JEP 330]: https://openjdk.org/jeps/330
+
+[JEP 458]: https://openjdk.org/jeps/458
+
### Executing from source
The command `make runsrc-dk.biks.bachelorizer`