Hibernate OGM is not maintained anymore

We’re happy to announce the release of: Hibernate OGM 5.3.0.Final

What’s new compared to 5.2 Final?

We didn’t add new features in this version, we worked to make it compatible with Hibernate ORM 5.2. You can see a complete list of the changes on the release notes.

If you need to migrate from a previous version, you can find some help in the migration notes.

Components upgrade

  • Hibernate ORM to 5.2.13.Final

  • Hibernate Search to 5.9.0.Final

  • Infinispan to 9.1.6.Final

  • MongoDB to 3.6.3

  • Neo4J to 3.3.3

Where can I get it?

You can include in your project the dialect of your choice using this Maven coordinates:

  • Infinispan

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

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

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

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

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

If you are interested about available versions, you can check the official Hibernate OGM download page.

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