You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2023/04/07 09:08:03 UTC

svn commit: r1909008 - in /xerces/java: branches/xml-schema-1.1-dev/docs/releases.xml trunk/docs/releases.xml

Author: mukulg
Date: Fri Apr  7 09:08:03 2023
New Revision: 1909008

URL: http://svn.apache.org/viewvc?rev=1909008&view=rev
Log:
xercesj commit : minor changes, to xercesj 2.12.3 release notes

Modified:
    xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
    xerces/java/trunk/docs/releases.xml

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml?rev=1909008&r1=1909007&r2=1909008&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/releases.xml Fri Apr  7 09:08:03 2023
@@ -30,18 +30,18 @@
         <note>
       	   Improved few error messages, while using Xerces-J XML parser.
      	</note>
-     	<submitter name='Michael Glavassevich'/>
+     	<submitter name='Michael Glavassevich, Mukul Gandhi'/>
      </fix>
      <fix>
         <note>
-      	   Removed the interface org.w3c.dom.html.HTMLDOMImplementation from Xerces-J codebase, 
-      	   since its present within Java 1.7+.
+      	   Removed the Java interface org.w3c.dom.html.HTMLDOMImplementation from Xerces-J codebase, 
+      	   since its present within Java versions 1.7 and above.
      	</note>
      	<submitter name='XercesJ team'/>
      </fix>     
      <fix>
         <note>
-      	   XSD simpleType definition's 'final' attribute can have value 'extension'. Prior to this
+      	   XML Schema simpleType definition's 'final' attribute can have value 'extension'. Prior to this
       	   release, Xerces-J didn't implement that.
      	</note>
      	<submitter name='Mukul Gandhi'/>
@@ -59,7 +59,23 @@
       	   only analyzing an XSD schema. Prior to this release, Xerces-J didn't implement that.
      	</note>
      	<submitter name='Sandy Gao, Mukul Gandhi'/>
-     </fix>                                         
+     </fix>
+     <fix>
+        <note>
+      	   Fixed an XML Schema 1.1 <assert/> evaluation issue, that involved the use of Xerces-J bundled
+      	   Java ICU (International Components for Unicode) library. To fix this issue, the Java ICU
+      	   library has been upgraded with this version of Xerces-J. 
+     	</note>
+     	<submitter name='Mukul Gandhi, Yitzhak Khabinsky, Ivan Pedruzzi'/>
+     </fix>
+     <fix>
+        <note>
+      	   When using XML Schema validator, with xs:ID as a schema type within an XML Schema document, when
+      	   we reuse the Java SAXParser object, the XML Schema validation episodes except the first one
+      	   result with XML Schema validation failure outcomes. This Xerces-J release, fixes this issue. 
+     	</note>
+     	<submitter name='Radu Coravu, Mukul Gandhi'/>
+     </fix>                                           
    </changes>
   </release>
   <release version='&ParserName; 2.12.2'>

Modified: xerces/java/trunk/docs/releases.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/releases.xml?rev=1909008&r1=1909007&r2=1909008&view=diff
==============================================================================
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Fri Apr  7 09:08:03 2023
@@ -30,18 +30,18 @@
         <note>
       	   Improved few error messages, while using Xerces-J XML parser.
      	</note>
-     	<submitter name='Michael Glavassevich'/>
+     	<submitter name='Michael Glavassevich, Mukul Gandhi'/>
      </fix>
      <fix>
         <note>
-      	   Removed the interface org.w3c.dom.html.HTMLDOMImplementation from Xerces-J codebase, 
-      	   since its present within Java 1.7+.
+      	   Removed the Java interface org.w3c.dom.html.HTMLDOMImplementation from Xerces-J codebase, 
+      	   since its present within Java versions 1.7 and above.
      	</note>
      	<submitter name='XercesJ team'/>
      </fix>     
      <fix>
         <note>
-      	   XSD simpleType definition's 'final' attribute can have value 'extension'. Prior to this
+      	   XML Schema simpleType definition's 'final' attribute can have value 'extension'. Prior to this
       	   release, Xerces-J didn't implement that.
      	</note>
      	<submitter name='Mukul Gandhi'/>
@@ -59,7 +59,23 @@
       	   only analyzing an XSD schema. Prior to this release, Xerces-J didn't implement that.
      	</note>
      	<submitter name='Sandy Gao, Mukul Gandhi'/>
-     </fix>                                         
+     </fix>
+     <fix>
+        <note>
+      	   Fixed an XML Schema 1.1 <assert/> evaluation issue, that involved the use of Xerces-J bundled
+      	   Java ICU (International Components for Unicode) library. To fix this issue, the Java ICU
+      	   library has been upgraded with this version of Xerces-J. 
+     	</note>
+     	<submitter name='Mukul Gandhi, Yitzhak Khabinsky, Ivan Pedruzzi'/>
+     </fix>
+     <fix>
+        <note>
+      	   When using XML Schema validator, with xs:ID as a schema type within an XML Schema document, when
+      	   we reuse the Java SAXParser object, the XML Schema validation episodes except the first one
+      	   result with XML Schema validation failure outcomes. This Xerces-J release, fixes this issue. 
+     	</note>
+     	<submitter name='Radu Coravu, Mukul Gandhi'/>
+     </fix>                                           
    </changes>
   </release>
   <release version='&ParserName; 2.12.2'>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org