jamesnetherton commented on issue #6806:
URL: https://github.com/apache/camel-quarkus/issues/6806#issuecomment-2485936882

   We are may run into issues with the Jetty version. `solr-solrj` depends on 
Jetty 10.x. However, this project aligns with Jetty 12.x. 
   
   ```
   org.apache.camel:camel-solr:jar:4.9.0-SNAPSHOT
   +- org.apache.solr:solr-solrj:jar:9.7.0:compile
   |  +- org.eclipse.jetty.http2:http2-client:jar:10.0.22:compile
   |  |  \- org.eclipse.jetty:jetty-alpn-client:jar:10.0.22:compile
   |  +- org.eclipse.jetty:jetty-http:jar:10.0.22:compile
   |  +- org.eclipse.jetty:jetty-client:jar:10.0.22:runtime
   |  +- org.eclipse.jetty:jetty-util:jar:10.0.22:compile
   |  +- org.eclipse.jetty:jetty-io:jar:10.0.22:compile
   |  \- org.eclipse.jetty:jetty-alpn-java-client:jar:10.0.22:runtime
   ```
   
   It needs verifying but it may not work.


-- 
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: commits-unsubscr...@camel.apache.org

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

Reply via email to