You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2016/05/03 12:37:12 UTC

[jira] [Commented] (SANTUARIO-441) Binary compatibility broken between version 2.0.7-SNAPSHOT and 2.0.6

    [ https://issues.apache.org/jira/browse/SANTUARIO-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15268497#comment-15268497 ] 

Colm O hEigeartaigh commented on SANTUARIO-441:
-----------------------------------------------

I've fixed every error apart from:

[ERROR] 7012: org.apache.xml.security.stax.ext.ResourceResolver: Method 'public boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement, javax.xml.namespace.QName)' has been added to an interface

This was added for SANTUARIO-407. I think it is ok to leave this change, as there is no other way of getting SANTUARIO-407 to work, and afaik noone is using this interface externally.

> Binary compatibility broken between version 2.0.7-SNAPSHOT and 2.0.6
> --------------------------------------------------------------------
>
>                 Key: SANTUARIO-441
>                 URL: https://issues.apache.org/jira/browse/SANTUARIO-441
>             Project: Santuario
>          Issue Type: Bug
>    Affects Versions: Java 2.0.6
>            Reporter: Gary Gregory
>            Assignee: Colm O hEigeartaigh
>             Fix For: Java 2.0.7
>
>
> Comparing to version: 2.0.6
> {color:red}
> # [ERROR] 7004: org.apache.xml.security.stax.ext.ResourceResolver: In method 'public boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement)' the number of arguments has changed
> # [ERROR] 8001: org.apache.xml.security.stax.impl.algorithms.DSAUtils: Class org.apache.xml.security.stax.impl.algorithms.DSAUtils removed
> # [ERROR] 8001: org.apache.xml.security.stax.impl.algorithms.ECDSAUtils: Class org.apache.xml.security.stax.impl.algorithms.ECDSAUtils removed
> # [ERROR] 8001: org.apache.xml.security.stax.impl.algorithms.ECDSAUtils$ECCurveDefinition: Class org.apache.xml.security.stax.impl.algorithms.ECDSAUtils$ECCurveDefinition removed
> # [ERROR] 7004: org.apache.xml.security.stax.impl.resourceResolvers.ResolverFilesystem: In method 'public boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement)' the number of arguments has changed
> # [ERROR] 7004: org.apache.xml.security.stax.impl.resourceResolvers.ResolverHttp: In method 'public boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement)' the number of arguments has changed
> # [ERROR] 7004: org.apache.xml.security.stax.impl.resourceResolvers.ResolverSameDocument: In method 'public boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement)' the number of arguments has changed
> # [ERROR] 7004: org.apache.xml.security.stax.impl.resourceResolvers.ResolverXPointer: In method 'public boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement)' the number of arguments has changed
> {color}
> I'm not sure where the real public API boundaries are but I imagine {{impl}} changes are OK?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)