Hibernate OGM

5.3 series end-of-life

Upgrade to Hibernate ORM 5.2 and Hibernate Search 5.9

Hibernate OGM is not maintained anymore.

Compatibility

Java 8
JPA 2.1
Hibernate ORM 5.2
Hibernate Search 5.9

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.3 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.3 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.3.1.Final
Infinispan integration (embedded)
org.hibernate.ogm:hibernate-ogm-infinispan-remote:5.3.1.Final
Infinispan integration (remote)
org.hibernate.ogm:hibernate-ogm-mongodb:5.3.1.Final
MongoDB integration
org.hibernate.ogm:hibernate-ogm-neo4j:5.3.1.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.3 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.3, 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-03-28): 5.3.1.Final.

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

Core

Hibernate OGM is now compatible with Hibernate ORM 5.2!

Components upgrade

  • Hibernate ORM to 5.2.16.Final

  • Hibernate Search to 5.9.0.Final

  • Infinispan to 9.1.6.Final

  • MongoDB to 3.6.3

  • Neo4J to 3.3.3

Infinispan

  • The Infinispan Clustered Counters, used for sequence generation, are now created at startup

  • When these are used for id generation their names now also contain the table name and not only the column name

Releases in this series

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

See also the Maintenance policy.

5.3.1.Final

2018-03-28

5.3.0.Final

2018-02-20

5.3.0.CR1

2018-02-13

Upgrade to Hibernate ORM 5.2 and Hibernate Search 5.9

Maven artifacts Download Resolved issues Release announcement

Back to top