-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Expose validate-on-borrow provided by Agroal through Quarkus #41622
Expose validate-on-borrow provided by Agroal through Quarkus #41622
Conversation
66f79db
to
a237883
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it makes a lot of sense to allow this but I will let @yrodiere have the final say :).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested some more documentation.
The implementation seems fine, but I don't quite understand the feature or use case (sorry!), so let's discuss it there: #41616 (comment)
...ions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSourceJdbcRuntimeConfig.java
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
33a430d
to
cf6e71b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash the commits and once that's done, +1 from me :)
Expose the option to validate the connection on borrow as supported by Agroal. Fix quarkusio#41616
cf6e71b
to
bb875c8
Compare
This fixes #41616.