vdomrachev commented on PR #14865: URL: https://github.com/apache/camel/pull/14865#issuecomment-2237648025
Unfortunately, it looks like we have to wait for https://issues.apache.org/jira/browse/SOLR-17069 to make this PR work in camel 4.8.x . My working build of my project with updated camel-solr component was based on 4.4.x branch of camel, spring boot 3.2.5. However 4.8.x camel is linked with spring boot 3.3.1. I have tried to build and test my project with 4.8.0-SNAPSHOT camel-solr. There are runtime errors of incompatibility of jersey http client libs in this built, that i havent met on 4.4.x branch. Another way is to restore usage of deprecated apache http client and wait for solr to update. I've commited these changes. I've built 4.8.0-SNAPSHOT version of camel-solr, camel-spring-boot with apache http client. Then used this in my app and tested. Now It works. Anyway, work in this PR may be helpful for future migration when solr updates to jersey 12.x. Thanks for your attention and for your time. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
