finovy commented on issue #11654:
URL: https://github.com/apache/skywalking/issues/11654#issuecomment-1865401250
Hello, I would like to provide additional information. We are experiencing
the following error when using WebFlux version 6.0.0+ (up to 6.0.13), and we
are hoping for support for higher versions of WebFlux.
```
ERROR 2023-12-21 02:35:26.159 reactor-http-epoll-5 InstMethodsInter :
class[class org.springframework.web.reactive.DispatcherHandler] after
method[handle] intercept failure
java.lang.NoSuchMethodError: 'reactor.core.publisher.Mono
reactor.core.publisher.Mono.subscriberContext(java.util.function.Function)'
at
org.apache.skywalking.apm.plugin.spring.webflux.v5.DispatcherHandlerHandleMethodInterceptor.afterMethod(DispatcherHandlerHandleMethodInterceptor.java:105)
at
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstMethodsInter.intercept(InstMethodsInter.java:97)
at
org.springframework.web.reactive.DispatcherHandler.handle(DispatcherHandler.java)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:752)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]