I built a Weld-only test for Partial-Bean-Interceptor.
AFAICS the DeltaSpikeBeanConfigurator#createWith is not invoked by Weld
(anymore?)

I sent a PR for this test to simplify backtracking.
Does this help?

Am Di., 27. Feb. 2024 um 16:47 Uhr schrieb Thomas Andraschko <
andraschko.tho...@gmail.com>:

> I had a look on the partialbean-impl module and it fails with weld (payara
> & wildfly-build-managed) but works fine on tomee:
> the problem seems to be in DeltaSpikeProxyInvocationHandler as the
> interceptors are empty.
> it seems that DeltaSpikeProxyInterceptorLookup the right interceptor are
> correctly extracted but
> beanManager.resolveInterceptors(InterceptionType.AROUND_INVOKE,
> interceptorBindings);
> doesnt return the SimpleCacheInterceptor.
>
> maybe you can debug a bit more into weld or talk with them?
>
>
>

Reply via email to