Skip to content

Commit 9f2135f

Browse files
committed
HHH-19686 - Add implementation dependency to agroal-pool from hibernate-agroal
1 parent 61d53c1 commit 9f2135f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

migration-guide.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,13 @@ Such changes typically do not impact programs using a relational schema managed
187187
Previously, the non-nullability of the column mapped by an attribute declared `optional=false` by a subclass in a single table inheritance hierarchy was not enforced by the database.
188188
Hibernate now automatically generates DDL `check` constraints to enforce the non-nullability of such columns.
189189

190+
191+
[[dependency-changes]]
192+
== Changes in Dependencies
193+
194+
This section describes changes to dependencies used by Hibernate ORM.
195+
196+
[[dependency-agroal]]
197+
=== Inclusion of Agroal Pool
198+
199+
`agroal-pool` is now a transitive implementation (runtime) dependency of the `hibernate-agroal` module. Applications using `hibernate-agroal` no longer need to manually depend on it.

0 commit comments

Comments
 (0)