You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "David Carver (JIRA)" <ji...@apache.org> on 2010/04/21 13:35:49 UTC

[jira] Commented: (ODE-813) Upgrade to Xerces 2.9.1

    [ https://issues.apache.org/jira/browse/ODE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859305#action_12859305 ] 

David Carver commented on ODE-813:
----------------------------------

Just a side not here...Xerces-J 2.10 is nearing release status. Here is a list of the proposed changes:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10520&styleName=Html&version=12314400

No exact release date yet, but XSD 1.1 support will be included, as well as Assertion support using either Saxon or PsychoPath processors.



> Upgrade to Xerces 2.9.1
> -----------------------
>
>                 Key: ODE-813
>                 URL: https://issues.apache.org/jira/browse/ODE-813
>             Project: ODE
>          Issue Type: Improvement
>          Components: Build System
>    Affects Versions: 2.0-beta2
>         Environment: Path: /home/terry/edais/apache-ode-trunk-readonly
> URL: http://svn.apache.org/repos/asf/ode/trunk
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 936194
> Node Kind: directory
> Schedule: normal
> Last Changed Author: vanto
> Last Changed Rev: 933768
> Last Changed Date: 2010-04-14 03:51:32 +0800 (Wed, 14 Apr 2010)
>            Reporter: Terry Mueller
>
> See http://xerces.apache.org/xerces2-j/releases.html. Note sure if there is anything specifically of value...
> Index: Buildfile
> ===================================================================
> --- Buildfile	(revision 936194)
> +++ Buildfile	(working copy)
> @@ -85,7 +85,7 @@
>      "wsdl4j:wsdl4j:jar:1.6.2",
>      "woodstox:wstx-asl:jar:3.2.4",
>      "org.apache.ode:xalan:jar:2.7.0-2",
> -    "xerces:xercesImpl:jar:2.8.1",
> +    "xerces:xercesImpl:jar:2.9.1",
>      "org.apache.xmlbeans:xmlbeans:jar:2.3.0",
>      "org.apache.ws.commons.schema:XmlSchema:jar:1.4.2",
>      "xml-apis:xml-apis:jar:1.3.04",
> Index: pom.xml
> ===================================================================
> --- pom.xml	(revision 936194)
> +++ pom.xml	(working copy)
> @@ -83,7 +83,7 @@
>          <servicemix.version>3.3</servicemix.version>
>          <slf4j.version>1.4.3</slf4j.version>
>          <stax-api.version>1.0</stax-api.version>
> -        <xerces.version>2.8.1</xerces.version>
> +        <xerces.version>2.9.1</xerces.version>
>          <xmlresolver.version>1.2</xmlresolver.version>
>          <xmlbeans.version>2.3.0</xmlbeans.version>
>          <xstream.version>1.2</xstream.version>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.