+2023-06-09 Bruno Haible <bruno@clisp.org>
+
+ javaversion: Update comments.
+ * lib/javaversion.h (javaexec_version): Document the possible results up
+ to OpenJDK 20.
+
2023-06-09 Bruno Haible <bruno@clisp.org>
javacomp: Remove support for 'jikes'.
/* Return information about the Java version used by execute_java_class().
This is the value of System.getProperty("java.specification.version").
- Some possible values are: 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 9, 10, 11.
+ Some possible values are: 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 9, 10, 11,
+ 12, 13, 14, 15, 16, 17, 18, 19, 20.
Return NULL if the Java version cannot be determined. */
extern char * javaexec_version (void)
_GL_ATTRIBUTE_MALLOC _GL_ATTRIBUTE_DEALLOC_FREE;