You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (Jira)" <ji...@apache.org> on 2019/12/11 12:22:00 UTC

[jira] [Created] (OAK-8829) oak-solr-osgi: decouple jackson dependency from project dependency

Julian Reschke created OAK-8829:
-----------------------------------

             Summary: oak-solr-osgi: decouple jackson dependency from project dependency
                 Key: OAK-8829
                 URL: https://issues.apache.org/jira/browse/OAK-8829
             Project: Jackrabbit Oak
          Issue Type: Task
          Components: solr
            Reporter: Julian Reschke
            Assignee: Julian Reschke
             Fix For: 1.22.0


oak-solr-osgi embeds jackson-core and jackson-dataformat-smile, currently at 2.9.10.

Once we update the project's jackson dependency to 2.10.1, oak-solr-osgi will break because the in jackson, dependencies and packaging changed.

To make oak-solr-osgi work with 2.9.10, we'll have to also include -databind and -annotations, increasing the bundle size by ~1.4M.

For now and instead, I'll hardwire the 2.9.10 dependency and let the indexing team decide how to proceed with the general question about what to embed in the bundle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)