You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Manfred Huber (JIRA)" <ji...@apache.org> on 2019/05/08 09:06:00 UTC

[jira] [Created] (CMIS-1075) Allow exclusion of Woodstox dependency

Manfred Huber created CMIS-1075:
-----------------------------------

             Summary: Allow exclusion of Woodstox dependency
                 Key: CMIS-1075
                 URL: https://issues.apache.org/jira/browse/CMIS-1075
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-commons
    Affects Versions: OpenCMIS 1.1.0
            Reporter: Manfred Huber
         Attachments: opencmis_xmlutils.patch

We need to exlcude the Woodstox dependency from opencmis in our project, which is currently not possible.

If you exclude Woodstox you'll get an {{NoClassDefFoundError}} at runtime.

The reason is that this class imports Woodstox classes. The attached patch resolves this logic in a static inner class.

Please note that we created this patch based on the {{chemistry-opencmis-1.1.0}} tag.
I pushed this change to my fork of opencmis on [Github|https://github.com/downdrown/chemistry-opencmis/commit/ff047559e077cf4d57566a0f43e5f08d29d46b07] but was not able to create a PR since there's no maintenance branch for 1.1.0.



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