Added the exports to the SpringBoot plugin seem to work for me in addition to
having them in my compiler and surefire plugins...it at least starts up
Ignite and I see the Ignite banner.
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<jvmArguments>
--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED
</jvmArguments>
</configuration>
</plugin>
-----
KJQ
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/