AOT bean registrations miss reflection hints on interfaces #31350
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
See #31213 for background.
This issue is similar to #31293, but this time applies to missing reflection hints on Java Interfaces. When the bean introspection processes a bean, we are reflecting on public (including inherited) methods and declared methods on the type itself, then looking at super classes and interfaces. While super classes are already covered by existing hints, introspecting interfaces for default methods and bean property methods is missing right now.
This results in exception like:
The text was updated successfully, but these errors were encountered: