Commit a742f5e caused an inversion of options which means that CDI extensions are disallowed when the configuration actually enables them.
!image-20230714-012531.png|width=1747,height=952!
The picture shows the problem in detail, but I think that a ! has been missed in the disableExtensionsInCdi() method.
I also left a comment in the diff view.
As a workaround you can could setup {{hibernate.cdi.extensions=false}} to actually allow them , but it’s both confusing and could have other unintended consequences . |
|