Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.4
-
None
Description
@CustomInterceptorBinding
@Interceptor
public class MyInterceptor implements Serializable
{
@PostConstruct
public void onPostConstructInvocations(InvocationContext invocationContext)
}
//...
leads to:
MyBean#initBean
MyInterceptor#onPostConstructInvocations
InvocationContext#proceed
instead of:
MyInterceptor#onPostConstructInvocations
InvocationContext#proceed
MyBean#initBean
Attachments
Issue Links
- breaks
-
EXTCDI-282 interceptors should support lifecycle-callbacks
- Closed