You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Daniel Kulp <dk...@apache.org> on 2014/01/21 20:01:29 UTC

[VOTE] XmlSchema 2.1.0

It’s been over a year since the 2.0.3 release of XmlSchema and there were a couple patches in JIRA/github that we might as well get out there.

Note:  one method has slightly different behavior than 2.0.3 which is the reason for the 2.1.0 version number.   The NamespaceMap.getNamespaceURI()  method now returns “” instead of null to make it behave correctly per the spec.   This MAY cause issues with code that expected null.   I did run the CXF tests and it was completely OK with the new behavior.

Issues fixed:
    * [XMLSCHEMA-26] - NPE: NamespaceMap.getNamespaceURI() returns null
    * [XMLSCHEMA-30] - Each type from W3C base schema (http://www.w3.org/2001/XMLSchema) is equals to each other

Staging repository:
https://repository.apache.org/content/repositories/orgapachews-1000/

Tag:
http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.1.0/


Vote will be open for at least 72hours.   Here is my +1.


-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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


Re: [VOTE] XmlSchema 2.1.0

Posted by Colm O hEigeartaigh <co...@apache.org>.
+1.

Colm.


On Wed, Jan 22, 2014 at 12:49 AM, Freeman Fang <fr...@gmail.com>wrote:

> +1(non-binding)
> -------------
> Freeman(Yue) Fang
>
> Red Hat, Inc.
> FuseSource is now part of Red Hat
>
>
>
> On 2014-1-22, at 上午3:01, Daniel Kulp wrote:
>
>
> It’s been over a year since the 2.0.3 release of XmlSchema and there were
> a couple patches in JIRA/github that we might as well get out there.
>
> Note:  one method has slightly different behavior than 2.0.3 which is the
> reason for the 2.1.0 version number.   The NamespaceMap.getNamespaceURI()
>  method now returns “” instead of null to make it behave correctly per the
> spec.   This MAY cause issues with code that expected null.   I did run the
> CXF tests and it was completely OK with the new behavior.
>
> Issues fixed:
>    * [XMLSCHEMA-26] - NPE: NamespaceMap.getNamespaceURI() returns null
>    * [XMLSCHEMA-30] - Each type from W3C base schema (
> http://www.w3.org/2001/XMLSchema) is equals to each other
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachews-1000/
>
> Tag:
> http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.1.0/
>
>
> Vote will be open for at least 72hours.   Here is my +1.
>
>
> --
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
>
>
>


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Re: [VOTE] XmlSchema 2.1.0

Posted by Freeman Fang <fr...@gmail.com>.
+1(non-binding)
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat



On 2014-1-22, at 上午3:01, Daniel Kulp wrote:

> 
> It’s been over a year since the 2.0.3 release of XmlSchema and there were a couple patches in JIRA/github that we might as well get out there.
> 
> Note:  one method has slightly different behavior than 2.0.3 which is the reason for the 2.1.0 version number.   The NamespaceMap.getNamespaceURI()  method now returns “” instead of null to make it behave correctly per the spec.   This MAY cause issues with code that expected null.   I did run the CXF tests and it was completely OK with the new behavior.
> 
> Issues fixed:
>    * [XMLSCHEMA-26] - NPE: NamespaceMap.getNamespaceURI() returns null
>    * [XMLSCHEMA-30] - Each type from W3C base schema (http://www.w3.org/2001/XMLSchema) is equals to each other
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachews-1000/
> 
> Tag:
> http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.1.0/
> 
> 
> Vote will be open for at least 72hours.   Here is my +1.
> 
> 
> -- 
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
> 


Re: [VOTE] XmlSchema 2.1.0

Posted by Sagara Gunathunga <sa...@gmail.com>.
+1

Thanks !

On Wed, Jan 22, 2014 at 12:31 AM, Daniel Kulp <dk...@apache.org> wrote:
>
> It’s been over a year since the 2.0.3 release of XmlSchema and there were a couple patches in JIRA/github that we might as well get out there.
>
> Note:  one method has slightly different behavior than 2.0.3 which is the reason for the 2.1.0 version number.   The NamespaceMap.getNamespaceURI()  method now returns “” instead of null to make it behave correctly per the spec.   This MAY cause issues with code that expected null.   I did run the CXF tests and it was completely OK with the new behavior.
>
> Issues fixed:
>     * [XMLSCHEMA-26] - NPE: NamespaceMap.getNamespaceURI() returns null
>     * [XMLSCHEMA-30] - Each type from W3C base schema (http://www.w3.org/2001/XMLSchema) is equals to each other
>
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachews-1000/
>
> Tag:
> http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.1.0/
>
>
> Vote will be open for at least 72hours.   Here is my +1.
>
>
> --
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
>



-- 
Sagara Gunathunga

Blog      - http://ssagara.blogspot.com
Web      - http://people.apache.org/~sagara/
LinkedIn - http://www.linkedin.com/in/ssagara

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


[RESULT] [VOTE] XmlSchema 2.1.0

Posted by Daniel Kulp <dk...@apache.org>.
We have 3 binding +1 votes.  I’l get this promoted.

Dan



On Jan 21, 2014, at 2:01 PM, Daniel Kulp <dk...@apache.org> wrote:

> 
> It’s been over a year since the 2.0.3 release of XmlSchema and there were a couple patches in JIRA/github that we might as well get out there.
> 
> Note:  one method has slightly different behavior than 2.0.3 which is the reason for the 2.1.0 version number.   The NamespaceMap.getNamespaceURI()  method now returns “” instead of null to make it behave correctly per the spec.   This MAY cause issues with code that expected null.   I did run the CXF tests and it was completely OK with the new behavior.
> 
> Issues fixed:
>    * [XMLSCHEMA-26] - NPE: NamespaceMap.getNamespaceURI() returns null
>    * [XMLSCHEMA-30] - Each type from W3C base schema (http://www.w3.org/2001/XMLSchema) is equals to each other
> 
> Staging repository:
> https://repository.apache.org/content/repositories/orgapachews-1000/
> 
> Tag:
> http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.1.0/
> 
> 
> Vote will be open for at least 72hours.   Here is my +1.
> 
> 
> -- 
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: dev-help@ws.apache.org
> 

-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


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