This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipselink.
commit 82ea50b1e61704fc466019bd90df610a8c99069f Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 29 00:03:04 2017 +0200 Disabled JGroup support (too old in Debian) --- debian/changelog | 1 + debian/excludesfiles/build | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1abc89c..c8fea9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ eclipselink (2.6.2-1) UNRELEASED; urgency=medium - New dependency on libjsonp-java - Depend on libgeronimo-validation-1.1-spec-java instead of libgeronimo-validation-1.0-spec-java + - Disabled JGroup support (too old in Debian) * No longer remove the embedded copy of ASM (Closes: #800851) -- Emmanuel Bourg <[email protected]> Tue, 19 Jul 2016 11:30:24 +0200 diff --git a/debian/excludesfiles/build b/debian/excludesfiles/build index dc9a06c..3376278 100644 --- a/debian/excludesfiles/build +++ b/debian/excludesfiles/build @@ -16,3 +16,7 @@ org/eclipse/persistence/jaxb/javamodel/xjc/** # JPQL Tools org/eclipse/persistence/jpa/jpql/tools/** + +# JGroups +org/eclipse/persistence/sessions/coordination/jgroups/** +org/eclipse/persistence/internal/sessions/coordination/jgroups/** -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipselink.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

