Hi!
It seems that the Test got totally changed. It now tests something very different than before, but without updating the spec section!
In commit 021f446 a lot of similar changes got made:
- @Interceptors({ Interceptor8.class, Interceptor9.class })
+ @SimpleBinding
But this changes the mechanism from using javax.interceptor.Interceptors to CDI style Interceptors. This is something very different!
Hi!
It seems that the Test got totally changed. It now tests something very different than before, but without updating the spec section!
In commit 021f446 a lot of similar changes got made:
But this changes the mechanism from using
javax.interceptor.Interceptorsto CDI style Interceptors. This is something very different!