Repository: tapestry-5 Updated Branches: refs/heads/master 5d7dfb857 -> 753ec7783
TAP5-2556: Upgrade Hibernate to 5.1 for T5.5 - I ran into issues trying to update to 5.2. class metadata is not anymore available (see http://stackoverflow.com/questions/32780664/hibernate-migration-from-4-3-x-to-5-x-for-method-org-hibernate-cfg-configuration) in Configuration, but a bigger issue was 5.2 collides with Tapestry's own bytecode manipulation - update Hibernate to 5.1 which works without additional changes Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/bc0b1757 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/bc0b1757 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/bc0b1757 Branch: refs/heads/master Commit: bc0b1757e6e43b7e48545794b91dea0b88a32c68 Parents: 9ae5c2b Author: kaosko <kao...@apache.org> Authored: Fri Jul 15 15:27:49 2016 -0700 Committer: kaosko <kao...@apache.org> Committed: Fri Jul 15 15:27:49 2016 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/bc0b1757/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 346d194..2df800e 100755 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ project.ext.versions = [ easymock: "3.3.1", servletapi: "3.0.1", spock: "1.0-groovy-2.4", - hibernate: "5.2.1.Final", + hibernate: "5.1.0.Final", slf4j: "1.7.21", geb: "0.13.1", selenium: "2.53.0"