Hibernate OGM is not maintained anymore

I’m happy to announce the latest stable release of Hibernate OGM: 5.2 Final

Compared to the latest candidate release, there are not many changes. You can have a look at the 5.2.0.Final changelog to get all the details.

What’s new compared to 5.1 Final?

This version:

  • the Infinispan remote dialect can create a cache if it is missing using a default configuration

  • uses Infinispan emebedded clustered counters for id and sequence generation

  • improves performances with Neo4j

  • provides a way to define Geospatial indexes for MongoDB

  • additional support for MongoDB CLI syntax

If you need to upgrade from a version before 5.1, you can find help on the migration notes.

Where can I get it?

You can get the required core library using the following Maven coordinates:

  • org.hibernate.ogm:hibernate-ogm-core:5.2.0.Final

and these are the backends currently available for 5.2.0.Final:

  • Infinispan

    • Embedded: org.hibernate.ogm:hibernate-ogm-infinispan-embedded:5.2.0.Final

    • Remote: org.hibernate.ogm:hibernate-ogm-infinispan-remote:5.2.0.Final

  • MongoDB: org.hibernate.ogm:hibernate-ogm-mongodb:5.2.0.Final

  • Neo4j: org.hibernate.ogm:hibernate-ogm-neo4j:5.2.0.Final

Alternatively, you can download archives containing all the binaries, source code and documentation from Sourceforge.

What’s next?

The next release will come shortly after this one and the main feature will be the upgrade to Hibernate ORM 5.2.

How can I get in touch?

You can find us through the following channels:

We are looking forward to hearing your feedback!


Back to top