Search

Building From Source

Starting in version 4.0, Hibernate now uses Gradle as its build system.  Instructions are kept as part of the source and can be viewed in mark up at the root Hibernate GitHub URL (scroll down below file/directory list). 

Previous versions of Hibernate used Maven as its build system.  See the wiki for legacy build instructions.

Continuous Integration Builds

Hibernate uses the Jenkins continuous integration/build server, hosted at ci.hibernate.org

Successful CI builds publish artifacts (jars) to the JBoss Snapshot Maven Repository.

Note: only forward-looking branches are part of this CI environment; generally speaking that means the master branch.

The current status of the main (master) Hibernate ORM job is : 

Below is the RSS feed for the recent history of that job...


Database Matrix Testing

The main Hibernate CI builds are run using the H2 in-memory database.  Additionally, Hibernate is tested against a number of database in a continuous fashion.