spring-boot/spring-boot-project
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
..
spring-boot Update copyright year of changed files 2024-02-21 13:58:53 -08:00
spring-boot-actuator Harmonize style of igored exceptions across the codebase 2024-02-12 10:14:20 +01:00
spring-boot-actuator-autoconfigure Update copyright year of changed files 2024-02-21 13:58:53 -08:00
spring-boot-autoconfigure Make resolution algorithm of ConnectionDetailsFactory more explicit 2024-02-27 12:46:51 -06:00
spring-boot-dependencies Upgrade to Undertow 2.3.12.Final 2024-02-21 20:10:58 +00:00
spring-boot-devtools Fix Checkstyle upgrade 2024-01-10 15:37:38 +00:00
spring-boot-docker-compose Update copyright year of changed files 2024-02-21 13:58:53 -08:00
spring-boot-docs Polish "Add note regarding mixing of bundle-based and direct SSL configuration" 2024-02-20 11:57:06 -06:00
spring-boot-parent Revert "Stop managing version of commons-compress where it isn't needed" 2024-02-06 12:36:26 +00:00
spring-boot-starters Remove OCI entry as it is no longer maintained 2024-01-17 10:42:27 +00:00
spring-boot-test Harmonize style of igored exceptions across the codebase 2024-02-12 10:14:20 +01:00
spring-boot-test-autoconfigure Harmonize style of igored exceptions across the codebase 2024-02-12 10:14:20 +01:00
spring-boot-testcontainers Harmonize style of igored exceptions across the codebase 2024-02-12 10:14:20 +01:00
spring-boot-tools Only reference Gradle tasks beneath org.gradle.api 2024-02-27 12:38:07 +00:00