Remove obsolete RuntimeHintsUtils #29058
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
Overview
Since Spring no longer adds the
SynthesizedAnnotation
interface to the JDK dynamic proxy used to synthesize an annotation,SynthesizedAnnotation
and related methods inRuntimeHintsUtils
have been deprecated for removal prior to 6.0.Consequently,
RuntimeHintsUtils
no longer has any functionality that is not deprecated and should be removed unless we find that there are other use cases that should be supported inRuntimeHintsUtils
.Related Issues
The text was updated successfully, but these errors were encountered: