You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/08/22 21:14:12 UTC

svn commit: r1757277 - /uima/uimaj/trunk/uimaj-parent/pom.xml

Author: schor
Date: Mon Aug 22 21:14:11 2016
New Revision: 1757277

URL: http://svn.apache.org/viewvc?rev=1757277&view=rev
Log:
[UIMA-5066] add SerialVersion, CasLoadMode, and CasIOUtils to the excludes for semantic versioning.  Although these are new or modified classes, the chances of backwards compatibility issues is very low.

Modified:
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1757277&r1=1757276&r2=1757277&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Mon Aug 22 21:14:11 2016
@@ -397,12 +397,15 @@
                         <excludes>
                           <exclude>**/impl/**/*</exclude>
                           <exclude>**/internal/**/*</exclude>
-                          <exclude>org/apache/uima/cas/CASRuntimeException</exclude> <!-- Exclude adding error msg from check -->
+                          <exclude>org/apache/uima/cas/CASRuntimeException</exclude>
                           <exclude>org/apache/uima/cas/SerialFormat</exclude>
-                          
-                          <!-- UIMA-4565 Exclude CAS from check for 2.9.0 - remove after 2.9.0 release -->
+                          <exclude>org/apache/uima/util/CasIOUtils</exclude>
+                          <exclude>org/apache/uima/util/CasLoadMode</exclude>
+
+                          <!-- UIMA-4565 Exclude CAS from check for 2.9.0 - remove after 2.9.0 release  -->
                           <exclude>org/apache/uima/cas/CAS</exclude>
-                          <!-- unfortunately, due to some bug, the above exclude also excludes the changes to org/apache/uima/resource/ResourceManager -->
+                          <!-- unfortunately, due to some bug, the above exclude 
+                               seems to exclude everything...  -->
                         </excludes>
                       </requireBackwardCompatibility>
                     </rules>