Document GraalVM substitutions upcoming removal

This commit is contained in:
Sébastien Deleuze 2022-11-17 17:59:19 +01:00
parent 031adfb8ec
commit b52300eab8
2 changed files with 4 additions and 0 deletions

View File

@ -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
*/

View File

@ -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
*/