Ladislav Thon
Ladislav Thon
> Where in the spec does it say that it must get called symmetrically? It doesn't have to be -- but if it isn't, you get yourself into all kinds...
Your nested calls returning a noop callback directly correspond to current `false` return value. Calling `deactivate` only if `activate` returned `true` is perfectly safe. While I can see how the...
I assume these are 3 different examples to be considered in isolation. Further, I assume that the request context is not active at the beginning of each example. Then: ```java...
Please provide a realistic example that exhibits problems, then :-)
I mean -- I believe that at this point, we conclusively established that RCC _is possible to implement_ (contrary to this issue's title). We also established that there are code...
We should probably have a linter for license headers.
I personally don't think this simplifies anything, because lambdas like ```java () -> { } ``` are almost as harmful to readability as anonymous classes. It really should be `()...
I have also just noticed https://github.com/eclipse-ee4j/cdi/tree/master/api/src/ide/eclipse and I wonder what should CDI use then :-)
When we get to this, I believe it would be great if this API supported providing an initial context data map for eventual interceptors (`InvocationContext.getContextData()`).
I just submitted an initial proposal for this: #639.