spring-boot/spring-boot-project
Andy Wilkinson 486ceecc9a Use the bean factory to get the type produced by a factory bean
Previously, we only looked at the OBJECT_TYPE_ATTRIBUTE on the
factory bean's definition. This did not work for situations
where the information's provided by the definition's target type
rather than the attribute.

Rather than manually considering the target type in addition to
the existing consideration of the attribute, we now ask the bean
factory for the type that will be produced by the factory bean
instead. This should insulate us from any changes and
enhancements in Framework in the future.

Fixes gh-40234
2024-05-21 15:27:59 +01:00
..
spring-boot Merge branch '3.1.x' into 3.2.x 2024-05-20 21:06:59 -07:00
spring-boot-actuator Merge branch '3.1.x' into 3.2.x 2024-04-18 12:52:54 -07:00
spring-boot-actuator-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-05-13 11:30:42 +02:00
spring-boot-autoconfigure Use DefaultDbRefResolver whenever MongoDatabaseFactory is available 2024-05-21 10:29:39 +01:00
spring-boot-dependencies Upgrade to Spring Kafka 3.1.5 2024-05-20 20:33:14 +01:00
spring-boot-devtools Merge branch '3.1.x' into 3.2.x 2024-04-19 10:57:47 +01:00
spring-boot-docker-compose Merge branch '3.1.x' into 3.2.x 2024-03-27 09:35:44 +01:00
spring-boot-docs Merge branch '3.1.x' into 3.2.x 2024-05-20 21:06:59 -07:00
spring-boot-parent Minimize scope of version management for commons-compress 2024-02-06 15:08:15 +00:00
spring-boot-starters Upgrade to Tomcat 10.1.24 2024-05-16 15:05:48 +01:00
spring-boot-test Use the bean factory to get the type produced by a factory bean 2024-05-21 15:27:59 +01:00
spring-boot-test-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-04-25 11:07:25 +02:00
spring-boot-testcontainers Merge branch '3.1.x' into 3.2.x 2024-05-20 13:12:03 +01:00
spring-boot-tools Merge branch '3.1.x' into 3.2.x 2024-05-17 11:41:23 -05:00