You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how we have !io.netty.* to exclude this relocated package via the shade plugin into the internal package, reactor.* should receive the same treatment since it is also relocated to the internal package via shade.
Not having this !reactor.* causes the OSGi runtime to require reactor-core when it truth these classes are already packaged inside the driver.
Similar to how we have !io.netty.* to exclude this relocated package via the shade plugin into the internal package, reactor.* should receive the same treatment since it is also relocated to the internal package via shade.
Not having this !reactor.* causes the OSGi runtime to require reactor-core when it truth these classes are already packaged inside the driver.
neo4j-java-driver/driver/osgi.bnd
Line 6 in 63f58b1
The text was updated successfully, but these errors were encountered: