You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Niall Pemberton (JIRA)" <ji...@apache.org> on 2007/05/22 05:08:17 UTC

[jira] Created: (JXPATH-85) Restore binary compatibility with JXPath 1.2

Restore binary compatibility with JXPath 1.2
--------------------------------------------

                 Key: JXPATH-85
                 URL: https://issues.apache.org/jira/browse/JXPATH-85
             Project: Commons JXPath
          Issue Type: Bug
    Affects Versions: 1.2 Final
            Reporter: Niall Pemberton
             Fix For: 1.3


I ran a CLIRR report comparing JXPath 1.2 with the current trunk and it higlighted one issue between the versions:

ERROR: 7004: org.apache.commons.jxpath.ri.NamespaceResolver: In method 'public NamespaceResolver()' the number of arguments has changed

Looking at the source NamespaceResolver no longer has a no-parameter constructor - adding this back in would make the upcoming JXPath 1.3 version binary compatible with JXPath 1.2.

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


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


[jira] Updated: (JXPATH-85) Restore binary compatibility with JXPath 1.2

Posted by "Niall Pemberton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JXPATH-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niall Pemberton updated JXPATH-85:
----------------------------------

    Attachment: jxpath-85.patch

Patch to add bag in no-arg constructor

> Restore binary compatibility with JXPath 1.2
> --------------------------------------------
>
>                 Key: JXPATH-85
>                 URL: https://issues.apache.org/jira/browse/JXPATH-85
>             Project: Commons JXPath
>          Issue Type: Bug
>    Affects Versions: 1.2 Final
>            Reporter: Niall Pemberton
>             Fix For: 1.3
>
>         Attachments: jxpath-85.patch
>
>
> I ran a CLIRR report comparing JXPath 1.2 with the current trunk and it higlighted one issue between the versions:
> ERROR: 7004: org.apache.commons.jxpath.ri.NamespaceResolver: In method 'public NamespaceResolver()' the number of arguments has changed
> Looking at the source NamespaceResolver no longer has a no-parameter constructor - adding this back in would make the upcoming JXPath 1.3 version binary compatible with JXPath 1.2.

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


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


[jira] Resolved: (JXPATH-85) Restore binary compatibility with JXPath 1.2

Posted by "Matt Benson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JXPATH-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Benson resolved JXPATH-85.
-------------------------------

    Resolution: Fixed

Thanks for the report, Niall!  Fixed.

> Restore binary compatibility with JXPath 1.2
> --------------------------------------------
>
>                 Key: JXPATH-85
>                 URL: https://issues.apache.org/jira/browse/JXPATH-85
>             Project: Commons JXPath
>          Issue Type: Bug
>    Affects Versions: 1.2 Final
>            Reporter: Niall Pemberton
>             Fix For: 1.3
>
>         Attachments: jxpath-85.patch
>
>
> I ran a CLIRR report comparing JXPath 1.2 with the current trunk and it higlighted one issue between the versions:
> ERROR: 7004: org.apache.commons.jxpath.ri.NamespaceResolver: In method 'public NamespaceResolver()' the number of arguments has changed
> Looking at the source NamespaceResolver no longer has a no-parameter constructor - adding this back in would make the upcoming JXPath 1.3 version binary compatible with JXPath 1.2.

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


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