Document GraalVM substitutions upcoming removal
This commit is contained in:
parent
031adfb8ec
commit
b52300eab8
|
@ -23,6 +23,8 @@ import com.oracle.svm.core.annotate.TargetClass;
|
|||
* Allow to reference {@code com.sun.beans.finder.ClassFinder} from
|
||||
* {@link Target_Introspector}.
|
||||
*
|
||||
* TODO Remove once Spring Framework requires GraalVM 23.0+, see <a href="https://github.com/oracle/graal/pull/5224">graal#5224</a>.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 6.0
|
||||
*/
|
||||
|
|
|
@ -25,6 +25,8 @@ import com.oracle.svm.core.annotate.TargetClass;
|
|||
* {@link java.beans.Introspector} substitution with a refined {@code findCustomizerClass} implementation
|
||||
* designed to avoid thousands of AWT classes to be included in the native image.
|
||||
*
|
||||
* TODO Remove once Spring Framework requires GraalVM 23.0+, see <a href="https://github.com/oracle/graal/pull/5224">graal#5224</a>.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 6.0
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue