-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[kotlin] [reactive] Unable to find a JDBC driver corresponding to the database kind 'postgresql' for the default datasource #21227
Comments
/cc @evanchooly |
cc @gsmet |
I was able to reproduce this issue with Quarkus However, with Quarkus from P.S. I don't know what fixed the issue, perhaps @gsmet knows. |
@geoand I tried 2.5.1 and still get this error.
|
Have you updated your reproducer? |
@geoand it's caused by |
|
Yup, that is correct |
Ah, thank you. |
🙏🏼 |
Describe the bug
I use only yaml, kotlin, gradle, hibernate reactive and postgresql.
If I don't use
quarkus.datasource.jdbc=false
I get errors.Expected behavior
I can use the application.
Actual behavior
How to Reproduce?
Reproducer:
quarkus-error-reproducer.tar.gz
Output of
uname -a
orver
Linux laptop 5.14.16-zen1-1-zen #1 ZEN SMP PREEMPT Tue, 02 Nov 2021 22:23:00 +0000 x86_64 GNU/Linux
Output of
java -version
openjdk version "17" 2021-09-14 OpenJDK Runtime Environment (build 17+35) OpenJDK 64-Bit Server VM (build 17+35, mixed mode)
GraalVM version (if different from Java)
N/A
Quarkus version or git rev
2.4.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)------------------------------------------------------------ Gradle 7.2 ------------------------------------------------------------ Build time: 2021-08-18 14:41:40 UTC Revision: Kotlin: 1.5.21 Groovy: 3.0.8 Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020 JVM: 17 (Oracle Corporation 17+35) OS: Linux 5.14.16-zen1-1-zen amd64
Additional information
No response
The text was updated successfully, but these errors were encountered: