You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2018/01/31 21:00:00 UTC

[jira] [Commented] (SM-3623) Elasticsearch bundles should narrow the jackson package version import

    [ https://issues.apache.org/jira/browse/SM-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16347594#comment-16347594 ] 

Jean-Baptiste Onofré commented on SM-3623:
------------------------------------------

https://github.com/apache/servicemix-bundles/commit/7470b5afa14e5218b854b3bd5c4b24014810e0cf

> Elasticsearch bundles should narrow the jackson package version import
> ----------------------------------------------------------------------
>
>                 Key: SM-3623
>                 URL: https://issues.apache.org/jira/browse/SM-3623
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: bundles
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: bundles-2018.01
>
>
> To avoid method binding error in jackson classes, the elasticsearch bundles should restrict the version import range for jackson. For instance, elasticsearch 2.x bundle uses {{[2.6,3)}} range for jackson. The problem is that jackson 2.6 and 2.8 are not compatible (error on method binding). So, elasticsearch 2.x bundle should square the import range with {{[2.6,2.7)}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)