Description
With 2.0.0-RC2 release we had to add
-Dspring-boot.run.jvmArguments="--add-opens java.base/java.lang=ALL-UNNAMED"
to the
mvn ... spring-boot:run
for the starter apps to run on JVM 21. Perhaps we can fix that within the framework.
With 2.0.0-RC2 release we had to add
-Dspring-boot.run.jvmArguments="--add-opens java.base/java.lang=ALL-UNNAMED"
to the
mvn ... spring-boot:run
for the starter apps to run on JVM 21. Perhaps we can fix that within the framework.