cyejing commented on issue #3945: webflux-reactive URL: https://github.com/apache/skywalking/pull/3945#issuecomment-559802428 > Are your plugin codes using JDK8 class? Could give me an example? The target codes are not related. If Your plugin could be compiled in 1.6, keep it in that way, rather than optional plugin. for lambda. reactor method parameters are lambda interface. Example ``Mono `` ``Flux `` Plugin code use: ```suggestion return ((Mono) ret).doFinally(s -> { ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services