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.
Where can I get Hibernate OGM?
You can include the dialect of your choice in your project using the following Maven coordinates:
-
-
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:
-
Stack Overflow: we monitor the tag hibernate-ogm
-
Zulip: Hibernate OGM Zulip stream
Looking forward to hearing your feedback!