Skip to content

Commit 650a575

Browse files
committed
update migration guide to reflect removal of Vibur + Proxool
1 parent 5efd37a commit 650a575

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

migration-guide.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,12 @@ This was incorrect according to the JPA specification, and inconsistent with the
433433

434434
In Hibernate 7, these SQL `UPDATE` statements only occur if the `@OrderColumn` is _not_ also mapped by a field of the entity.
435435

436+
[[pools]]
437+
== Connection pools
438+
439+
Since Vibur and Proxool are no longer actively developed, support for these connection pools was removed.
440+
Use Agroal or HikariCP instead.
441+
436442
[[cleanup]]
437443
== Cleanup
438444

@@ -453,6 +459,7 @@ In Hibernate 7, these SQL `UPDATE` statements only occur if the `@OrderColumn` i
453459
** Removed `@LazyCollection`
454460
** Replaced uses of `CacheModeType` with `CacheMode`
455461
** Removed `@TestForIssue` (for testing purposes) -> use `org.hibernate.testing.orm.junit.JiraKey` and `org.hibernate.testing.orm.junit.JiraKeyGroup`
462+
** Removed `@Cache.include` -> use `@Cache.includeLazy`
456463

457464
* Classes/interfaces
458465
** Removed `SqmQualifiedJoin` (all joins are qualified)

0 commit comments

Comments
 (0)