HHH-16069 Fix typo in migration guide

This commit is contained in:
Yoann Rodière 2023-01-26 09:22:49 +01:00
parent df1ebfe32a
commit 4fc7293c66
No known key found for this signature in database
GPG Key ID: C78C6E63D1D81794
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ false:: (the default) indicates to not use the CDI `BeanManager` to resolve thes
The previous behavior was to always load the extensions from CDI if it was available. However,
this can sometimes lead to timing issues with the `BeanManager` not being ready for use when we need
those extension beans. Starting with 6.2, these extensions will only be resolved from the CDI
`BeanManager` is `hibernate.cdi.extensions` is set to true.
`BeanManager` if `hibernate.cdi.extensions` is set to true.
[[enhancement]]