You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Andrea Cosentino <an...@yahoo.com.INVALID> on 2015/12/03 17:52:31 UTC

Re: camel git commit: update atmosphere's version range (as 2.4.x is incompatible with older 2.x)

Thank you Aki,

My mistake. I forget to upgrade the range too.

-- 
Andrea Cosentino 
---------------------------------
Apache Camel PMC Member 
Email: ancosen1985@yahoo.com 
Twitter: @oscerd2 
Github: oscerd



On Thursday, December 3, 2015 5:51 PM, "ay@apache.org" <ay...@apache.org> wrote:
Repository: camel
Updated Branches:
  refs/heads/master 8aa546863 -> 1ee0008e7


update atmosphere's version range (as 2.4.x is incompatible with older 2.x)


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1ee0008e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1ee0008e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1ee0008e

Branch: refs/heads/master
Commit: 1ee0008e76814c5d6f2088053aff1bc75f539005
Parents: 8aa5468
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Thu Dec 3 17:49:47 2015 +0100
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Thu Dec 3 17:51:09 2015 +0100

----------------------------------------------------------------------
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1ee0008e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 57d37f5..5b1e59b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -57,7 +57,7 @@
     <aspectj-version>1.8.7</aspectj-version>
     <atmos-client-version>2.2.2</atmos-client-version>
     <atmosphere-version>2.4.1</atmosphere-version>
-    <atmosphere-version-range>[2.0,3.0)</atmosphere-version-range>
+    <atmosphere-version-range>[2.4,3.0)</atmosphere-version-range>
     <atomikos-transactions-version>3.9.3</atomikos-transactions-version>
     <avalon-bundle-version>4.3.1_1</avalon-bundle-version>
     <avalon-version>4.3.1</avalon-version>

Re: camel git commit: update atmosphere's version range (as 2.4.x is incompatible with older 2.x)

Posted by Aki Yoshida <el...@gmail.com>.
Hi Andrea,
no problem.
By the way, the version range could be changed to include 2.3.x in the
future, as I have recently added some classes in both atmosphere 2.3.x
and 2.4.x to somewhat hide this incompatible (unfortunate but thought
necessary https://groups.google.com/forum/#!topic/atmosphere-framework/KzZXvgOttMs)
change introduced in 2.4.0. In this way, we can make new camel 2.17.x
and 2.16.x to run with either atmosphere version.

regards, aki

2015-12-03 17:52 GMT+01:00 Andrea Cosentino <an...@yahoo.com.invalid>:
> Thank you Aki,
>
> My mistake. I forget to upgrade the range too.
>
> --
> Andrea Cosentino
> ---------------------------------
> Apache Camel PMC Member
> Email: ancosen1985@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Thursday, December 3, 2015 5:51 PM, "ay@apache.org" <ay...@apache.org> wrote:
> Repository: camel
> Updated Branches:
>   refs/heads/master 8aa546863 -> 1ee0008e7
>
>
> update atmosphere's version range (as 2.4.x is incompatible with older 2.x)
>
>
> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1ee0008e
> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1ee0008e
> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1ee0008e
>
> Branch: refs/heads/master
> Commit: 1ee0008e76814c5d6f2088053aff1bc75f539005
> Parents: 8aa5468
> Author: Akitoshi Yoshida <ay...@apache.org>
> Authored: Thu Dec 3 17:49:47 2015 +0100
> Committer: Akitoshi Yoshida <ay...@apache.org>
> Committed: Thu Dec 3 17:51:09 2015 +0100
>
> ----------------------------------------------------------------------
> parent/pom.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/1ee0008e/parent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 57d37f5..5b1e59b 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -57,7 +57,7 @@
>      <aspectj-version>1.8.7</aspectj-version>
>      <atmos-client-version>2.2.2</atmos-client-version>
>      <atmosphere-version>2.4.1</atmosphere-version>
> -    <atmosphere-version-range>[2.0,3.0)</atmosphere-version-range>
> +    <atmosphere-version-range>[2.4,3.0)</atmosphere-version-range>
>      <atomikos-transactions-version>3.9.3</atomikos-transactions-version>
>      <avalon-bundle-version>4.3.1_1</avalon-bundle-version>
>      <avalon-version>4.3.1</avalon-version>