Hibernate OGM is not maintained anymore

Hibernate OGM 5.4.0.Final has been released!

Here’s a list of the main changes compared to version 5.3.1.Final:

More details available in the release notes.

Components upgrade

  • Hibernate ORM 5.3.4.Final

  • Hibernate Search 5.10.4.Final

  • Infinispan 9.4.0.Final

  • Neo4j 3.4.9

Where can I get Hibernate OGM?

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

  • Infinispan

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

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

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

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

    • Infinispan Remote: org.hibernate.ogm:hibernate-ogm-featurepack-infinispan-remote:5.4.0.Final

    • Infinispan Embedded: org.hibernate.ogm:hibernate-ogm-featurepack-infinispan-embedded:5.4.0.Final

    • MongoDB: org.hibernate.ogm:hibernate-ogm-featurepack-mongodb:5.4.0.Final

    • Neo4j: org.hibernate.ogm:hibernate-ogm-featurepack-neo4j:5.4.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:

Contributions

Thanks a lot to our contributors (in order of appearance in the commit log): Anastasiia Gavrilash, Aleksandr Mylnikov, Volodymyr Trytsetskyi, The Viet Nguyen and Sergey Chernolyas.

Without them, Hibernate OGM 5.4 Final wouldn’t have some of the new features we were able to include. You rock!

Looking forward to hearing your feedback!


Back to top