This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cdi-api.
commit 03a06ec520ad139a73d82ef446cede00ce2983c6 Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 5 11:31:46 2017 +0200 Removed the patch --- .../disable-InterceptorBinding-support.patch | 43 ---------------------- debian/patches/series | 1 - 2 files changed, 44 deletions(-) diff --git a/debian/patches/disable-InterceptorBinding-support.patch b/debian/patches/disable-InterceptorBinding-support.patch deleted file mode 100644 index 68a7298..0000000 --- a/debian/patches/disable-InterceptorBinding-support.patch +++ /dev/null @@ -1,43 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Tue, 30 Sep 2014 14:25:17 +0200 -Subject: disable InterceptorBinding support - -This patch can be dropped as soon as a newer version of -libgeronimo-interceptor-3.0-spec-java is introduced to the archive. - -Forwarded: no ---- - javax/enterprise/inject/spi/BeforeBeanDiscovery.java | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/javax/enterprise/inject/spi/BeforeBeanDiscovery.java b/javax/enterprise/inject/spi/BeforeBeanDiscovery.java -index e2e795a..a990c78 100644 ---- a/javax/enterprise/inject/spi/BeforeBeanDiscovery.java -+++ b/javax/enterprise/inject/spi/BeforeBeanDiscovery.java -@@ -22,7 +22,7 @@ import javax.enterprise.context.NormalScope; - import javax.enterprise.inject.Stereotype; - import javax.inject.Qualifier; - import javax.inject.Scope; --import javax.interceptor.InterceptorBinding; -+//import javax.interceptor.InterceptorBinding; - - /** - * <p> -@@ -114,7 +114,7 @@ public interface BeforeBeanDiscovery { - * @param bindingType The annotation type to treat as an interceptor binding type - * @throws IllegalStateException if called outside of the observer method invocation - */ -- public void addInterceptorBinding(AnnotatedType<? extends Annotation> bindingType); -+ //public void addInterceptorBinding(AnnotatedType<? extends Annotation> bindingType); - - /** - * <p> -@@ -131,7 +131,7 @@ public interface BeforeBeanDiscovery { - * @throws IllegalStateException if called outside of the observer method invocation - * @since 1.1 - */ -- public void addInterceptorBinding(Class<? extends Annotation> bindingType, Annotation... bindingTypeDef); -+ //public void addInterceptorBinding(Class<? extends Annotation> bindingType, Annotation... bindingTypeDef); - - /** - * <p> diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 7d874e0..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -disable-InterceptorBinding-support.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdi-api.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

