Hi Thanks for contributing to Apache Camel.
There has been solr changes as hinted here https://camel.apache.org/manual/camel-4x-upgrade-guide-4_10.html#_camel_solr You can also look at the JIRAs for those releases in between If the upgrade guide, can be improved with some more details then you are welcome to send a PR On Mon, Sep 29, 2025 at 7:34 PM James Dyer <[email protected]> wrote: > I recently worked on a project involving Camel-Solr in which I forked > the component from Camel 4.9 to make necessary enhancements. I was > about to issue a PR to contribute back one of these enhancements. In > Camel 4.9, the Solr Component would always return a SolrDocumentList > when querying, whereas I needed the parent QueryResponse so that I > could access facets, etc. My PR would have introduced a new header > that allows users to specify which object to return. > > However, in preparing this PR I noticed that as of Camel 4.11, the > component seems to now always return the QueryResponse. Although this > is excellent news for my use-case, I wonder if this was an > unintentional backwards-incompatible change? > -- Claus Ibsen
