spring-boot/spring-boot-project/spring-boot-autoconfigure
Stéphane Nicoll c259a673d3 Make resolution algorithm of ConnectionDetailsFactory more explicit
This commit moves the resolution check for ConnectionDetailsFactory
to a dedicated method to make it more clear that it is meant to verify
that the implementation is resolved and can be loaded from the
classpath.

The previous algorithm relied on a behavior of ResolvableType that only
resolves the first level generics. Further improvements in Spring
Framework 6.2 make this check invalid as some implementations use a
Container that can hold a nested generic.

See gh-39737
2024-02-27 12:46:51 -06:00
..
src Make resolution algorithm of ConnectionDetailsFactory more explicit 2024-02-27 12:46:51 -06:00
build.gradle Build against UCP and JDBC driver for Oracle Database variant ucp11 2023-12-05 11:40:35 +01:00