What kind of change does this PR introduce? (check at least one)
[ ] Bugfix
[x] Feature
[ ] Code style
[x] Refactor
[x] Doc
[ ] Other, please describe:
The description of the PR:
Fixes #565 .
Fixes native:metadata-copy Maven Goal not available in Spring Boot Starter.
Support for building projects through OpenJDK 21.
Other information:
According to GraalVM Team's unit tests for GraalVM Native Build Tools, this PR defines pluginManagement in the new Maven Profile to manage Maven Executions for GraalVM Native Build Tools. For submodules that need to capture GraalVM Reachability Metadata and do nativeTest, the Maven plugin of GraalVM Native Build Tools is introduced separately.
What kind of change does this PR introduce? (check at least one)
The description of the PR:
native:metadata-copy
Maven Goal not available in Spring Boot Starter.Other information: