Ladislav Thon
Ladislav Thon
If only we could change the `InvocationContext` interface. Adding a method or two to obtain interceptor binding annotations would be quite a bit better.
Technically speaking, if we standardized the key, then we could add a few methods to `InvocationContext` for free, because they could be `default`. What's more important is, if we standardize...
My understanding is that EJB also has to implement the full Interceptors specification, just like CDI, so even though the idiomatic way of associating interceptor with components in CDI is...
Hmm, assuming that > The use of interceptors defined by means of the `Interceptors` annotation is required to be supported for Jakarta Enterprise Beans and Managed Bean components, including in...
Note to self: if we go forward with this, need to add tests to the CDI TCK for this.
Submitted https://github.com/jakartaee/interceptors/pull/99 for this.
OK, that is weird. The only change in 3.1.1 that could realistically cause this is #308. Could it be that you have a lot of recursive type parameters (`T extends...
This seems to be a reasonable approach: https://github.com/Ladicek/jandex/commits/type-variable-reference-intern-hash-collisions Could you please build Jandex from that branch and test with it? Thank you!
Note that the branch actually changes the persistent index format, so it will require releasing Jandex 3.2. Also older versions of Jandex won't be able to read an index produced...
Yeah, it does take a little more time -- the JAR from your repo requires cca 8 seconds to index with Jandex 3.1.0 on my machine, and roughly 10 seconds...