-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAMEL-21479 Use HttpJdkSolrClient as default SolrClient implementation #16891
Conversation
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs some notes on the migration guide too.
Can you include this file in the PR
Also as Andrea says we need something added to the 4.10 upgrade guide doc, see inside the docs folder from camel root dir |
@Paul-Blanchaert thanks for working on this - let us know when you have the last bit done. Ideally no later by end of this month to make it for the next 4.10 release |
@davsclaus, sorry not to come back on this earlier... had to finish off other work this week... I should be able to give it some more attention beginning of next week.. so it should done by the end of month. |
|
@davsclaus |
…n - minor enhancements
…t build issue with SolrEndpointBuilderFactory
okay lets merge this and manual regen. And if there is some other bits still needed you can get new code from main and send another PR |
Description
PR for issue CAMEL-21479
Camel-Solr: Use HttpJdkSolrClient as default SolrClient implementation
Target
main
branch)Tracking
Apache Camel coding standards and style
I checked that each commit in the pull request has a meaningful subject line and body.
I have run
mvn clean install -DskipTests
locally from root folder and I have committed all auto-generated changes.