Hibernate cdi extension Regression introduced by HHH-16096

Description

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 could setup hibernate.cdi.extensions=false to actually allow them, but it’s both confusing and could have other unintended consequences.

Attachments

1

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created July 14, 2023 at 1:28 AM
Updated January 4, 2024 at 5:33 PM
Resolved October 11, 2023 at 4:50 PM