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/03/02 08:05:12 UTC

Re: git commit: Downgrade hibernate back to 4.2.7.Final as 4.3.2.Final is JPA 2.1 spec. impl. which we don't support yet.

Hi

Is that needed? Isn't hibernate 4.3 not compatible with JPA 2.0?


On Sat, Mar 1, 2014 at 11:51 PM,  <bv...@apache.org> wrote:
> Repository: camel
> Updated Branches:
>   refs/heads/master 0b5a954c0 -> 490f84eb5
>
>
> Downgrade hibernate back to 4.2.7.Final as 4.3.2.Final is JPA 2.1 spec. impl. which we don't support yet.
>
> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/490f84eb
> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/490f84eb
> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/490f84eb
>
> Branch: refs/heads/master
> Commit: 490f84eb56726e41d4d78575d7dde9283667e54c
> Parents: 0b5a954
> Author: Babak Vahdat <bv...@apache.org>
> Authored: Sat Mar 1 23:50:39 2014 +0100
> Committer: Babak Vahdat <bv...@apache.org>
> Committed: Sat Mar 1 23:50:39 2014 +0100
>
> ----------------------------------------------------------------------
>  parent/pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/490f84eb/parent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/parent/pom.xml b/parent/pom.xml
> index 333b33e..ef874d2 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -177,7 +177,7 @@
>      <hbase-version>0.94.10</hbase-version>
>      <hbase-bundle-version>0.94.6_1</hbase-bundle-version>
>      <hibernate-validator-version>5.0.3.Final</hibernate-validator-version>
> -    <hibernate-version>4.3.2.Final</hibernate-version>
> +    <hibernate-version>4.2.7.Final</hibernate-version>
>      <httpunit-version>1.7</httpunit-version>
>      <httpcore4-version>4.3.1</httpcore4-version>
>      <httpclient4-version>4.3.1</httpclient4-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
Make your Camel applications look hawt, try: http://hawt.io

Re: git commit: Downgrade hibernate back to 4.2.7.Final as 4.3.2.Final is JPA 2.1 spec. impl. which we don't support yet.

Posted by Claus Ibsen <cl...@gmail.com>.
On Sun, Mar 2, 2014 at 8:05 AM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> Is that needed? Isn't hibernate 4.3 not compatible with JPA 2.0?
>

Ah nevermind your other mail about that failing test has some details
about JPA 2.1 breaking a test.

>
> On Sat, Mar 1, 2014 at 11:51 PM,  <bv...@apache.org> wrote:
>> Repository: camel
>> Updated Branches:
>>   refs/heads/master 0b5a954c0 -> 490f84eb5
>>
>>
>> Downgrade hibernate back to 4.2.7.Final as 4.3.2.Final is JPA 2.1 spec. impl. which we don't support yet.
>>
>> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/490f84eb
>> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/490f84eb
>> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/490f84eb
>>
>> Branch: refs/heads/master
>> Commit: 490f84eb56726e41d4d78575d7dde9283667e54c
>> Parents: 0b5a954
>> Author: Babak Vahdat <bv...@apache.org>
>> Authored: Sat Mar 1 23:50:39 2014 +0100
>> Committer: Babak Vahdat <bv...@apache.org>
>> Committed: Sat Mar 1 23:50:39 2014 +0100
>>
>> ----------------------------------------------------------------------
>>  parent/pom.xml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> ----------------------------------------------------------------------
>>
>>
>> http://git-wip-us.apache.org/repos/asf/camel/blob/490f84eb/parent/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/parent/pom.xml b/parent/pom.xml
>> index 333b33e..ef874d2 100644
>> --- a/parent/pom.xml
>> +++ b/parent/pom.xml
>> @@ -177,7 +177,7 @@
>>      <hbase-version>0.94.10</hbase-version>
>>      <hbase-bundle-version>0.94.6_1</hbase-bundle-version>
>>      <hibernate-validator-version>5.0.3.Final</hibernate-validator-version>
>> -    <hibernate-version>4.3.2.Final</hibernate-version>
>> +    <hibernate-version>4.2.7.Final</hibernate-version>
>>      <httpunit-version>1.7</httpunit-version>
>>      <httpcore4-version>4.3.1</httpcore4-version>
>>      <httpclient4-version>4.3.1</httpclient4-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
> Make your Camel applications look hawt, try: http://hawt.io



-- 
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
Make your Camel applications look hawt, try: http://hawt.io