Missing reflection hints for jakarta.inject classes #31259
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
While working on #31213, I have found that we are missing reflection hints on
jakarta.inject.Provider
and that we are currently only registering reflection hints on otherjakarta.inject
classes if they are present on the classpath. The reflection attempt is performed in all cases and we should always register the hints.The text was updated successfully, but these errors were encountered: