You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/10/31 13:15:42 UTC

svn commit: r1904950 [34/35] - in /uima/site/trunk/uima-website: docs/ docs/d/uimaj-current/ docs/d/uimaj-current/apidocs/ docs/d/uimaj-current/apidocs/org/apache/uima/ docs/d/uimaj-current/apidocs/org/apache/uima/analysis_component/ docs/d/uimaj-curre...

Modified: uima/site/trunk/uima-website/docs/d/uimaj-current/uimaj-core/api-change-report/japicmp.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/uimaj-current/uimaj-core/api-change-report/japicmp.xml?rev=1904950&r1=1904949&r2=1904950&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/d/uimaj-current/uimaj-core/api-change-report/japicmp.xml (original)
+++ uima/site/trunk/uima-website/docs/d/uimaj-current/uimaj-core/api-change-report/japicmp.xml Mon Oct 31 13:15:29 2022
@@ -1,529 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<japicmp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" accessModifier="PROTECTED" creationTimestamp="2022-04-29T18:39:51.375+0200" ignoreMissingClasses="false" ignoreMissingClassesByRegularExpressions="org\.apache\.logging\.log4j\..*" newJar="/Users/bluefire/git/uima-uimaj/target/checkout/uimaj-core/target/uima-core.jar" newVersion="n.a." oldJar="/Users/bluefire/.m2/repository/org/apache/uima/uimaj-core/3.2.0/uimaj-core-3.2.0.jar" oldVersion="3.2.0" onlyBinaryIncompatibleModifications="false" onlyModifications="true" packagesExclude="n.a." packagesInclude="all" semanticVersioning="1.0.0" title="Comparing source compatibility of /Users/bluefire/git/uima-uimaj/target/checkout/uimaj-core/target/uima-core.jar against /Users/bluefire/.m2/repository/org/apache/uima/uimaj-core/3.2.0/uimaj-core-3.2.0.jar" xsi:noNamespaceSchemaLocation="japicmp.xsd">
+<japicmp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" accessModifier="PROTECTED" creationTimestamp="2022-10-19T14:05:22.328+0200" ignoreMissingClasses="false" ignoreMissingClassesByRegularExpressions="org\.apache\.logging\.log4j\..*" newJar="/Users/bluefire/git/uima-uimaj/target/checkout/uimaj-core/target/uima-core.jar" newVersion="n.a." oldJar="/Users/bluefire/.m2/repository/org/apache/uima/uimaj-core/3.3.0/uimaj-core-3.3.0.jar" oldVersion="3.3.0" onlyBinaryIncompatibleModifications="false" onlyModifications="true" packagesExclude="n.a." packagesInclude="all" semanticVersioning="0.0.1" title="Comparing source compatibility of /Users/bluefire/git/uima-uimaj/target/checkout/uimaj-core/target/uima-core.jar against /Users/bluefire/.m2/repository/org/apache/uima/uimaj-core/3.3.0/uimaj-core-3.3.0.jar" xsi:noNamespaceSchemaLocation="japicmp.xsd">
     <classes>
-        <class binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.analysis_component.CasProcessor" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="true">
-            <annotations>
-                <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.FunctionalInterface" sourceCompatible="true">
-                    <compatibilityChanges/>
-                    <elements/>
-                </annotation>
-            </annotations>
-            <attributes>
-                <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-            </attributes>
-            <classFileFormatVersion changeStatus="NEW" majorVersionNew="52" majorVersionOld="-1" minorVersionNew="0" minorVersionOld="-1"/>
-            <classType changeStatus="NEW" newType="INTERFACE" oldType="n.a."/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="true" changeStatus="NEW" name="andThen" newLineNumber="54" oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges/>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.analysis_component.CasProcessor"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="org.apache.uima.analysis_component.CasProcessor" oldValue="n.a."/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="process" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges/>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="java.lang.Throwable"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.cas.CAS"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="void" oldValue="n.a."/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="NEW" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="n.a.">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.analysis_component.CasProcessorAnnotator" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="false">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-            </attributes>
-            <classFileFormatVersion changeStatus="NEW" majorVersionNew="52" majorVersionOld="-1" minorVersionNew="0" minorVersionOld="-1"/>
-            <classType changeStatus="NEW" newType="CLASS" oldType="n.a."/>
-            <compatibilityChanges>
-                <compatibilityChange>INTERFACE_ADDED</compatibilityChange>
-                <compatibilityChange>METHOD_ABSTRACT_ADDED_IN_IMPLEMENTED_INTERFACE</compatibilityChange>
-            </compatibilityChanges>
-            <constructors>
-                <constructor binaryCompatible="true" changeStatus="NEW" name="CasProcessorAnnotator" newLineNumber="36" oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges/>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.analysis_component.CasProcessor"/>
-                    </parameters>
-                </constructor>
-            </constructors>
-            <fields/>
-            <interfaces>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.analysis_engine.TextAnalysisEngine" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.collection.CasConsumer" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.collection.base_cpm.CasObjectProcessor" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.analysis_engine.AnalysisEngine" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.resource.Resource" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.collection.base_cpm.CasProcessor" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.resource.ConfigurableResource" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-            </interfaces>
-            <methods>
-                <method binaryCompatible="true" changeStatus="NEW" name="initialize" newLineNumber="44" oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_PUBLIC_CLASS</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="org.apache.uima.resource.ResourceInitializationException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.resource.ResourceSpecifier"/>
-                        <parameter type="java.util.Map"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="boolean" oldValue="n.a."/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="of" newLineNumber="73" oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_PUBLIC_CLASS</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="org.apache.uima.resource.ResourceInitializationException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.analysis_component.CasProcessor"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="org.apache.uima.analysis_component.CasProcessorAnnotator" oldValue="n.a."/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="NEW" sourceCompatible="true" superclassNew="org.apache.uima.analysis_engine.impl.AnalysisEngineProcessorAdapter" superclassOld="n.a.">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.analysis_component.JCasProcessor" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="true">
-            <annotations>
-                <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.FunctionalInterface" sourceCompatible="true">
-                    <compatibilityChanges/>
-                    <elements/>
-                </annotation>
-            </annotations>
-            <attributes>
-                <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-            </attributes>
-            <classFileFormatVersion changeStatus="NEW" majorVersionNew="52" majorVersionOld="-1" minorVersionNew="0" minorVersionOld="-1"/>
-            <classType changeStatus="NEW" newType="INTERFACE" oldType="n.a."/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="true" changeStatus="NEW" name="andThen" newLineNumber="54" oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges/>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.analysis_component.JCasProcessor"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="org.apache.uima.analysis_component.JCasProcessor" oldValue="n.a."/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="process" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges/>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="java.lang.Throwable"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.jcas.JCas"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="void" oldValue="n.a."/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="NEW" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="n.a.">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.analysis_component.JCasProcessorAnnotator" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="false">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-            </attributes>
-            <classFileFormatVersion changeStatus="NEW" majorVersionNew="52" majorVersionOld="-1" minorVersionNew="0" minorVersionOld="-1"/>
-            <classType changeStatus="NEW" newType="CLASS" oldType="n.a."/>
-            <compatibilityChanges>
-                <compatibilityChange>INTERFACE_ADDED</compatibilityChange>
-                <compatibilityChange>METHOD_ABSTRACT_ADDED_IN_IMPLEMENTED_INTERFACE</compatibilityChange>
-            </compatibilityChanges>
-            <constructors>
-                <constructor binaryCompatible="true" changeStatus="NEW" name="JCasProcessorAnnotator" newLineNumber="38" oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges/>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.analysis_component.JCasProcessor"/>
-                    </parameters>
-                </constructor>
-            </constructors>
-            <fields/>
-            <interfaces>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.analysis_engine.TextAnalysisEngine" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.collection.CasConsumer" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.collection.base_cpm.CasObjectProcessor" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.analysis_engine.AnalysisEngine" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.resource.Resource" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.collection.base_cpm.CasProcessor" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-                <interface binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="org.apache.uima.resource.ConfigurableResource" sourceCompatible="true">
-                    <compatibilityChanges/>
-                </interface>
-            </interfaces>
-            <methods>
-                <method binaryCompatible="true" changeStatus="NEW" name="initialize" newLineNumber="46" oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_PUBLIC_CLASS</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="org.apache.uima.resource.ResourceInitializationException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.resource.ResourceSpecifier"/>
-                        <parameter type="java.util.Map"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="boolean" oldValue="n.a."/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="of" newLineNumber="81" oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_PUBLIC_CLASS</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="org.apache.uima.resource.ResourceInitializationException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="org.apache.uima.analysis_component.JCasProcessor"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="org.apache.uima.analysis_component.JCasProcessorAnnotator" oldValue="n.a."/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_ABSTRACT" oldValue="n.a."/>
-                <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="NEW" sourceCompatible="true" superclassNew="org.apache.uima.analysis_engine.impl.AnalysisEngineProcessorAdapter" superclassOld="n.a.">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.analysis_engine.AnalysisEngine" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="true">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields>
-                <field binaryCompatible="true" changeStatus="UNCHANGED" name="PARAM_CONFIG_PARAM_SETTINGS" sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="STATIC" oldValue="STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="FINAL" oldValue="FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <type changeStatus="UNCHANGED" newValue="java.lang.String" oldValue="java.lang.String"/>
-                </field>
-                <field binaryCompatible="true" changeStatus="UNCHANGED" name="PARAM_RESOURCE_MANAGER" sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="STATIC" oldValue="STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="FINAL" oldValue="FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <type changeStatus="UNCHANGED" newValue="java.lang.String" oldValue="java.lang.String"/>
-                </field>
-            </fields>
-            <interfaces/>
-            <methods/>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="false" changeStatus="MODIFIED" fullyQualifiedName="org.apache.uima.analysis_engine.AnalysisEngineServiceStub" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="false">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces>
-                <interface binaryCompatible="false" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.resource.ResourceServiceStub" sourceCompatible="false">
-                    <compatibilityChanges/>
-                </interface>
-            </interfaces>
-            <methods>
-                <method binaryCompatible="false" changeStatus="MODIFIED" name="callBatchProcessComplete" newLineNumber="48" oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ABSTRACT_NOW_DEFAULT</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="UNCHANGED" name="org.apache.uima.resource.ResourceServiceException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="MODIFIED" newValue="NON_ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters/>
-                    <returnType changeStatus="UNCHANGED" newValue="void" oldValue="void"/>
-                </method>
-                <method binaryCompatible="false" changeStatus="MODIFIED" name="callCollectionProcessComplete" newLineNumber="59" oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ABSTRACT_NOW_DEFAULT</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="UNCHANGED" name="org.apache.uima.resource.ResourceServiceException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="MODIFIED" newValue="NON_ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters/>
-                    <returnType changeStatus="UNCHANGED" newValue="void" oldValue="void"/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.Constants" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="true">
+        <class binaryCompatible="true" changeStatus="MODIFIED" fullyQualifiedName="org.apache.uima.cas.CASRuntimeException" javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="true">
             <annotations/>
             <attributes>
                 <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
@@ -533,88 +11,7 @@
             <compatibilityChanges/>
             <constructors/>
             <fields>
-                <field binaryCompatible="true" changeStatus="UNCHANGED" name="PROTOCOL_SOAP_WITH_ATTACHMENTS" sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="STATIC" oldValue="STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="FINAL" oldValue="FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <type changeStatus="UNCHANGED" newValue="java.lang.String" oldValue="java.lang.String"/>
-                </field>
-                <field binaryCompatible="true" changeStatus="UNCHANGED" name="PROTOCOL_SOAP" sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="STATIC" oldValue="STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="FINAL" oldValue="FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <type changeStatus="UNCHANGED" newValue="java.lang.String" oldValue="java.lang.String"/>
-                </field>
-            </fields>
-            <interfaces/>
-            <methods/>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="MODIFIED" fullyQualifiedName="org.apache.uima.resource.metadata.ConfigurationParameter" javaObjectSerializationCompatible="SERIALIZABLE_INCOMPATIBLE_DEFAULT_SERIALVERSIONUID_CHANGED" javaObjectSerializationCompatibleAsString="default serialVersionUID changed" sourceCompatible="true">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields>
-                <field binaryCompatible="true" changeStatus="NEW" name="TYPE_DOUBLE" sourceCompatible="true">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges/>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <type changeStatus="NEW" newValue="java.lang.String" oldValue="n.a."/>
-                </field>
-                <field binaryCompatible="true" changeStatus="NEW" name="TYPE_LONG" sourceCompatible="true">
+                <field binaryCompatible="true" changeStatus="NEW" name="JCAS_TYPE_NOT_IN_CAS_REGISTRY" sourceCompatible="true">
                     <annotations/>
                     <attributes>
                         <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
@@ -635,641 +32,11 @@
                 <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
                 <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
                 <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="4873541602871753740" serialVersionUidDefaultOld="2766170673021584169" serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="true" serializableOld="true"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.resource.metadata.FsIndexCollection" javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="true">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="true" changeStatus="UNCHANGED" name="resolveImports" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="UNCHANGED" name="org.apache.uima.util.InvalidXMLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.util.Collection"/>
-                        <parameter type="org.apache.uima.resource.ResourceManager"/>
-                    </parameters>
-                    <returnType changeStatus="UNCHANGED" newValue="void" oldValue="void"/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="6794156217124939681" serialVersionUidDefaultOld="6794156217124939681" serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="true" serializableOld="true"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.resource.metadata.TypePriorities" javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="true">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="true" changeStatus="UNCHANGED" name="resolveImports" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="UNCHANGED" name="org.apache.uima.util.InvalidXMLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.util.Collection"/>
-                        <parameter type="org.apache.uima.resource.ResourceManager"/>
-                    </parameters>
-                    <returnType changeStatus="UNCHANGED" newValue="void" oldValue="void"/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="-71155035185334626" serialVersionUidDefaultOld="-71155035185334626" serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="true" serializableOld="true"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.resource.metadata.TypeSystemDescription" javaObjectSerializationCompatible="SERIALIZABLE_COMPATIBLE" javaObjectSerializationCompatibleAsString="compatible" sourceCompatible="true">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="true" changeStatus="UNCHANGED" name="resolveImports" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="UNCHANGED" name="org.apache.uima.util.InvalidXMLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.util.Collection"/>
-                        <parameter type="org.apache.uima.resource.ResourceManager"/>
-                    </parameters>
-                    <returnType changeStatus="UNCHANGED" newValue="void" oldValue="void"/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="3038911426525244266" serialVersionUidDefaultOld="3038911426525244266" serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="true" serializableOld="true"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="MODIFIED" fullyQualifiedName="org.apache.uima.resource.RelativePathResolver" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="false">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="true" changeStatus="UNCHANGED" name="getDataPath" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters/>
-                    <returnType changeStatus="UNCHANGED" newValue="java.lang.String" oldValue="java.lang.String"/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="getDataPathElements" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_INTERFACE</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters/>
-                    <returnType changeStatus="NEW" newValue="java.util.List" oldValue="n.a."/>
-                </method>
-                <method binaryCompatible="true" changeStatus="UNCHANGED" name="setDataPath" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="UNCHANGED" name="java.net.MalformedURLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.lang.String"/>
-                    </parameters>
-                    <returnType changeStatus="UNCHANGED" newValue="void" oldValue="void"/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="setDataPathElements" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_INTERFACE</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="java.net.MalformedURLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.lang.String[]"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="void" oldValue="n.a."/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="setDataPathElements" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_INTERFACE</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="java.net.MalformedURLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.io.File[]"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="void" oldValue="n.a."/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="MODIFIED" fullyQualifiedName="org.apache.uima.resource.ResourceManager" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="false">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="true" changeStatus="UNCHANGED" name="getDataPath" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters/>
-                    <returnType changeStatus="UNCHANGED" newValue="java.lang.String" oldValue="java.lang.String"/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="getDataPathElements" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_INTERFACE</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters/>
-                    <returnType changeStatus="NEW" newValue="java.util.List" oldValue="n.a."/>
-                </method>
-                <method binaryCompatible="true" changeStatus="UNCHANGED" name="setDataPath" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="UNCHANGED" name="java.net.MalformedURLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.lang.String"/>
-                    </parameters>
-                    <returnType changeStatus="UNCHANGED" newValue="void" oldValue="void"/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="setDataPathElements" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_INTERFACE</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="java.net.MalformedURLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.lang.String[]"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="void" oldValue="n.a."/>
-                </method>
-                <method binaryCompatible="true" changeStatus="NEW" name="setDataPathElements" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ADDED_TO_INTERFACE</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions>
-                        <exception changeStatus="NEW" name="java.net.MalformedURLException"/>
-                    </exceptions>
-                    <modifiers>
-                        <modifier changeStatus="NEW" newValue="NON_FINAL" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_STATIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="PUBLIC" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="ABSTRACT" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_BRIDGE" oldValue="n.a."/>
-                        <modifier changeStatus="NEW" newValue="NON_SYNTHETIC" oldValue="n.a."/>
-                    </modifiers>
-                    <parameters>
-                        <parameter type="java.io.File[]"/>
-                    </parameters>
-                    <returnType changeStatus="NEW" newValue="void" oldValue="n.a."/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.resource.ResourceManagerPearWrapper" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="false">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges>
-                <compatibilityChange>METHOD_ABSTRACT_ADDED_IN_IMPLEMENTED_INTERFACE</compatibilityChange>
-            </compatibilityChanges>
-            <constructors/>
-            <fields/>
-            <interfaces>
-                <interface binaryCompatible="true" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.resource.ResourceManager" sourceCompatible="false">
-                    <compatibilityChanges/>
-                </interface>
-            </interfaces>
-            <methods/>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="false" changeStatus="MODIFIED" fullyQualifiedName="org.apache.uima.resource.ResourceServiceStub" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="false">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="false" changeStatus="MODIFIED" name="destroy" newLineNumber="41" oldLineNumber="n.a." sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>METHOD_ABSTRACT_NOW_DEFAULT</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                        <modifier changeStatus="MODIFIED" newValue="NON_ABSTRACT" oldValue="ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters/>
-                    <returnType changeStatus="UNCHANGED" newValue="void" oldValue="void"/>
-                </method>
-            </methods>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="ABSTRACT" oldValue="ABSTRACT"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="false" changeStatus="MODIFIED" fullyQualifiedName="org.apache.uima.UimaContextHolder" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="false">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="CLASS" oldType="CLASS"/>
-            <compatibilityChanges/>
-            <constructors>
-                <constructor binaryCompatible="false" changeStatus="MODIFIED" name="UimaContextHolder" newLineNumber="57" oldLineNumber="30" sourceCompatible="false">
-                    <annotations/>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>CONSTRUCTOR_LESS_ACCESSIBLE</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                        <modifier changeStatus="MODIFIED" newValue="PRIVATE" oldValue="PUBLIC"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_BRIDGE" oldValue="NON_BRIDGE"/>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </modifiers>
-                    <parameters/>
-                </constructor>
-            </constructors>
-            <fields/>
-            <interfaces/>
-            <methods/>
-            <modifiers>
-                <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>
-                <modifier changeStatus="UNCHANGED" newValue="NON_STATIC" oldValue="NON_STATIC"/>
-                <modifier changeStatus="UNCHANGED" newValue="PUBLIC" oldValue="PUBLIC"/>
                 <modifier changeStatus="UNCHANGED" newValue="NON_ABSTRACT" oldValue="NON_ABSTRACT"/>
                 <modifier changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
             </modifiers>
-            <serialVersionUid serialVersionUidDefaultNew="n.a." serialVersionUidDefaultOld="n.a." serialVersionUidInClassNew="n.a." serialVersionUidInClassOld="n.a." serializableNew="false" serializableOld="false"/>
-            <superclass binaryCompatible="true" changeStatus="UNCHANGED" sourceCompatible="true" superclassNew="java.lang.Object" superclassOld="java.lang.Object">
-                <compatibilityChanges/>
-            </superclass>
-        </class>
-        <class binaryCompatible="true" changeStatus="UNCHANGED" fullyQualifiedName="org.apache.uima.util.Logger" javaObjectSerializationCompatible="NOT_SERIALIZABLE" javaObjectSerializationCompatibleAsString="not serializable" sourceCompatible="true">
-            <annotations/>
-            <attributes>
-                <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-            </attributes>
-            <classFileFormatVersion changeStatus="UNCHANGED" majorVersionNew="52" majorVersionOld="52" minorVersionNew="0" minorVersionOld="0"/>
-            <classType changeStatus="UNCHANGED" newType="INTERFACE" oldType="INTERFACE"/>
-            <compatibilityChanges/>
-            <constructors/>
-            <fields/>
-            <interfaces/>
-            <methods>
-                <method binaryCompatible="true" changeStatus="UNCHANGED" name="setResourceManager" newLineNumber="n.a." oldLineNumber="n.a." sourceCompatible="true">
-                    <annotations>
-                        <annotation binaryCompatible="true" changeStatus="NEW" fullyQualifiedName="java.lang.Deprecated" sourceCompatible="true">
-                            <compatibilityChanges/>
-                            <elements/>
-                        </annotation>
-                    </annotations>
-                    <attributes>
-                        <attribute changeStatus="UNCHANGED" newValue="NON_SYNTHETIC" oldValue="NON_SYNTHETIC"/>
-                    </attributes>
-                    <compatibilityChanges>
-                        <compatibilityChange>ANNOTATION_DEPRECATED_ADDED</compatibilityChange>
-                    </compatibilityChanges>
-                    <exceptions/>
-                    <modifiers>
-                        <modifier changeStatus="UNCHANGED" newValue="NON_FINAL" oldValue="NON_FINAL"/>

[... 27 lines stripped ...]