News

Describe the bug We are trialing quarkus1.12/13, so far it's great except we are using an old mysql5, so our jdbc driver has to be mysql:mysql-connector-java:5.1.49 I know our legacy db is old, and ...
I'm currently trying to connect to a local MySQL DB on my machine, but when I run my app, I get the following error: Caused by: java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver I've tried ...