Commit a742f5e caused an inversion of options which means that CDI extensions are disallowed when the configuration actually enables them.  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 setup hibernate.cdi.extensions=false to actually allow them. |