You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration-guide.adoc
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,3 +187,13 @@ Such changes typically do not impact programs using a relational schema managed
187
187
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.
188
188
Hibernate now automatically generates DDL `check` constraints to enforce the non-nullability of such columns.
189
189
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