Hibernate OGM

5.2 series end-of-life

Grouping for Infinispan remote, move dialects in separate repositories, support map-reduce in MongoDB native queries

Hibernate OGM is not maintained anymore.

Compatibility

Java 8
JPA 2.1
Hibernate ORM 5.1
Hibernate Search 5.6

Not compatible with your requirements? Have a look at the other series.

See also the Compatibility policy and Maintenance policy.

Documentation

Documentation for Hibernate OGM 5.2 can be accessed through the links below:

HTML PDF API (JavaDoc)

You can find more documentation for all series on the documentation page.

How to get it

Hibernate OGM 5.2 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

Maven, Gradle...

Maven artifacts of Hibernate OGM are published to Maven Central. Most build tools fetch artifacts from Maven Central by default, but if that's not the case for you, see this page to configure your build tool.

You can find the Maven coordinates of all artifacts through the link below:

Maven artifacts

Below are the Maven coordinates of the main artifacts.

org.hibernate.ogm:hibernate-ogm-infinispan-embedded:5.2.0.Final
Infinispan integration (embedded)
org.hibernate.ogm:hibernate-ogm-infinispan-remote:5.2.0.Final
Infinispan integration (remote)
org.hibernate.ogm:hibernate-ogm-mongodb:5.2.0.Final
MongoDB integration
org.hibernate.ogm:hibernate-ogm-neo4j:5.2.0.Final
Neo4j integration

Direct download

A ZIP archive containing all JAR files, documentation and source is available from SourceForge:

Download ZIP archive

Individual Maven artifacts may be downloaded directly from the Maven repository:

Maven Central subdirectory

See here for how to download all dependencies of your Maven project to a local directory on your filesystem.

See here for how to download an explicitly listed set of artifacts to a local directory on your filesystem.

More information about specific releases (announcements, download links) can be found here.

Getting started

Hibernate OGM 5.2 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

If you want to start using Hibernate OGM 5.2, please refer to the getting started guide:

HTML PDF

Migrating

If you need to upgrade from a previous series, please refer to the migration guide:

HTML

What's new

Latest release announcement (2018-02-05): 5.2.0.Final.

A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.

Project organization

We have split the dialects in 2:

  • the ones maintained in the main repository: Infinispan, MongoDB, Neo4j

  • the ones maintained by the community which have been moved to separate repositories: Cassandra, CouchDB, EhCache, Apache Ignite and Redis

Core

OGM now requires Java 8 or later.

Datastores

Infinispan

  • Upgrade to Infinispan 9.1

  • Automatically create caches when needed with Infinispan Remote via Hot Rod

  • Use Infinispan Clustered Counters for sequences and id generation with Infinispan Embedded

  • Operation grouping: OGM automatically groups write operations when it is possible.

MongoDB

  • We upgraded to the MongoDB 3 API

  • Use MongoDB Driver version 3.6

  • Support GeoSpatial data type

  • Support distinct operations in native queries

  • Support Map/Reduce operations in native queries

  • Remove Fongo dialect as it wasn’t really useful and it generated some maintenance burden

Neo4j

  • Fixed a few bugs related to some specific mappings

  • Performance improvements

Releases in this series

Hibernate OGM 5.2 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

5.2.0.Final

2018-02-05

Infinispan 9.1, Cache creation for Infinispan Remote, Use of clustered counters in Infinispan Embedded, MongoDB geospatial support

How to get it Getting started

Maven artifacts Download Resolved issues Release announcement

5.2.0.CR1

2018-01-29

MongoDB geospatial support, integration with Infinispan cluster counters

Maven artifacts Download Resolved issues Release announcement

5.2.0.Beta1

2017-10-17

Update to Infinispan 9.1, Cache creation with Infinispan Remote

Maven artifacts Download Resolved issues Release announcement

5.2.0.Alpha1

2017-09-11

Grouping for Infinispan remote, move dialects in separate repositories, support map-reduce in MongoDB native queries

Maven artifacts Download Resolved issues Release announcement

Back to top