spring-boot/spring-boot-project/spring-boot-test
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
..
src Use the bean factory to get the type produced by a factory bean 2024-05-21 15:27:59 +01:00
build.gradle Upgrade to Jakarta Activation 2.1.0 2022-11-08 11:01:17 +00:00