Hibernate ORM

5.1 series end-of-life

Entity joins, load-by-multiple-ids, association traversal in AuditQuery

Hibernate ORM 5.1 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 6/7/8 through 5.1.3; 7/8 through 5.1.16; 8 for 5.1.17
JPA 2.1

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

See also the Compatibility policy.

Documentation

Documentation for Hibernate ORM 5.1 can be accessed through the links below:

HTML API (JavaDoc)

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

How to get it

Hibernate ORM 5.1 has reached its end-of-life: we recommend you use a newer series if possible.

Maven, Gradle...

Maven artifacts of Hibernate ORM 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:hibernate-core:5.1.17.Final
Core implementation
org.hibernate:hibernate-entitymanager:5.1.17.Final
JPA support
org.hibernate:hibernate-java8:5.1.17.Final
Java 8 support
org.hibernate:hibernate-osgi:5.1.17.Final
OSGi integration
org.hibernate:hibernate-spatial:5.1.17.Final
Spatial support
org.hibernate:hibernate-envers:5.1.17.Final
Envers audit support
org.hibernate:hibernate-hikaricp:5.1.17.Final
HikariCP connection pooling
org.hibernate:hibernate-c3p0:5.1.17.Final
c3p0 connection pooling
org.hibernate:hibernate-proxool:5.1.17.Final
Proxool connection pooling
org.hibernate:hibernate-infinispan:5.1.17.Final
Infinispan second-level caching
org.hibernate:hibernate-ehcache:5.1.17.Final
Ehcache second-level caching

Zip archive

Direct download is available from SourceForge:

Download Zip archive

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

Migrating

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

HTML

What's new

Latest release announcement (2018-11-28): 5.1.17.Final.

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

Releases in this series

Hibernate ORM 5.1 has reached its end-of-life: we recommend you use a newer series if possible.

Back to top