Author: mukulg
Date: Wed Jan 19 12:23:24 2022
New Revision: 1897201

URL: http://svn.apache.org/viewvc?rev=1897201&view=rev
Log:
xercesj commit : making changes to, documentation meta data files, for the 
2.12.2 release

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

Modified: xerces/java/branches/xml-schema-1.1-dev/build.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/build.xml?rev=1897201&r1=1897200&r2=1897201&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/build.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/build.xml Wed Jan 19 12:23:24 2022
@@ -57,9 +57,9 @@ Authors:
     <property name='parser.Name' value='Xerces-J'/>
     <property name='parser.name' value='xerces-j'/>
     <property name='parser.shortname' value='xerces'/>
-    <property name='parser.Version' value='2.12.1-xml-schema-1.1'/>
-    <property name='parser.version' value='2.12.1-xml-schema-1.1'/>
-    <property name='parser_version' value='2_12_1-xml-schema-1.1'/>
+    <property name='parser.Version' value='2.12.2-xml-schema-1.1'/>
+    <property name='parser.version' value='2.12.2-xml-schema-1.1'/>
+    <property name='parser_version' value='2_12_2-xml-schema-1.1'/>
 
     <property name='deprecatedjar.parser' value='xerces.jar'/>
     <property name='jar.apis' value='xml-apis.jar'/>
@@ -79,7 +79,7 @@ Authors:
     <property name='default.parser.config.name' 
value='XIncludeAwareParserConfiguration'/>
     <property name='default.parser.config.qualified' 
value='org.apache.xerces.parsers.XIncludeAwareParserConfiguration'/>
 
-    <property name="year" value="1999-2020"/>
+    <property name="year" value="1999-2022"/>
     <property name="copyright" value="Copyright &#169; ${year} The Apache 
Software Foundation. All Rights Reserved."/>
 
     <echo message= "---------------- ${parser.Name} ${parser.Version} 
[${year}] ---------------"/>

Modified: xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml?rev=1897201&r1=1897200&r2=1897201&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml (original)
+++ xerces/java/branches/xml-schema-1.1-dev/docs/readme.xml Wed Jan 19 12:23:24 
2022
@@ -139,12 +139,12 @@
     From the above mentioned features, all the features mentioned except the 
last two (i.e XML Schema 1.1 and SCD 
     implementations), are available with both the following Xerces2 Java 
packages:
     <ul>
-       <li>Xerces2 Java 2.12.1 - tar.gz / Xerces2 Java 2.12.1 - zip</li>
-       <li>Xerces2 Java 2.12.1 (XML Schema 1.1) - tar.gz / Xerces2 Java 2.12.1 
(XML Schema 1.1) - zip</li>
+       <li>Xerces2 Java 2.12.2 - tar.gz / Xerces2 Java 2.12.2 - zip</li>
+       <li>Xerces2 Java 2.12.2 (XML Schema 1.1) - tar.gz / Xerces2 Java 2.12.2 
(XML Schema 1.1) - zip</li>
     </ul>
     Whereas, the feature implementations for 'XML Schema 1.1' and 'XML Schema 
Definition Language (XSD): 
-    Component Designators (SCD)', are available only within the Xerces2 Java 
package 'Xerces2 Java 2.12.1 
-    (XML Schema 1.1) - tar.gz / Xerces2 Java 2.12.1 (XML Schema 1.1) - zip'. 
Please visit the page 
+    Component Designators (SCD)', are available only within the Xerces2 Java 
package 'Xerces2 Java 2.12.2 
+    (XML Schema 1.1) - tar.gz / Xerces2 Java 2.12.2 (XML Schema 1.1) - zip'. 
Please visit the page 
     <jump href='http://xerces.apache.org/mirrors.cgi'>Xerces downloads</jump>, 
to download the Xerces2 
     Java package that is needed.  
   </s2>

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=1897201&r1=1897200&r2=1897201&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 Wed Jan 19 
12:23:24 2022
@@ -18,6 +18,74 @@
 <!-- $Id$ -->
 <!DOCTYPE releases SYSTEM 'dtd/releases.dtd'>
 <releases>
+  <release version='&ParserName; 2.12.2'>
+   <desc>
+    <p>
+      This release is a bug fix release. It fixes few bugs which were present 
in Xerces-J 2.12.1 
+      and also includes a few other minor enhancements.      
+    </p>
+   </desc>
+   <changes>                     
+     <fix>
+        <note>
+          Implemented a fix, that solves rarely occurring XML parsing 
performance issue.
+       </note>
+       <submitter name='Michael Glavassevich'/>
+     </fix>     
+     <fix>
+        <note>
+          Improved compliance, of XML Schema 1.1 XPath 2.0 regex 
implementation.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>
+     <fix>
+        <note>
+          XML Schema validation error message improvements, when XML 
attributes are validated.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>
+     <fix>
+       <note>
+         Improved the JAXP SourceValidator sample, related to XML Schema 1.1 
assertion evaluations 
+         on list types.        
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>           
+     <fix>
+        <note>
+          Solved an XML Schema implementation issue, where combination of 
restrictions 'length' 
+          and 'minLength' was leading to error.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>     
+     <fix>
+        <note>
+          Made minor, improvements to few XML Schema 1.1 validation error 
messages.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>     
+     <fix>
+        <note>
+          Fixed a rarely occurring issue during XML Schema 1.1 xs:assert 
evaluation, where adjacent text 
+          values within XML instance document, were resulting in more than one 
adjacent XPath 2.0 text 
+          nodes.
+       </note>
+       <submitter name='John Morris, Mukul Gandhi'/>
+     </fix>
+     <add>
+        <note>
+          Upgraded XalanJ dependency required by XercesJ, to version 2.7.2 
from 2.7.1.
+       </note>
+       <submitter name='XercesJ team'/>
+     </add>
+     <add>
+        <note>
+          Upgraded the minimum, Java requirement to use XercesJ to Java 
version 1.7.
+       </note>
+       <submitter name='XercesJ team'/>
+     </add>                       
+   </changes>
+  </release>
   <release version='&ParserName; 2.12.1'>
    <desc>
     <p>

Modified: xerces/java/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?rev=1897201&r1=1897200&r2=1897201&view=diff
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Wed Jan 19 12:23:24 2022
@@ -57,9 +57,9 @@ Authors:
     <property name='parser.Name' value='Xerces-J'/>
     <property name='parser.name' value='xerces-j'/>
     <property name='parser.shortname' value='xerces'/>
-    <property name='parser.Version' value='2.12.1'/>
-    <property name='parser.version' value='2.12.1'/>
-    <property name='parser_version' value='2_12_1'/>
+    <property name='parser.Version' value='2.12.2'/>
+    <property name='parser.version' value='2.12.2'/>
+    <property name='parser_version' value='2_12_2'/>
 
     <property name='deprecatedjar.parser' value='xerces.jar'/>
     <property name='jar.apis' value='xml-apis.jar'/>
@@ -76,7 +76,7 @@ Authors:
     <property name='default.parser.config.name' 
value='XIncludeAwareParserConfiguration'/>
     <property name='default.parser.config.qualified' 
value='org.apache.xerces.parsers.XIncludeAwareParserConfiguration'/>
 
-    <property name="year" value="1999-2020"/>
+    <property name="year" value="1999-2022"/>
     <property name="copyright" value="Copyright &#169; ${year} The Apache 
Software Foundation. All Rights Reserved."/>
 
     <echo message= "---------------- ${parser.Name} ${parser.Version} 
[${year}] ---------------"/>

Modified: xerces/java/trunk/docs/readme.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/readme.xml?rev=1897201&r1=1897200&r2=1897201&view=diff
==============================================================================
--- xerces/java/trunk/docs/readme.xml (original)
+++ xerces/java/trunk/docs/readme.xml Wed Jan 19 12:23:24 2022
@@ -139,12 +139,12 @@
     From the above mentioned features, all the features mentioned except the 
last two (i.e XML Schema 1.1 and SCD 
     implementations), are available with both the following Xerces2 Java 
packages:
     <ul>
-       <li>Xerces2 Java 2.12.1 - tar.gz / Xerces2 Java 2.12.1 - zip</li>
-       <li>Xerces2 Java 2.12.1 (XML Schema 1.1) - tar.gz / Xerces2 Java 2.12.1 
(XML Schema 1.1) - zip</li>
+       <li>Xerces2 Java 2.12.2 - tar.gz / Xerces2 Java 2.12.2 - zip</li>
+       <li>Xerces2 Java 2.12.2 (XML Schema 1.1) - tar.gz / Xerces2 Java 2.12.2 
(XML Schema 1.1) - zip</li>
     </ul>
     Whereas, the feature implementations for 'XML Schema 1.1' and 'XML Schema 
Definition Language (XSD): 
-    Component Designators (SCD)', are available only within the Xerces2 Java 
package 'Xerces2 Java 2.12.1 
-    (XML Schema 1.1) - tar.gz / Xerces2 Java 2.12.1 (XML Schema 1.1) - zip'. 
Please visit the page 
+    Component Designators (SCD)', are available only within the Xerces2 Java 
package 'Xerces2 Java 2.12.2 
+    (XML Schema 1.1) - tar.gz / Xerces2 Java 2.12.2 (XML Schema 1.1) - zip'. 
Please visit the page 
     <jump href='http://xerces.apache.org/mirrors.cgi'>Xerces downloads</jump>, 
to download the Xerces2 
     Java package that is needed.  
   </s2>

Modified: xerces/java/trunk/docs/releases.xml
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/docs/releases.xml?rev=1897201&r1=1897200&r2=1897201&view=diff
==============================================================================
--- xerces/java/trunk/docs/releases.xml (original)
+++ xerces/java/trunk/docs/releases.xml Wed Jan 19 12:23:24 2022
@@ -18,6 +18,74 @@
 <!-- $Id$ -->
 <!DOCTYPE releases SYSTEM 'dtd/releases.dtd'>
 <releases>
+  <release version='&ParserName; 2.12.2'>
+   <desc>
+    <p>
+      This release is a bug fix release. It fixes few bugs which were present 
in Xerces-J 2.12.1 
+      and also includes a few other minor enhancements.      
+    </p>
+   </desc>
+   <changes>                     
+     <fix>
+        <note>
+          Implemented a fix, that solves rarely occurring XML parsing 
performance issue.
+       </note>
+       <submitter name='Michael Glavassevich'/>
+     </fix>     
+     <fix>
+        <note>
+          Improved compliance, of XML Schema 1.1 XPath 2.0 regex 
implementation.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>
+     <fix>
+        <note>
+          XML Schema validation error message improvements, when XML 
attributes are validated.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>
+     <fix>
+       <note>
+         Improved the JAXP SourceValidator sample, related to XML Schema 1.1 
assertion evaluations 
+         on list types.        
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>           
+     <fix>
+        <note>
+          Solved an XML Schema implementation issue, where combination of 
restrictions 'length' 
+          and 'minLength' was leading to error.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>     
+     <fix>
+        <note>
+          Made minor, improvements to few XML Schema 1.1 validation error 
messages.
+       </note>
+       <submitter name='Mukul Gandhi'/>
+     </fix>     
+     <fix>
+        <note>
+          Fixed a rarely occurring issue during XML Schema 1.1 xs:assert 
evaluation, where adjacent text 
+          values within XML instance document, were resulting in more than one 
adjacent XPath 2.0 text 
+          nodes.
+       </note>
+       <submitter name='John Morris, Mukul Gandhi'/>
+     </fix>
+     <add>
+        <note>
+          Upgraded XalanJ dependency required by XercesJ, to version 2.7.2 
from 2.7.1.
+       </note>
+       <submitter name='XercesJ team'/>
+     </add>
+     <add>
+        <note>
+          Upgraded the minimum, Java requirement to use XercesJ to Java 
version 1.7.
+       </note>
+       <submitter name='XercesJ team'/>
+     </add>                       
+   </changes>
+  </release>
   <release version='&ParserName; 2.12.1'>
    <desc>
     <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to