RE: build failure for module hibernate 5.3

2020-08-12 Thread Tathagata Roy
version 8.7.23 is compatible with apache ignite 2.7.6 From: Evgenii Zhuravlev Sent: Tuesday, August 11, 2020 12:48 PM To: user Subject: Re: build failure for module hibernate 5.3 Hi, You can use it from this repository: https://gridgainsystems.com/nexus/content/repositories/external/org/gridgain

Re: build failure for module hibernate 5.3

2020-08-12 Thread Petr Ivanov
HI! Try adding this repository to your settings.xml: https://repository.ow2.org/nexus/content/repositories/public/ > On 11 Aug 2020, at 20:53, Tathagata Roy > wrote: > > I am trying to do a poc on using apache ignite as

Re: build failure for module hibernate 5.3

2020-08-11 Thread Evgenii Zhuravlev
Hi, You can use it from this repository: https://gridgainsystems.com/nexus/content/repositories/external/org/gridgain/ignite-hibernate_5.3/ I believe there are no changes between these versions. Best Regards, Evgenii вт, 11 авг. 2020 г. в 10:53, Tathagata Roy : > I am trying to do a poc on

build failure for module hibernate 5.3

2020-08-11 Thread Tathagata Roy
I am trying to do a poc on using apache ignite as hibernate 2nd level cache, following the example given https://apacheignite-mix.readme.io/v2.1/docs/hibernate-l2-cache#maven-configuration. Since we are using Hibernate 5.3.7 in Spring Boot, I need to use ignite-hibernate_5.3. Unfortunately