Go to file
Gavin King 7ea607a7c8 HHH-18584 add to migration guide
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-09-07 16:45:16 +02:00
.github Change branch names to main 2024-08-16 13:42:59 +02:00
.release HHH-17239 Automate maintenance releases 2023-10-05 22:27:08 +02:00
annotation-descriptor-generator Gradle 9.0 prep 2024-08-15 13:52:30 -05:00
checkerstubs JPA 3.2 support WIP 2024-08-15 13:52:25 -05:00
ci HHH-18488 Configure archive tasks to produce reproducible archives 2024-08-28 10:36:21 -05:00
databases HHH-18037 - Move DerbyDialect to hibernate-community-dialects 2024-08-15 13:52:32 -05:00
design HHH-18224 - db info logging cleanup 2024-07-24 11:13:35 -05:00
documentation document explicitly that filter restrictions are written in SQL 2024-09-06 20:26:05 +02:00
drivers HHH-16511 - Ability to drop-in extra JDBC drivers 2023-04-25 04:59:25 -05:00
edb HHH-17540 Update EDB CI testing to 16 2023-12-08 18:20:17 +01:00
etc HHH-18037 - Move DerbyDialect to hibernate-community-dialects 2024-08-15 13:52:32 -05:00
gradle HHH-18488 Disable adding of @Generated on logger impls 2024-08-28 10:36:21 -05:00
hibernate-agroal HHH-18454 - Skip connection provider retrieval and DB info logging when booting offline 2024-08-05 17:44:01 -05:00
hibernate-c3p0 @SuppressWarnings({"UnusedDeclaration"}) -> @SuppressWarnings("unused") 2024-09-05 10:46:52 +02:00
hibernate-community-dialects HHH-18561 Fix for Informix primary key constraint syntax error 2024-09-04 13:58:30 +02:00
hibernate-core HHH-18584 fix logic for deciding if something is implicitly selectable 2024-09-07 13:49:27 +02:00
hibernate-envers @SuppressWarnings({"UnusedDeclaration"}) -> @SuppressWarnings("unused") 2024-09-05 10:46:52 +02:00
hibernate-graalvm HHH-18196 Remove Session#save / Session#update / Session#saveOrUpdate 2024-08-15 13:52:31 -05:00
hibernate-hikaricp HHH-18454 - Skip connection provider retrieval and DB info logging when booting offline 2024-08-05 17:44:01 -05:00
hibernate-integrationtest-java-modules Remove use of session#save, session#saveOrUpdate , session#update and session#remove from tests 2024-08-15 13:52:31 -05:00
hibernate-jcache HHH-18539 update tests after removal of load() 2024-08-29 15:30:39 +02:00
hibernate-jfr HHH-18539 update tests after removal of load() 2024-08-29 15:30:39 +02:00
hibernate-micrometer Remove use of session#save, session#saveOrUpdate , session#update and session#remove from tests 2024-08-15 13:52:31 -05:00
hibernate-platform JPA 3.2 support WIP 2024-08-15 13:52:25 -05:00
hibernate-proxool HHH-18488 Bump the jboss logging dependency 2024-08-28 10:36:21 -05:00
hibernate-spatial HHH-18488 Bump the jboss logging dependency 2024-08-28 10:36:21 -05:00
hibernate-testing @SuppressWarnings({"UnusedDeclaration"}) -> @SuppressWarnings("unused") 2024-09-05 10:46:52 +02:00
hibernate-ucp HHH-18454 - Skip connection provider retrieval and DB info logging when booting offline 2024-08-05 17:44:01 -05:00
hibernate-vector HHH-17030 Followup: move schema check to launcher listener 2024-05-31 15:22:00 +02:00
hibernate-vibur HHH-18454 - Skip connection provider retrieval and DB info logging when booting offline 2024-08-05 17:44:01 -05:00
javadoc javadoc 2024-08-15 13:52:28 -05:00
local-build-plugins update to final release of JPA 3.2 2024-08-28 22:17:19 +02:00
patched-libs/jaxb2-basics HHH-14837 - Move to Jakarta EE 2021-09-27 08:21:27 -05:00
release 7.0 prep 2024-08-15 13:52:27 -05:00
rules HHH-13946 Create Jakarta artifacts for hibernate-core, hibernate-envers, hibernate-jpamodelgen and hibernate-testing 2021-04-30 11:41:05 +02:00
shared Update JavaDoc CSS for new layout 2024-08-15 13:52:32 -05:00
tck Add TCK results for 6.0.0.Final 2022-04-01 12:23:26 +02:00
tooling @SuppressWarnings({"UnusedDeclaration"}) -> @SuppressWarnings("unused") 2024-09-05 10:46:52 +02:00
.gitignore more consistent formatting for error messages 2022-10-28 03:19:05 +02:00
.mailmap Adding a .mailmap mapping configuration for contributor's metadata 2023-12-21 07:35:56 -06:00
CONTRIBUTING.md Fix contributing remark about jira keys in commit messages 2024-09-05 11:41:55 +02:00
Jenkinsfile Disable Kotlin tests on s390x until gradle#27273 is fixed 2024-08-15 13:52:25 -05:00
MAINTAINERS.md Remove a few references to "Search" in MAINTAINERS.md 2024-06-12 13:37:18 +02:00
README.adoc Informix run fix 2024-06-10 23:18:26 +02:00
branching.adoc Add MAINTAINERS.md to describe how to release. 2024-06-12 13:24:48 +02:00
build.gradle HHH-18488 Configure archive tasks to produce reproducible archives 2024-08-28 10:36:21 -05:00
changelog.txt Pre-steps for release : `7.0.0.Beta1` 2024-08-15 13:52:33 -05:00
dco.txt CONTRIBUTING.md changes to add Legal section + adding dco.txt 2017-08-08 09:27:33 -05:00
dialects.adoc HHH-14663 : Add testing for s390x 2021-10-19 11:07:39 +02:00
docker_db.sh HHH-17888 - Remove support for MariaDB versions older than 10.5 2024-08-15 13:52:32 -05:00
gradle.properties Improve handling of JDK versions 2024-08-15 13:52:33 -05:00
gradlew Upgrade Gradle to 8.8, upgrade checkframework to 0.6.40, fix HibernateProcessor resources creation causing whole tests recompilation 2024-06-11 23:46:57 +02:00
gradlew.bat HHH-17015 - Upgrade to Gradle 8 2023-08-02 08:20:40 -05:00
hibernate_logo.gif SVN layout migration for core/trunk 2007-06-29 19:24:12 +00:00
lgpl.txt HHH-10961 Update address of Free Software Foundation 2018-02-14 11:25:26 +00:00
migration-guide.adoc HHH-18584 add to migration guide 2024-09-07 16:45:16 +02:00
nightly.Jenkinsfile HHH-17888 - Remove support for MariaDB versions older than 10.5 (correct mariadb docker version in nightly.jenkinsfile) 2024-08-15 13:52:33 -05:00
release-announcement.adoc 7.0 Beta1 2024-08-15 13:52:33 -05:00
settings.gradle HHH-18541 Remove no longer needed hcann library definition 2024-08-29 13:40:54 -05:00
test-case-guide.adoc Document JUnit 5 extensions 2023-02-15 11:56:06 -06:00
utilities.gradle HHH-12188 - Add Java 9 automatic module name hinting 2017-12-28 10:13:55 -06:00

README.adoc

Hibernate ORM is a powerful object/relational mapping solution for Java, and makes it easy to develop persistence logic for applications, libraries, and frameworks.

Hibernate implements JPA, the standard API for object/relational persistence in Java, but also offers an extensive set of features and APIs which go beyond the specification.

See https://hibernate.org/orm/[Hibernate.org] for more information.

image:https://ci.hibernate.org/job/hibernate-orm-pipeline/job/main/badge/icon[Build Status,link=https://ci.hibernate.org/job/hibernate-orm-pipeline/job/main/]
image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A[link=https://ge.hibernate.org/scans]

== Continuous Integration

Hibernate uses both https://jenkins-ci.org[Jenkins] and https://github.com/features/actions[GitHub Actions]
for its CI needs. See

* https://ci.hibernate.org/view/ORM/[Jenkins Jobs]
* https://github.com/hibernate/hibernate-orm/actions[GitHub Actions Jobs]

== Building from sources

The build requires at least Java 11 and at most Java 17.

Hibernate uses https://gradle.org[Gradle] as its build tool. See the _Gradle Primer_ section below if you are new to
Gradle.

Contributors should read the link:CONTRIBUTING.md[Contributing Guide].

See the guides for setting up https://hibernate.org/community/contribute/intellij-idea/[IntelliJ] or
https://hibernate.org/community/contribute/eclipse-ide/[Eclipse] as your development environment.

== Gradle Primer

The Gradle build tool has amazing documentation.  2 in particular that are indispensable:

* https://docs.gradle.org/current/userguide/userguide_single.html[Gradle User Guide] is a typical user guide in that
it follows a topical approach to describing all of the capabilities of Gradle.
* https://docs.gradle.org/current/dsl/index.html[Gradle DSL Guide] is unique and excellent in quickly
getting up to speed on certain aspects of Gradle.

We will cover the basics developers and contributors new to Gradle need to know to get productive quickly.

NOTE: The project defines a https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle Wrapper].
The rest of the section will assume execution through the wrapper.

=== Executing Tasks

Gradle uses the concept of build tasks (equivalent to Ant targets or Maven phases/goals). You can get a list of
available tasks via 

----
gradle tasks
----

To execute a task across all modules, simply perform that task from the root directory. Gradle will visit each
sub-project and execute that task if the sub-project defines it. To execute a task in a specific module you can
either:

. `cd` into that module directory and execute the task
. name the "task path". For example, to run the tests for the _hibernate-core_ module from the root directory
you could say `gradle hibernate-core:test`

=== Common tasks

The common tasks you might use in building Hibernate include:

* _build_ - Assembles (jars) and tests this project
* _compile_ - Performs all compilation tasks including staging resources from both main and test
* _jar_ - Generates a jar archive with all the compiled classes
* _test_ - Runs the tests
* _publishToMavenLocal_ - Installs the project jar to your local maven cache (aka ~/.m2/repository). Note that Gradle
never uses this, but it can be useful for testing your build with other local Maven-based builds.
* _clean_ - Cleans the build directory

== Testing and databases

Testing against a specific database can be achieved in 2 different ways:

=== Using the "Matrix Testing Plugin" for Gradle.

Coming later…

=== Using "profiles"

The Hibernate build defines several database testing "profiles" in `databases.gradle`. These
profiles can be activated by name using the `db` build property which can be passed either as
a JVM system prop (`-D`) or as a Gradle project property (`-P`). Examples below use the Gradle
project property approach.

----
gradle clean build -Pdb=pgsql
----

To run a test from your IDE, you need to ensure the property expansions happen.
Use the following command:

----
gradle clean compile -Pdb=pgsql
----

__NOTE: If you are running tests against a JDBC driver that is not available via Maven central be sure to
add these drivers to your local Maven repo cache (~/.m2/repository) or (better) add it to a personal Maven repo server__

=== Running database-specific tests from the IDE using "profiles"

You can run any test on any particular database that is configured in a `databases.gradle` profile.

All you have to do is run the following command:

----
./gradlew setDataBase -Pdb=pgsql
----

or you can use the shortcut version: 

----
./gradlew sDB -Pdb=pgsql
----

You can do this from the module which you are interested in testing or from the `hibernate-orm` root folder.

Afterward, just pick any test from the IDE and run it as usual. Hibernate will pick the database configuration from the `hibernate.properties`
file that was set up by the `setDataBase` Gradle task.

=== Starting test databases locally as docker containers

You don't have to install all databases locally to be able to test against them in case you have docker available.
The script `docker_db.sh` allows you to start a pre-configured database which can be used for testing.

All you have to do is run the following command:

----
./docker_db.sh postgresql
----

omitting the argument will print a list of possible options.

When the database is properly started, you can run tests with special profiles that are suffixed with `_ci`
e.g. `pgsql_ci` for PostgreSQL. By using the system property `dbHost` you can configure the IP address of your docker host.

The command for running tests could look like the following:

----
./gradlew test -Pdb=pgsql_ci "-DdbHost=192.168.99.100"
----

The following table illustrates a list of commands for various databases that can be tested locally.

|===
|Database |`docker_db.sh` |Gradle command

|H2
|-
|`./gradlew test -Pdb=h2`

|HSQLDB
|-
|`./gradlew test -Pdb=hsqldb`

|Apache Derby
|-
|`./gradlew test -Pdb=derby`

|MySQL
|`./docker_db.sh mysql`
|`./gradlew test -Pdb=mysql_ci`

|MariaDB
|`./docker_db.sh mariadb`
|`./gradlew test -Pdb=mariadb_ci`

|PostgreSQL
|`./docker_db.sh postgresql`
|`./gradlew test -Pdb=pgsql_ci`

|EnterpriseDB
|`./docker_db.sh edb`
|`./gradlew test -Pdb=edb_ci`

|Oracle
|`./docker_db.sh oracle`
|`./gradlew test -Pdb=oracle_ci`

|DB2
|`./docker_db.sh db2`
|`./gradlew test -Pdb=db2_ci`

|SQL Server
|`./docker_db.sh mssql`
|`./gradlew test -Pdb=mssql_ci`

|Sybase ASE (jTDS)
|`./docker_db.sh sybase`
|`./gradlew test -Pdb=sybase_ci`

|Sybase ASE (jConnect)
|`./docker_db.sh sybase`
|`./gradlew test -Pdb=sybase_jconn_ci`

|SAP HANA
|`./docker_db.sh hana`
|`./gradlew test -Pdb=hana_ci`

|CockroachDB
|`./docker_db.sh cockroachdb`
|`./gradlew test -Pdb=cockroachdb`

|TiDB
|`./docker_db.sh tidb`
|`./gradlew test -Pdb=tidb`

|Informix
|`./docker_db.sh informix`
|`./gradlew test -Pdb=informix`
|===

To stop a container started by `docker`, use the command

[source]
----
docker stop $container_name
----

NOTE:: Substitute `podman` command for `docker` if using `podman`

E.g., to stop the mariadb container

[source]
----
docker stop mariadb
----