Missing reflection hint on Publisher for bean destroy methods support #31278
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: bug
A general bug
Milestone
See #31213 for background.
DisposableBeanAdapter
detects the presence oforg.reactivestreams.Publisher
on the classpath and checks whether the bean destroy method is of that type. We need to register a reflection hint on thePublisher
type for that.The text was updated successfully, but these errors were encountered: