Ladislav Thon

Results 352 comments of Ladislav Thon

OK, I see. Well, I'll see how that goes.

Just marked as ready for review. I fixed a couple of bugs in the implementation and added some rudimentary documentation. The feature is not very heavily tested. @franz1981 do you...

Rebased and fixed the conflict.

Rebased and fixed a few tiny issues. I believe this is ready now.

This is a very naive approach (javac seems to do a much more involved control flow analysis), but it should be good enough for a decent number of cases, so...

I don't think `getResultType()` is ever useful outside of Gizmo internals. I would make that method package-private, personally. On the other hand, `getType()`, which is the "static" type of the...

I take it the problematic thing is how our `FaultToleranceExtension` registers MP Fault Tolerance interceptor bindings via a custom implementation of `AnnotatedType` which pretends that each MP Fault Tolerance interceptor...

They are not "silently ignored", because there's nothing in the MicroProfile Fault Tolerance specification saying that this should work. More specifically, the fault tolerance annotations are interceptor binding annotations, and...

This uses CDI 4.1.0-M1 and Weld 6.0 Alpha, need to wait until we bump to latest CDI. Moving to draft for now.

I certainly don't intend to make `FaultToleranceStrategy` a public API. But specifically for adding something at the beginning or at the end, that should already be pretty simple, you just...