Please publish the java 8 version of 2.6.0 on Maven central, currently only the Java 11 version is available to Maven: https://repo1.maven.org/maven2/org/hsqldb/hsqldb/
there are various ways to do this. eg
publish an artifact with a classifier that has the java API level
is probabbly easiest but causes some issues with automatic upgrades as Maven versioning logic determines 2.6.0.jre8 to be a higher version than 2.6.0 and 2.6.0.jre11 to be a higher version than 2.6.0.jre8
Version 2.6.0 for JDK 8 has been released to Maven under version number 2.5.2, which is also the version in the Jar manifests. The version reported inside HSQLDB is 2.6.0.
thanks for pushing 2.5.2
I would still like to make the case for having some form of identifier at the Maven level/in the repository metadata.
Supported from version 2.7.0. There is a -jdk8 qualifier such as hsqldb-2.7.0-jdk8.jar