Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
8.0.0-M1
-
None
-
None
Description
The MockitoExtension.Bean is an Alternative.
But according to a spec clarifications those manual Beans also need to either get activated via beans.xml or need to implement the Prioritized interface.
I'd give them a prio of
@Override public int getPriority() { return Interceptor.Priority.PLATFORM_AFTER+1000; }