I’m happy to announce the latest stable release of Hibernate OGM:
Hibernate OGM 5.1 Final
== What’s new compared to 5.0 Final?
I’m glad you asked, this version:
- uses Hibernate ORM 5.1
- supports Infinispan Remote via the Hot Rod protocol
- supports Neo4j remote via the Bolt protocol and the Http interface
- can integrate with Hibernate Search 5.6, which works with Elasticsearch
- reduces the number of database calls by grouping the operations
- supports aggregation in MongoDB native queries with CLI syntax
More details in the blog post:
http://in.relation.to/2017/03/02/hibernate-ogm-5-1-Final-released/
Thanks,
Davide