Hi Earle, As I can see ignite-hibernate_4.2 already uses the latest stable version of Hibernate 4.2:
<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.2.21.Final</version> </dependency> What's your version of Hibernate? Are you suggesting to support Hibernate 5.4? Just in case, there is a version of the integration for Hibernate 5.1 and 5.3. You need to use ignite-hibernate_5.1 and ignite-hibernate_5.3 artifacts for those. - Denis On Thu, Jun 11, 2020 at 11:24 AM Earle Nietzel <ea...@longsight.com.invalid> wrote: > Hello, > > I apologize for posting this here but was noticing that the maven lib > <dependency> > <groupId>org.apache.ignite</groupId> > <artifactId>ignite-hibernate_4.2</artifactId> > <version>${ignite.version}</version> > </dependency> > > hasn't been updated in a while is there by any chance someone here might be > able to nudge someone to release some updated libs. > > The last version was > ignite-hibernate_4.2-2.7.2.jar Wed Feb 06 14:17:29 MST 2019 > would like to get a 2.8.1 if possible? > > Thanks, > -earle >