-
Notifications
You must be signed in to change notification settings - Fork 89
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
MySQL fails when 'cachePrepStmts' is 'true' #549
Labels
bug
Something isn't working
Comments
In the meantime adding a [
{
"name" : "com.mysql.cj.PerConnectionLRUFactory",
"allPublicConstructors" : true
}
] |
@philwebb thanks for reporting! Could you open a PR with these changes so we can merge them? Ideally, we would also have a test that covers the code path that is failing. |
wilkinsona
added a commit
to wilkinsona/graalvm-reachability-metadata
that referenced
this issue
Nov 4, 2024
wilkinsona
added a commit
to wilkinsona/graalvm-reachability-metadata
that referenced
this issue
Nov 4, 2024
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This issue is described in https://stackoverflow.com/questions/79092147/springboot-3-3-4-app-hikari-mysql-and-gradlew-nativecompile.
The exception raised is:
To Reproduce
Run the sample attached to the stackoverflow.com question or any MySQL example where the
cachePrepStmts
data source property is set totrue
.Expected behavior
The metadata should provide reflection hints for
com.mysql.cj.PerConnectionLRUFactory
.Logs
See stackoverflow.com quesstion
System Info (please complete the following information):
Liberica-NIK-23.0.0-1
]20
]native-gradle-plugin:0.10.3
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: