Re: H2database dependency in Apache Ignite

2023-01-27 Thread Humphrey Lopez
As of version 2.13 I think you can use Apache-Calcite instead of H2, and get rid of H2 from your dependency list. https://ignite.apache.org/docs/latest/SQL/sql-calcite Regards. Op vrijdag 20 januari 2023 schreef Andrey Mashenkov < andrey.mashen...@gmail.com>: > Hi, > > Ignite uses H2 as one of

Re: H2database dependency in Apache Ignite

2023-01-20 Thread Andrey Mashenkov
Hi, Ignite uses H2 as one of 2 available execution engines. Module 'ignite-indexing' depends on H2. Long story short, we can't bump H2 version anymore as some integration points were dropped in higher H2 versions. However, this CVE along with other known issues[1] do not affect the Ignite. [1] ht

Re: H2database dependency in Apache Ignite

2023-01-20 Thread Gianluca Bonetti
Hello I am also using Apache Ignite for some projects, but I don't see any dependency on h2 in my projects. I think h2 dependency is coming from somewhere else. Can you run a "mvn dependency:tree" and share the results? Cheers Gianluca On Fri, 20 Jan 2023 at 09:56, David Cussen wrote: > Hi, >

H2database dependency in Apache Ignite

2023-01-20 Thread David Cussen
Hi, I am an employee in Workday and our team uses Apache Ignite for one of our products. There is a dependency on com.h2database:h2:jar:1.4.197 : https://github.com/apache/ignite/blob/master/parent/pom.xml#L92 We are wondering if there is a plan to upgrade this dependency to remediate CVE-2021-