-
Bug
-
Resolution: Done
-
Major
-
2.2.7.Final, 3.0.0.Alpha13, 2.3.0.Final
-
None
-
None
7.2. Container invocations and interception:
When the container invokes a method of a bean, the invocation may or may not be treated as a business method invocation:
- ...
- Invocations of producer, disposer and observer methods by the container are business method invocations and are intercepted by method interceptors and decorators.
- ...
It looks like a regression introduced in this commit:
https://github.com/weld/core/commit/e084e5533e972f6420f852a2e555169ba792d675
- blocks
-
WFLY-5235 CDI interceptors are not called when invoking private observer method
- Closed