msqr commented on PR #295:
URL: 
https://github.com/apache/servicemix-bundles/pull/295#issuecomment-2974459031

   I just noticed some other package imports used, `reactor.bockhound` and 
`reactor.blockhound.integration`, 
[here](https://github.com/spring-projects/spring-framework/blob/8941e2876eb4dcaae86b52cfc2e4345ed5886bba/spring-core/src/main/java/org/springframework/core/ReactiveAdapterRegistry.java#L30-L32).
 Perhaps more imports are needed, e.g.
   
   ```
            reactor.adapter;version="[3.4,5)";resolution:=optional,
            reactor.blockhound;version="[3.4,5)";resolution:=optional,
            
reactor.blockhound.integration;version="[3.4,5)";resolution:=optional,
   ```
   
    If you like I could make further changes to this PR to include those?


-- 
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: dev-unsubscr...@servicemix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to