[
https://issues.apache.org/jira/browse/CAMEL-6613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13783670#comment-13783670
]
Babak Vahdat commented on CAMEL-6613:
-------------------------------------
The patch being applied does:
{code}
updateRequest.addFile((File) body, null);
{code}
I think that's a typo and correctly it should do:
{code}
updateRequest.addFile((File) body, mimeType);
{code}
> upgrade camel-solr to use SolrJ 4.4.0
> -------------------------------------
>
> Key: CAMEL-6613
> URL: https://issues.apache.org/jira/browse/CAMEL-6613
> Project: Camel
> Issue Type: Improvement
> Components: camel-solr
> Reporter: Ben O'Day
> Assignee: Christian Müller
> Priority: Minor
> Fix For: 2.13.0
>
> Attachments: ugpradeSolrTo_4.4.0.patch
>
>
> should consider supporting newer version of Solr
--
This message was sent by Atlassian JIRA
(v6.1#6144)