Hibernate OGM is not maintained anymore

Hibernate OGM 5.4.1.Final has been released!

The feature packs included in this release are now compatible with WildFly 14 and we added support for the @OrderBy annotation.

A special thanks to our contributors!

gtdude1458 found and fixed a concurrency bug in the MongoDB dialect.

Aleksandr Mylnikov worked on the the MongoDB dialect and it now supports HQL select count distinct queries.

More details available in the release notes.

Components upgrade

  • Neo4j 3.4.10

  • Neo4j java driver 1.7.2

  • MongoDB java driver 3.9.1

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.1.Final

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

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

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

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

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

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

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

Looking forward to hearing your feedback!


Back to top