2018-12-06 16:07:46 +00:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<name>Xerces2-j</name>
<modelVersion>4.0.0</modelVersion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
Accepting request 953790 from home:david.anes:branches:Java:packages
- Update to 2.12.2 [bsc#1195108, CVE-2022-23437]:
* 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.
+ Implemented a fix, that solves rarely occurring XML parsing
performance issue.
+ Improved compliance, of XPath 2.0 processor's regex
implementation (that's used within XML Schema 1.1
implementation).
+ XML Schema validation error message improvements, when XML
attributes are validated.
+ Improved the JAXP SourceValidator sample, related to XML
Schema 1.1 assertion evaluations on list types.
+ Solved an XML Schema implementation issue, where
combination of restrictions 'length' and 'minLength' was
leading to error.
+ Made minor, improvements to few XML Schema 1.1 validation
error messages.
+ 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.
+ Upgraded the minimum, Java requirement to use XercesJ to
Java version 1.7.
+ Upgraded XalanJ serializer dependency to version 2.7.2
from 2.7.1, which is required by XercesJ.
+ Re-built, "XML Commons External" and "XML Commons
Resolver" codebases (which are dependencies for XercesJ)
using Java 1.7.
OBS-URL: https://build.opensuse.org/request/show/953790
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=72
2022-02-11 16:13:59 +00:00
<version>2.12.2</version>
2018-12-06 16:07:46 +00:00
<description>
Accepting request 953790 from home:david.anes:branches:Java:packages
- Update to 2.12.2 [bsc#1195108, CVE-2022-23437]:
* 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.
+ Implemented a fix, that solves rarely occurring XML parsing
performance issue.
+ Improved compliance, of XPath 2.0 processor's regex
implementation (that's used within XML Schema 1.1
implementation).
+ XML Schema validation error message improvements, when XML
attributes are validated.
+ Improved the JAXP SourceValidator sample, related to XML
Schema 1.1 assertion evaluations on list types.
+ Solved an XML Schema implementation issue, where
combination of restrictions 'length' and 'minLength' was
leading to error.
+ Made minor, improvements to few XML Schema 1.1 validation
error messages.
+ 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.
+ Upgraded the minimum, Java requirement to use XercesJ to
Java version 1.7.
+ Upgraded XalanJ serializer dependency to version 2.7.2
from 2.7.1, which is required by XercesJ.
+ Re-built, "XML Commons External" and "XML Commons
Resolver" codebases (which are dependencies for XercesJ)
using Java 1.7.
OBS-URL: https://build.opensuse.org/request/show/953790
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=72
2022-02-11 16:13:59 +00:00
Xerces2 provides high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces continues to build upon the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
2018-12-06 16:07:46 +00:00
Accepting request 953790 from home:david.anes:branches:Java:packages
- Update to 2.12.2 [bsc#1195108, CVE-2022-23437]:
* 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.
+ Implemented a fix, that solves rarely occurring XML parsing
performance issue.
+ Improved compliance, of XPath 2.0 processor's regex
implementation (that's used within XML Schema 1.1
implementation).
+ XML Schema validation error message improvements, when XML
attributes are validated.
+ Improved the JAXP SourceValidator sample, related to XML
Schema 1.1 assertion evaluations on list types.
+ Solved an XML Schema implementation issue, where
combination of restrictions 'length' and 'minLength' was
leading to error.
+ Made minor, improvements to few XML Schema 1.1 validation
error messages.
+ 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.
+ Upgraded the minimum, Java requirement to use XercesJ to
Java version 1.7.
+ Upgraded XalanJ serializer dependency to version 2.7.2
from 2.7.1, which is required by XercesJ.
+ Re-built, "XML Commons External" and "XML Commons
Resolver" codebases (which are dependencies for XercesJ)
using Java 1.7.
OBS-URL: https://build.opensuse.org/request/show/953790
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=72
2022-02-11 16:13:59 +00:00
The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. For complete design and implementation documents, refer to the XNI Manual.
2018-12-06 16:07:46 +00:00
Accepting request 953790 from home:david.anes:branches:Java:packages
- Update to 2.12.2 [bsc#1195108, CVE-2022-23437]:
* 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.
+ Implemented a fix, that solves rarely occurring XML parsing
performance issue.
+ Improved compliance, of XPath 2.0 processor's regex
implementation (that's used within XML Schema 1.1
implementation).
+ XML Schema validation error message improvements, when XML
attributes are validated.
+ Improved the JAXP SourceValidator sample, related to XML
Schema 1.1 assertion evaluations on list types.
+ Solved an XML Schema implementation issue, where
combination of restrictions 'length' and 'minLength' was
leading to error.
+ Made minor, improvements to few XML Schema 1.1 validation
error messages.
+ 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.
+ Upgraded the minimum, Java requirement to use XercesJ to
Java version 1.7.
+ Upgraded XalanJ serializer dependency to version 2.7.2
from 2.7.1, which is required by XercesJ.
+ Re-built, "XML Commons External" and "XML Commons
Resolver" codebases (which are dependencies for XercesJ)
using Java 1.7.
OBS-URL: https://build.opensuse.org/request/show/953790
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=72
2022-02-11 16:13:59 +00:00
Xerces2 provides fully conforming XML Schema 1.0 and 1.1 processors. An experimental implementation of the "XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010)" is also provided for evaluation. For more information, refer to the XML Schema page.
2018-12-06 16:07:46 +00:00
Accepting request 953790 from home:david.anes:branches:Java:packages
- Update to 2.12.2 [bsc#1195108, CVE-2022-23437]:
* 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.
+ Implemented a fix, that solves rarely occurring XML parsing
performance issue.
+ Improved compliance, of XPath 2.0 processor's regex
implementation (that's used within XML Schema 1.1
implementation).
+ XML Schema validation error message improvements, when XML
attributes are validated.
+ Improved the JAXP SourceValidator sample, related to XML
Schema 1.1 assertion evaluations on list types.
+ Solved an XML Schema implementation issue, where
combination of restrictions 'length' and 'minLength' was
leading to error.
+ Made minor, improvements to few XML Schema 1.1 validation
error messages.
+ 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.
+ Upgraded the minimum, Java requirement to use XercesJ to
Java version 1.7.
+ Upgraded XalanJ serializer dependency to version 2.7.2
from 2.7.1, which is required by XercesJ.
+ Re-built, "XML Commons External" and "XML Commons
Resolver" codebases (which are dependencies for XercesJ)
using Java 1.7.
OBS-URL: https://build.opensuse.org/request/show/953790
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=72
2022-02-11 16:13:59 +00:00
Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs v1.1.
2018-12-06 16:07:46 +00:00
Accepting request 953790 from home:david.anes:branches:Java:packages
- Update to 2.12.2 [bsc#1195108, CVE-2022-23437]:
* 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.
+ Implemented a fix, that solves rarely occurring XML parsing
performance issue.
+ Improved compliance, of XPath 2.0 processor's regex
implementation (that's used within XML Schema 1.1
implementation).
+ XML Schema validation error message improvements, when XML
attributes are validated.
+ Improved the JAXP SourceValidator sample, related to XML
Schema 1.1 assertion evaluations on list types.
+ Solved an XML Schema implementation issue, where
combination of restrictions 'length' and 'minLength' was
leading to error.
+ Made minor, improvements to few XML Schema 1.1 validation
error messages.
+ 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.
+ Upgraded the minimum, Java requirement to use XercesJ to
Java version 1.7.
+ Upgraded XalanJ serializer dependency to version 2.7.2
from 2.7.1, which is required by XercesJ.
+ Re-built, "XML Commons External" and "XML Commons
Resolver" codebases (which are dependencies for XercesJ)
using Java 1.7.
OBS-URL: https://build.opensuse.org/request/show/953790
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=72
2022-02-11 16:13:59 +00:00
Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It also handles namespaces according to the XML Namespaces 1.1 Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save APIs are in use.
2018-12-06 16:07:46 +00:00
</description>
<url>https://xerces.apache.org/xerces2-j/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://svn.apache.org/repos/asf/xerces/java/</url>
Accepting request 953790 from home:david.anes:branches:Java:packages
- Update to 2.12.2 [bsc#1195108, CVE-2022-23437]:
* 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.
+ Implemented a fix, that solves rarely occurring XML parsing
performance issue.
+ Improved compliance, of XPath 2.0 processor's regex
implementation (that's used within XML Schema 1.1
implementation).
+ XML Schema validation error message improvements, when XML
attributes are validated.
+ Improved the JAXP SourceValidator sample, related to XML
Schema 1.1 assertion evaluations on list types.
+ Solved an XML Schema implementation issue, where
combination of restrictions 'length' and 'minLength' was
leading to error.
+ Made minor, improvements to few XML Schema 1.1 validation
error messages.
+ 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.
+ Upgraded the minimum, Java requirement to use XercesJ to
Java version 1.7.
+ Upgraded XalanJ serializer dependency to version 2.7.2
from 2.7.1, which is required by XercesJ.
+ Re-built, "XML Commons External" and "XML Commons
Resolver" codebases (which are dependencies for XercesJ)
using Java 1.7.
OBS-URL: https://build.opensuse.org/request/show/953790
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=72
2022-02-11 16:13:59 +00:00
<connection>https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_12_2/</connection>
2018-12-06 16:07:46 +00:00
</scm>
<dependencies>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.2</version>
<optional>true</optional>
</dependency>
</dependencies>
<developers>
<developer>
<id>xerces</id>
<name>Apache Software Foundation</name>
<email>j-dev@xerces.apache.org</email>
<url>http://www.apache.org</url>
<organization>Apache Software Foundation</organization>
<organizationUrl>http://www.apache.org</organizationUrl>
</developer>
</developers>
</project>