I can modify DUCC code to use Java reflection to call new methods (if they exist) of XMLUtils. The new methods address XML vulnerability and were implemented in v 2.10.2 of UIMA. Bit of a pain to use reflection but not seeing any other way. Jerry
On Wed, Feb 21, 2018 at 8:57 AM, Burn Lewis <[email protected]> wrote: > Ran 1.dd.job with UIMA 2.10.0 and got: java.lang.NoSuchMethodError: > org/apache/uima/internal/util/XMLUtils.createDocumentBuilderFactory() > Ljavax/xml/parsers/DocumentBuilderFactory; > Can we avoid requiring UIMA 2.10.2 in user code? > > ~Burn > > > On Mon, Feb 19, 2018 at 10:06 AM, Jerry Cwiklik (JIRA) < > [email protected]> > wrote: > > > > > [ https://issues.apache.org/jira/browse/UIMA-5728?page= > > com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > > > Jerry Cwiklik closed UIMA-5728. > > ------------------------------- > > Resolution: Fixed > > > > ready for RC1 > > > > > > > > > UIMA-DUCC: prepare for v.2.2.2 release > > > -------------------------------------- > > > > > > Key: UIMA-5728 > > > URL: https://issues.apache.org/jira/browse/UIMA-5728 > > > Project: UIMA > > > Issue Type: Task > > > Components: DUCC > > > Reporter: Jerry Cwiklik > > > Assignee: Jerry Cwiklik > > > Priority: Major > > > Fix For: 2.2.2-Ducc > > > > > > > > > Review and update README, RELEASE_NOTES, NOTICE, LICENSE > > > > > > > > -- > > This message was sent by Atlassian JIRA > > (v7.6.3#76005) > > >
