Add support for a multi-release jar #2402
Labels
Backlog
The topic in question has been recognized and added to development backlog
Enhancement
An enhancement to the driver. Lower priority than bugs.
When upgrading from java8 to Java11+ one has to treat the mssql-jdbc dependency different to other jar dependencies, since as part of the java upgrade you will have to also upgrade the application itself to use the newer jar dependency.
Java supports multi-release jars https://openjdk.org/jeps/238, i.e. jars that contain classes for both java8 and java11+, why can this project not be shipped with a single jar that is backwards compatible with older java versions?
The text was updated successfully, but these errors were encountered: