You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/02/16 10:30:26 UTC

svn commit: r1783191 - in /tomcat/trunk: java/javax/xml/ res/checkstyle/javax-import-control.xml webapps/docs/changelog.xml

Author: markt
Date: Thu Feb 16 10:30:26 2017
New Revision: 1783191

URL: http://svn.apache.org/viewvc?rev=1783191&view=rev
Log:
Remove local definition of web service annotations since these are provided by the JRE.

Removed:
    tomcat/trunk/java/javax/xml/
Modified:
    tomcat/trunk/res/checkstyle/javax-import-control.xml
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/res/checkstyle/javax-import-control.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/javax-import-control.xml?rev=1783191&r1=1783190&r2=1783191&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/javax-import-control.xml (original)
+++ tomcat/trunk/res/checkstyle/javax-import-control.xml Thu Feb 16 10:30:26 2017
@@ -68,7 +68,4 @@
   <subpackage name="websocket">
     <allow pkg="javax.websocket"/>
   </subpackage>
-  <subpackage name="xml.ws">
-    <allow pkg="javax.xwl.ws"/>
-  </subpackage>
 </import-control>
\ No newline at end of file

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1783191&r1=1783190&r2=1783191&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Feb 16 10:30:26 2017
@@ -230,6 +230,10 @@
       <fix>
         Spelling corrections provided by Josh Soref. (violetagg)
       </fix>
+      <scode>
+        Remove local definition of web service annotations since these are
+        provided by the JRE. (markt)
+      </scode>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org