Hi,
I've got a CDI bean implementing an interface with several default methods.
The bean implements one of those methods.
When I place an interceptor on said bean, and call the different methods
via the CDI proxy, only the method that the bean implemented is
intercepted. The defaulted methods go straight to the implementation
provided by the interface.
Tested with Weld 2.3.2 on WildFly 10cr5.
Is this supposed to work?
Kind regards,
Arjan Tijms