simoc / csvjdbc

Mirror of git://git.code.sf.net/p/csvjdbc/code
http://csvjdbc.sourceforge.net
GNU Lesser General Public License v2.1
83 stars 34 forks source link

Update CsvJdbc to Java 11 #99

Closed simoc closed 7 months ago

simoc commented 7 months ago

Update build and documentation to Java 11.

It is not practical to convert CsvJdbc to a Java Module, because the JAR files that CsvJdbc depends on (dans-dbf-lib, classgraph) are not modules.

Fixes #93