Ladislav Thon
Ladislav Thon
After discussing with @mkouba and @manovotn, I made these significant changes: - interception of producer methods and synthetic beans is proxy-based now - replaced `InterceptedObject` and `@SupportsInterception` with `InterceptionProxy` and...
Also added one extra commit that fixes `Types.getParameterizedType()` in case of a nested generic class.
Also added documentation in `cdi-reference`.
I have updated `SubclassGenerator` to remove a substantial part of duplicate code. The `InterceptionProxyGenerator` still has 200 lines for generating the interception subclass, which is a lot, but I don't...
Rebased and resolved the docs conflict.
@mkouba @manovotn could you please take another look? Thanks!
I don't quite understand why the MP Telemetry TCK fails. @brunobat any ideas? Is that a known intermittent failure?
OK, thanks! Merging this.
Yeah, the situation on the specification(s) side is not very clear. It is a good point that we should make this clear in the documentation.