Fixed
Details
Assignee
Sanne GrinoveroSanne GrinoveroReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created July 27, 2021 at 3:45 PM
Updated May 20, 2022 at 1:53 PM
Resolved July 29, 2021 at 11:04 AM
introduced the ability for DefaultIdentifierGeneratorFactory to use managed beans as IdentifierGenerators; There currently is no way to opt-out from this, which should generally be fine as the BeanManager will simply not manage classes which aren't beans, but it's still useful to allow an SPI such as a custom `StandardServiceInitiator` to explicitly disable this new capability.