Hibernate OGM

5.4 series latest stable

WildFly 13 Feature Pack - JPA 2.2 - Hibernate ORM 5.3 - Infinispan 9.4

Hibernate OGM is not maintained anymore.

Compatibility

Java 8
JPA 2.2
Hibernate ORM 5.3
Hibernate Search 5.10

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.4 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

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.4.1.Final
Infinispan integration (embedded)
org.hibernate.ogm:hibernate-ogm-infinispan-remote:5.4.1.Final
Infinispan integration (remote)
org.hibernate.ogm:hibernate-ogm-mongodb:5.4.1.Final
MongoDB integration
org.hibernate.ogm:hibernate-ogm-neo4j:5.4.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

If you want to start using Hibernate OGM 5.4, 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-12-18): 5.4.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.3 and JPA 2.2! Support java.time field types

Component upgrades

  • Hibernate ORM to 5.3.6.Final

  • Hibernate Search to 5.10.4.Final

  • WildFly to 13.0.0.Final

  • Infinispan to 9.4.0.Final

  • MongoDB to 3.6.3

  • Neo4J to 3.4.9

WildFly integrations

  • WildFly modules are now available as feature packs

  • WildFly NoSQL integration

Infinispan

  • Caches created by the dialect are now transactional by default

  • Caches created by the dialect can be configured using a cache configuration

  • Supports remote native queries with Ickle

  • Supports JPQL queries for Infinispan Remote dialect

  • Supports scripting and java tasks for Infinispan server

  • Supports remote transactions

  • Allows to define custom Protocol Buffer schema

  • Infinispan remote supports now all unidirectional collections

  • Infinispan remote sequence generation was improved

MongoDB

  • Stored procedures with positional parameters are now supported

  • New MongoDB CLI operations supported as native queries

  • Supports queries on GeometryCollection

  • Supports ReadConcern

  • Supports for GridFS

Neo4j

  • Server side indexes definitions

  • Supports calls to remote procedures using JPA

Development versions (SNAPSHOTS)

The latest development versions of Maven artifacts for Hibernate OGM are published to the JBoss Nexus repository.

JBoss Nexus subdirectory

You should only need those (unstable) versions for testing recently merged patches, and should never use them in production.

To consume these artifacts, you may need to configure your build tool to fetch artifacts from and to enable snapshots:

Maven Gradle

Releases in this series

5.4.1.Final

2018-12-18

WildFly 14 feature packs - @OrderBy support - HQL select count distinct

How to get it Getting started

Maven artifacts Download Resolved issues Release announcement

5.4.0.Final

2018-10-29

Infinispan remote transactions and queries - MongoDB GridFS - Support java.time field types - Neo4j remote procedures

Maven artifacts Download Resolved issues Release announcement

5.4.0.CR1

2018-10-01

Infinispan remote transactions - MongoDB ReadConcern - Support java.time field types

Maven artifacts Download Resolved issues Release announcement

5.4.0.Beta2

2018-07-05

Neo4j server indexes - Infinispan remote tasks - WildFly NoSQL integration

Maven artifacts Download Resolved issues Release announcement

5.4.0.Beta1

2018-05-25

Hibernate ORM 5.3.0.Final - Supports Infinispan Remote native and JPQL queries

Maven artifacts Download Resolved issues Release announcement

5.4.0.Alpha1

2018-04-17

WildFly 12 Feature Pack - JPA 2.2 - Hibernate ORM 5.3 - Infinispan 9.2

Maven artifacts Download Resolved issues Release announcement

Back to top