我在尝试升级时遇到问题。
目前我使用的是 2.0.x 版本,特别是 -
reactor.bus
reactor.rx.Stream
reactor.rx.Streams
reactor.core.processor.RingBufferProcessor
reactor.fn.Consumer
我正在使用 Maven,并且我对“projectreactor”有一个依赖项-
<groupId>io.projectreactor.spring</groupId>
<artifactId>reactor-spring-core</artifactId>
升级到 3.0.4.RELEASE 版本时,为了继续使用我之前使用的所有东西,我需要显式导入 -
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bus</artifactId>
和
<groupId>io.projectreactor</groupId>
<artifactId>reactor-stream</artifactId>
但我还是不见了
reactor.core.processor.RingBufferProcessor
reactor.fn.Consumer
我不知道该怎么做。