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.

Hibernate OGM 5.3 has reached its end-of-life:

  • it is unlikely to see another release;

  • bugs are unlikely to get fixed in this version, even security vulnerabilities;

  • pull requests against this version will be rejected;

  • bug reproducers using this version will be given lower priority.

We encourage you to upgrade to a newer series if possible.

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.

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 you use a newer series if possible.

Maven, Gradle...

Maven artifacts of Hibernate OGM are published to Maven Central and to the JBoss Maven repository. Refer to the Maven Getting Started guide on the JBoss Wiki for more information on how to configure the JBoss Maven repository.

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

Zip archive

Direct download is available from SourceForge:

Download Zip archive

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 you use a newer series if possible.

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 you use a newer series if possible.

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