Hibernate OGM 5.4.0.Final has been released!
Here’s a list of the main changes compared to version 5.3.1.Final:
-
Infinispan remote transactions over HotRod client
-
JPQL and native queries support for Infinispan remote
-
server side procedures calls for Infinispan Remote
-
Cache creation and configuration for Infinispan remote
-
Java types
java.time.LocalDate
,java.time.LocalDateTime
andjava.time.LocalTime
are natively supported as field types -
Neo4j remote procedures support via JPA
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:
-
-
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:
-
Stack Overflow: we monitor the tag hibernate-ogm
-
Zulip: Hibernate OGM Zulip stream
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!