Re: Ignite running on JDK10?

2018-10-03 Thread Petr Ivanov
It’s an umbrella ticket, see tickets below. Once more or less stable support will be introduced, I will resolve this ticket. > On 2 Oct 2018, at 18:55, Maxim.Pudov wrote: > > https://issues.apache.org/jira/browse/IGNITE-8441 is still open. However, fix > version is 2.7, which is coming soon. >

Re: Ignite running on JDK10?

2018-10-02 Thread Maxim.Pudov
https://issues.apache.org/jira/browse/IGNITE-8441 is still open. However, fix version is 2.7, which is coming soon. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite running on JDK10?

2018-09-30 Thread lukaszbyjos
Any update for this? JDK11 is GA -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite running on JDK10?

2018-08-15 Thread Vladimir Ozerov
HI, Please try adding add these flags to JVM startup arguments. On Fri, Aug 10, 2018 at 5:31 PM KJQ 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 work

Re: Ignite running on JDK10?

2018-08-15 Thread KimJohn Quinn
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 th

Re: Ignite running on JDK10?

2018-08-15 Thread Dmitriy Setrakyan
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 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.

Re: Ignite running on JDK10?

2018-08-15 Thread Denis Magda
Please keep using JDK 8 for now. JDK 9/10/11 is planned to be fully supported in the nearest time. -- Denis On Fri, Aug 10, 2018 at 7:31 AM KJQ 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 applic

Re: Ignite running on JDK10? (Maybe Solved)

2018-08-15 Thread Denis Magda
JDK 10/11 is planned to be supported in the nearest time. Stay tuned. -- Denis On Fri, Aug 10, 2018 at 8:47 AM KJQ wrote: > 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 se

Re: Ignite running on JDK10? (Maybe Solved)

2018-08-10 Thread KJQ
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. org.springframework.boot spring-boot-maven-plugin --add-exports=java.base/jdk

Re: Ignite running on JDK10?

2018-08-10 Thread KJQ
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.* *Cau

Ignite running on JDK10?

2018-08-10 Thread KJQ
We are currently integrating Apache Ignite v2.6.0 into our platform. We upgraded to JDK9 just to make sure we were compliant and then upgraded to JDK10 try and preemptively catch anything planned for removal. I can run Ignite great in test cases but when I go to startup a SpringBoot 2 application