Fwd: Reg: Looking for Ignite index H2 version Updating solution

2022-03-16 Thread sameiksha kiran k
Hai Team , Ignite indexing is using lower version of H2 version which is issue to other dependencies in my application ,even the latest release of ignite is using lower version of H2 , excluding h2 and adding explicitly add H2 version is not possible Is there any reason H2 version is not getting

Re: Reg: Looking for Ignite index H2 version Updating solution

2022-03-16 Thread Ilya Kasnacheev
Hello! Later version of H2 removed some of APIs which Ignite is using so we can't use those. We plan to get rid of H2 eventually, when we move to Calcite. Regards, -- Ilya Kasnacheev ср, 16 мар. 2022 г. в 19:30, sameiksha kiran k : > Hai Team , > > Ignite indexing is using lower version of H2

Re: Reg: Looking for Ignite index H2 version Updating solution

2022-03-16 Thread Andrey Mashenkov
Hi Sameiksha, Ilya is right, upgrading H2 dependency is no longer possible. You can try to shade H2 dependency with maven-shade-plugin and rebuild the Ignite from sources. On Wed, Mar 16, 2022 at 10:20 PM Ilya Kasnacheev wrote: > Hello! > > Later version of H2 removed some of APIs which Ignite