spring-framework/spring-beans
Brian Clozel a97ff39088 Add reflection hint on Publisher for bean destroy support
Prior to this commit, `DisposableBeanAdapter` supported reactive bean
destroy methods by detected if `Publisher` is available on the
classpath. The AOT engine did not contribute a reflection hint for this
call.

This commit ensures that this reflection hint is registered in all
cases, even if there are no destroy methods detected on beans.

Fixes gh-31278
2023-09-20 14:43:12 +02:00
..
src Add reflection hint on Publisher for bean destroy support 2023-09-20 14:43:12 +02:00
spring-beans.gradle Merge branch '6.0.x' 2023-08-02 01:04:31 +02:00