You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Freeman Fang <fr...@gmail.com> on 2013/08/20 05:39:47 UTC

Fwd: svn commit: r1515498 - /cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml

Hi Dan,

This back port will break both 2.7.x and 2.6.x branches, as DynamicClientFactory in jaxb data binding module on those branches need use classes from jaxb-xjc, could we simply revert this change?

Cheers
-------------
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋



Begin forwarded message:

> From: dkulp@apache.org
> Subject: svn commit: r1515498 - /cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml
> Date: 2013年8月20日格林尼治标准时间+0800上午12时31分57秒
> To: commits@cxf.apache.org
> Reply-To: dev@cxf.apache.org
> 
> Author: dkulp
> Date: Mon Aug 19 16:31:57 2013
> New Revision: 1515498
> 
> URL: http://svn.apache.org/r1515498
> Log:
> Merged revisions 1515486 via  git cherry-pick from
> https://svn.apache.org/repos/asf/cxf/trunk
> 
> ........
>  r1515486 | dkulp | 2013-08-19 12:12:11 -0400 (Mon, 19 Aug 2013) | 2 lines
> 
>  jaxb databinding doesn't use jaxb-xjc
> 
> ........
> 
> Modified:
>    cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml
> 
> Modified: cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml
> URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml?rev=1515498&r1=1515497&r2=1515498&view=diff
> ==============================================================================
> --- cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml (original)
> +++ cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml Mon Aug 19 16:31:57 2013
> @@ -34,8 +34,7 @@
>         <cxf.osgi.import>
>             javax.activation;version="${cxf.osgi.javax.activation.version}",
>             javax.xml.bind*;version="${cxf.osgi.javax.bind.version}",
> -            javax.xml.stream*;version="${cxf.osgi.javax.stream.version}",
> -            com.sun.tools*;resolution:=optional,
> +            javax.xml.stream*;version="${cxf.osgi.javax.stream.version}"
>         </cxf.osgi.import>
>     </properties>
>     <build>
> @@ -116,10 +115,6 @@
>             <artifactId>jaxb-impl</artifactId>
>         </dependency>
>         <dependency>
> -            <groupId>com.sun.xml.bind</groupId>
> -            <artifactId>jaxb-xjc</artifactId>
> -        </dependency>
> -        <dependency>
>             <groupId>${cxf.asm.groupId}</groupId>
>             <artifactId>${cxf.asm.artifactId}</artifactId>
>             <optional>true</optional>
> 
> 


Re: svn commit: r1515498 - /cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml

Posted by Daniel Kulp <dk...@apache.org>.
Arg… Yes.   That needs to be reverted.   Didn't realize that the DynamicClientFactory is one of the things that got moved on trunk.


Dan



On Aug 19, 2013, at 11:39 PM, Freeman Fang <fr...@gmail.com> wrote:

> Hi Dan,
> 
> This back port will break both 2.7.x and 2.6.x branches, as DynamicClientFactory in jaxb data binding module on those branches need use classes from jaxb-xjc, could we simply revert this change?
> 
> Cheers
> -------------
> Freeman(Yue) Fang
> 
> Red Hat, Inc. 
> FuseSource is now part of Red Hat
> Web: http://fusesource.com | http://www.redhat.com/
> Twitter: freemanfang
> Blog: http://freemanfang.blogspot.com
> http://blog.sina.com.cn/u/1473905042
> weibo: @Freeman小屋
> 
> 
> 
> Begin forwarded message:
> 
>> From: dkulp@apache.org
>> Subject: svn commit: r1515498 - /cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml
>> Date: 2013年8月20日格林尼治标准时间+0800上午12时31分57秒
>> To: commits@cxf.apache.org
>> Reply-To: dev@cxf.apache.org
>> 
>> Author: dkulp
>> Date: Mon Aug 19 16:31:57 2013
>> New Revision: 1515498
>> 
>> URL: http://svn.apache.org/r1515498
>> Log:
>> Merged revisions 1515486 via  git cherry-pick from
>> https://svn.apache.org/repos/asf/cxf/trunk
>> 
>> ........
>>  r1515486 | dkulp | 2013-08-19 12:12:11 -0400 (Mon, 19 Aug 2013) | 2 lines
>> 
>>  jaxb databinding doesn't use jaxb-xjc
>> 
>> ........
>> 
>> Modified:
>>    cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml
>> 
>> Modified: cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml
>> URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml?rev=1515498&r1=1515497&r2=1515498&view=diff
>> ==============================================================================
>> --- cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml (original)
>> +++ cxf/branches/2.7.x-fixes/rt/databinding/jaxb/pom.xml Mon Aug 19 16:31:57 2013
>> @@ -34,8 +34,7 @@
>>         <cxf.osgi.import>
>>             javax.activation;version="${cxf.osgi.javax.activation.version}",
>>             javax.xml.bind*;version="${cxf.osgi.javax.bind.version}",
>> -            javax.xml.stream*;version="${cxf.osgi.javax.stream.version}",
>> -            com.sun.tools*;resolution:=optional,
>> +            javax.xml.stream*;version="${cxf.osgi.javax.stream.version}"
>>         </cxf.osgi.import>
>>     </properties>
>>     <build>
>> @@ -116,10 +115,6 @@
>>             <artifactId>jaxb-impl</artifactId>
>>         </dependency>
>>         <dependency>
>> -            <groupId>com.sun.xml.bind</groupId>
>> -            <artifactId>jaxb-xjc</artifactId>
>> -        </dependency>
>> -        <dependency>
>>             <groupId>${cxf.asm.groupId}</groupId>
>>             <artifactId>${cxf.asm.artifactId}</artifactId>
>>             <optional>true</optional>
>> 
>> 
> 

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