On Sun, Mar 2, 2014 at 8:05 AM, Claus Ibsen <[email protected]> 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, <[email protected]> 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 <[email protected]> >> Authored: Sat Mar 1 23:50:39 2014 +0100 >> Committer: Babak Vahdat <[email protected]> >> 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: [email protected] > 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: [email protected] 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
