-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
-
False
-
-
False
By default, Spring Boot does take a Connection from DataSource and calls isValid() method to check healthiness.
This leads to an Exception if transactionRequirement is set to strict. Therefore, an implementation should use Agroal internal isHealthy() method.