Phillip Ross created DELTASPIKE-1468:
----------------------------------------
Summary: AuditProvider (PrincipalProvider/TimestampsProvider) not
working
Key: DELTASPIKE-1468
URL: https://issues.apache.org/jira/browse/DELTASPIKE-1468
Project: DeltaSpike
Issue Type: New Feature
Security Level: public (Regular issues)
Components: JPA-Module
Affects Versions: 2.0
Environment: symptom exhibited on Payara6 WELD
Reporter: Phillip Ross
PrincipalProvider and TimestampsProvider stop working in v2.0 (probably since
DELTASPIKE-1466) as they lack an explicit CDI scope annotation. Since they are
loaded/referenced programmatically, no error is thrown by the bean container
explicitly, but rather they are just never resolved and effectively ignored.
A simple fix is to add @Dependent CDI scope annotation (probably an oversight
from the CDI-3 refactor).
I'll open a GitHub PR with this fix next.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)