python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
PrestoDB JDBC GraalVM native mode build fails and query throws exception only when run in native mode
if I want to build my Quarkus 2.7.3.Final application with GraalVM CE 22.0.0.2 in native mode, I get a build error caused by the PrestoDB JDBC driver.
Also, I get the following exceptions when I make ...
ThoSap
Votes: 0
Answers: 1
Drop idle connection in Quarkus
I want a database connection that has gone idle to be dropped once its maxLifetime has been reached.
How can we do this in quarkus? Is this achieved with these 2 properties?
quarkus.datasource.jdbc.id...
Carlos Gonzalez
Votes: 0
Answers: 0