This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libspring-java.
commit 39913295d5df63186cd565d72c61f4dcca54d9f2 Author: Emmanuel Bourg <[email protected]> Date: Tue May 31 14:25:19 2016 +0200 Disabled the Hibernate 5 support in spring-orm (not in Debian) --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 22ed64e..b28f082 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libspring-java (4.2.6-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Disabled the Money API support for spring-context (not in Debian) + - Disabled the Hibernate 5 support in spring-orm (not in Debian) - New dependency on webjars-locator for spring-webmvc - New dependency on commons-pool2 for spring-aop diff --git a/debian/rules b/debian/rules index 31054af..17df211 100755 --- a/debian/rules +++ b/debian/rules @@ -11,6 +11,7 @@ MODULES = aop beans context context-support core expression instrument jdbc jms override_dh_auto_build: dh_auto_build -- jar -x test -x check \ -x :spring-orm-hibernate4:compileJava \ + -x :spring-orm-hibernate5:compileJava \ -x :spring-webmvc-tiles2:compileJava \ -x :spring-websocket:compileJava -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

