You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2014/09/14 17:48:57 UTC

Re: [1/2] git commit: upgrade CXF 3.0.1 to 3.0.2-SNAPSHOT

Hi

I would avoid any SNAPSHOT dependency as people dont have CXF snapshot
available.
If you want to run the feature validation then you can manually do the
change locally, or add some profile you can enable to change the CXF
version to SNAPSHOT.

But please keep the CXF version to 3.0.1.



On Sun, Sep 14, 2014 at 1:10 PM,  <cm...@apache.org> wrote:
> Repository: camel
> Updated Branches:
>   refs/heads/master f6e943227 -> e6b9b857b
>
>
> upgrade CXF 3.0.1 to 3.0.2-SNAPSHOT
>
>
> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/90d57517
> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/90d57517
> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/90d57517
>
> Branch: refs/heads/master
> Commit: 90d57517830a38bc41145d545a4c2d2e65cf56c5
> Parents: f6e9432
> Author: cmueller <cm...@apache.org>
> Authored: Sun Sep 14 13:08:33 2014 +0200
> Committer: cmueller <cm...@apache.org>
> Committed: Sun Sep 14 13:08:33 2014 +0200
>
> ----------------------------------------------------------------------
>  parent/pom.xml | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/90d57517/parent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 193c3ee..d190dd5 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -114,9 +114,10 @@
>      <commons-vfs2-version>2.0</commons-vfs2-version>
>      <concurrentlinkedhashmap.version>1.4</concurrentlinkedhashmap.version>
>      <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>
> -    <cxf-version>3.0.1</cxf-version>
> +    <!-- we use exceptional a SNAPSHOT version because CXF 3.0.1 breaks our feature validation which is really bad -->
> +    <cxf-version>3.0.2-SNAPSHOT</cxf-version>
>      <cxf-version-range>[2.7,4.0)</cxf-version-range>
> -    <cxf-xjc-utils-version>3.0.1</cxf-xjc-utils-version>
> +    <cxf-xjc-utils-version>3.0.2-SNAPSHOT</cxf-xjc-utils-version>
>      <deltaspike-version>1.0.2</deltaspike-version>
>      <derby-version>10.10.2.0</derby-version>
>      <disruptor-version>3.3.0</disruptor-version>
>



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Re: [1/2] git commit: upgrade CXF 3.0.1 to 3.0.2-SNAPSHOT

Posted by Christian Müller <ch...@gmail.com>.
I reverted my commit. Hopefully people will do the extra step and change
the CXF version number to 3.0.2-SNAPSHOT to be able to validate the feature
file.

Best,
Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642

On Sun, Sep 14, 2014 at 11:15 PM, Christian Müller <
christian.mueller@gmail.com> wrote:

> You don't have to build CXF 3.0.2-SNAPSHOT by yourself,  it's available
> through our configured repositories (I didn't build it by myself).
> I can revert the commit tomorrow, if I cannot convince you...
>
> Best,
> Christian
>  Am 14.09.2014 17:49 schrieb "Claus Ibsen" <cl...@gmail.com>:
>
> Hi
>>
>> I would avoid any SNAPSHOT dependency as people dont have CXF snapshot
>> available.
>> If you want to run the feature validation then you can manually do the
>> change locally, or add some profile you can enable to change the CXF
>> version to SNAPSHOT.
>>
>> But please keep the CXF version to 3.0.1.
>>
>>
>>
>> On Sun, Sep 14, 2014 at 1:10 PM,  <cm...@apache.org> wrote:
>> > Repository: camel
>> > Updated Branches:
>> >   refs/heads/master f6e943227 -> e6b9b857b
>> >
>> >
>> > upgrade CXF 3.0.1 to 3.0.2-SNAPSHOT
>> >
>> >
>> > Project: http://git-wip-us.apache.org/repos/asf/camel/repo
>> > Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/90d57517
>> > Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/90d57517
>> > Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/90d57517
>> >
>> > Branch: refs/heads/master
>> > Commit: 90d57517830a38bc41145d545a4c2d2e65cf56c5
>> > Parents: f6e9432
>> > Author: cmueller <cm...@apache.org>
>> > Authored: Sun Sep 14 13:08:33 2014 +0200
>> > Committer: cmueller <cm...@apache.org>
>> > Committed: Sun Sep 14 13:08:33 2014 +0200
>> >
>> > ----------------------------------------------------------------------
>> >  parent/pom.xml | 5 +++--
>> >  1 file changed, 3 insertions(+), 2 deletions(-)
>> > ----------------------------------------------------------------------
>> >
>> >
>> >
>> http://git-wip-us.apache.org/repos/asf/camel/blob/90d57517/parent/pom.xml
>> > ----------------------------------------------------------------------
>> > diff --git a/parent/pom.xml b/parent/pom.xml
>> > index 193c3ee..d190dd5 100644
>> > --- a/parent/pom.xml
>> > +++ b/parent/pom.xml
>> > @@ -114,9 +114,10 @@
>> >      <commons-vfs2-version>2.0</commons-vfs2-version>
>> >
>> <concurrentlinkedhashmap.version>1.4</concurrentlinkedhashmap.version>
>> >
>> <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>
>> > -    <cxf-version>3.0.1</cxf-version>
>> > +    <!-- we use exceptional a SNAPSHOT version because CXF 3.0.1
>> breaks our feature validation which is really bad -->
>> > +    <cxf-version>3.0.2-SNAPSHOT</cxf-version>
>> >      <cxf-version-range>[2.7,4.0)</cxf-version-range>
>> > -    <cxf-xjc-utils-version>3.0.1</cxf-xjc-utils-version>
>> > +    <cxf-xjc-utils-version>3.0.2-SNAPSHOT</cxf-xjc-utils-version>
>> >      <deltaspike-version>1.0.2</deltaspike-version>
>> >      <derby-version>10.10.2.0</derby-version>
>> >      <disruptor-version>3.3.0</disruptor-version>
>> >
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> Red Hat, Inc.
>> Email: cibsen@redhat.com
>> Twitter: davsclaus
>> Blog: http://davsclaus.com
>> Author of Camel in Action: http://www.manning.com/ibsen
>> hawtio: http://hawt.io/
>> fabric8: http://fabric8.io/
>>
>

Re: [1/2] git commit: upgrade CXF 3.0.1 to 3.0.2-SNAPSHOT

Posted by Christian Müller <ch...@gmail.com>.
You don't have to build CXF 3.0.2-SNAPSHOT by yourself,  it's available
through our configured repositories (I didn't build it by myself).
I can revert the commit tomorrow, if I cannot convince you...

Best,
Christian
 Am 14.09.2014 17:49 schrieb "Claus Ibsen" <cl...@gmail.com>:

> Hi
>
> I would avoid any SNAPSHOT dependency as people dont have CXF snapshot
> available.
> If you want to run the feature validation then you can manually do the
> change locally, or add some profile you can enable to change the CXF
> version to SNAPSHOT.
>
> But please keep the CXF version to 3.0.1.
>
>
>
> On Sun, Sep 14, 2014 at 1:10 PM,  <cm...@apache.org> wrote:
> > Repository: camel
> > Updated Branches:
> >   refs/heads/master f6e943227 -> e6b9b857b
> >
> >
> > upgrade CXF 3.0.1 to 3.0.2-SNAPSHOT
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/90d57517
> > Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/90d57517
> > Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/90d57517
> >
> > Branch: refs/heads/master
> > Commit: 90d57517830a38bc41145d545a4c2d2e65cf56c5
> > Parents: f6e9432
> > Author: cmueller <cm...@apache.org>
> > Authored: Sun Sep 14 13:08:33 2014 +0200
> > Committer: cmueller <cm...@apache.org>
> > Committed: Sun Sep 14 13:08:33 2014 +0200
> >
> > ----------------------------------------------------------------------
> >  parent/pom.xml | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> > ----------------------------------------------------------------------
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/camel/blob/90d57517/parent/pom.xml
> > ----------------------------------------------------------------------
> > diff --git a/parent/pom.xml b/parent/pom.xml
> > index 193c3ee..d190dd5 100644
> > --- a/parent/pom.xml
> > +++ b/parent/pom.xml
> > @@ -114,9 +114,10 @@
> >      <commons-vfs2-version>2.0</commons-vfs2-version>
> >
> <concurrentlinkedhashmap.version>1.4</concurrentlinkedhashmap.version>
> >
> <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>
> > -    <cxf-version>3.0.1</cxf-version>
> > +    <!-- we use exceptional a SNAPSHOT version because CXF 3.0.1 breaks
> our feature validation which is really bad -->
> > +    <cxf-version>3.0.2-SNAPSHOT</cxf-version>
> >      <cxf-version-range>[2.7,4.0)</cxf-version-range>
> > -    <cxf-xjc-utils-version>3.0.1</cxf-xjc-utils-version>
> > +    <cxf-xjc-utils-version>3.0.2-SNAPSHOT</cxf-xjc-utils-version>
> >      <deltaspike-version>1.0.2</deltaspike-version>
> >      <derby-version>10.10.2.0</derby-version>
> >      <disruptor-version>3.3.0</disruptor-version>
> >
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> Email: cibsen@redhat.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
> hawtio: http://hawt.io/
> fabric8: http://fabric8.io/
>