I am able to get it running in JDK 10 and so far have not seen any issues with the functionality I need to use currently. This is still early/experimental but since we are already on the JDK9, then JDK10 bandwagon it was important to see if it would even work in our platform.
@Dmitriy, i added the same exports required for JDK9 to get it working on JDK10. On Wed, Aug 15, 2018 at 9:48 PM, Dmitriy Setrakyan <[email protected]> wrote: > I believe JDK9 is supported, but you need to add certain JVM parameters. > > Vladimir, can you comment? > > D. > > On Fri, Aug 10, 2018, 07:31 KJQ <[email protected]> wrote: > >> As a note, I downgraded all of the Docker containers to use JDK 9 (9.0.4) >> and >> I still get the same problem running the SpringBoot 2 application. >> Running >> in my IDE a test case works perfectly fine. >> >> *Caused by: java.lang.RuntimeException: jdk.internal.misc.JavaNioAccess >> class is unavailable.* >> >> *Caused by: java.lang.IllegalAccessException: class >> org.apache.ignite.internal.util.GridUnsafe cannot access class >> jdk.internal.misc.SharedSecrets (in module java.base) because module >> java.base does not export jdk.internal.misc to unnamed module @78a89eea* >> >> >> >> ----- >> KJQ >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> > -- *KimJohn Quinn**[email protected] <[email protected]>* *Logicdrop*22620 Woodward Avenue - Suite D Ferndale, MI 48220 *O* 888.229.2817 *M* 248.882.0728 *www.logicdrop.com <http://www.logicdrop.com/>*
