JDK recommended version and MSSQL driver #25352
Replies: 2 comments
-
Quarkus requires minimum java 11 - if mysql driver works with java 8 too that is great but it does not change java 11 is required. Might be the docs where not updated. Feel free to open issue or even PR if using java 11 variation worked for you. |
Beta Was this translation helpful? Give feedback.
-
The JDBC driver for MSSQL (in Quarkus) is v7.2.2, which has two options; one for jre8 and one for jre11. It appears (unless I totally misread something, always possible) the one for jre8 was used at build time. Here’s the jre11 version of the 7.2.2 MSSQL driver. https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc/7.2.2.jre11 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Quarkus docs suggest a JDK of v11+. MSSQL JDBC driver (7.2.2) appears to be the JRE8 (rather than JRE11) JAR. Curious about this apparent discrepancy.
Beta Was this translation helpful? Give feedback.
All reactions