There was an error while loading. Please reload this page.
springboot 3.2.0-RC1
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArgs> <arg>--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED</arg> <arg>--add-exports=java.base/jdk.internal.vm=ALL-UNNAMED</arg> </compilerArgs> </configuration> </plugin>
the default property <maven.compiler.release>${java.version}</maven.compiler.release>
<maven.compiler.release>${java.version}</maven.compiler.release>
cause error
exporting a package from system module java.base is not allowed with --release
see
source plexus-compiler-javac-2.13.0.jar
plexus-compiler-javac-2.13.0.jar