Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id ABD24200C57 for ; Sat, 15 Apr 2017 19:42:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AA562160BA0; Sat, 15 Apr 2017 17:42:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C9C1C160B8B for ; Sat, 15 Apr 2017 19:42:04 +0200 (CEST) Received: (qmail 37462 invoked by uid 500); 15 Apr 2017 17:42:03 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 37448 invoked by uid 99); 15 Apr 2017 17:42:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Apr 2017 17:42:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BB94EDFDAC; Sat, 15 Apr 2017 17:42:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: reta@apache.org To: commits@cxf.apache.org Message-Id: <5f073d841e1241aead63e7517d548df5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: CXF-7319: cdi extension uses wrong namespace for beans.xml. This closes #257. Date: Sat, 15 Apr 2017 17:42:02 +0000 (UTC) archived-at: Sat, 15 Apr 2017 17:42:05 -0000 Repository: cxf Updated Branches: refs/heads/master 156fd30dc -> ba0573f20 CXF-7319: cdi extension uses wrong namespace for beans.xml. This closes #257. Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ba0573f2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ba0573f2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ba0573f2 Branch: refs/heads/master Commit: ba0573f202208b5e3feb881173d3df0dfc2a02ba Parents: 156fd30 Author: Dennis Kieselhorst Authored: Thu Apr 13 13:39:51 2017 +0200 Committer: reta Committed: Sat Apr 15 13:37:50 2017 -0400 ---------------------------------------------------------------------- .../samples/jax_rs/sse_cdi/src/main/resources/META-INF/beans.xml | 2 +- .../jax_rs/sse_spring/src/main/resources/META-INF/beans.xml | 2 +- integration/cdi/src/main/resources/META-INF/beans.xml | 2 +- rt/rs/sse/src/main/resources/META-INF/beans.xml | 2 +- systests/cdi/base/src/main/resources/META-INF/beans.xml | 2 +- .../cdi-multiple-apps-owb/src/test/resources/META-INF/beans.xml | 2 +- .../cdi-owb/cdi-no-apps-owb/src/test/resources/META-INF/beans.xml | 2 +- .../cdi-multiple-apps-weld/src/test/resources/META-INF/beans.xml | 2 +- .../cdi-no-apps-weld/src/test/resources/META-INF/beans.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/distribution/src/main/release/samples/jax_rs/sse_cdi/src/main/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/sse_cdi/src/main/resources/META-INF/beans.xml b/distribution/src/main/release/samples/jax_rs/sse_cdi/src/main/resources/META-INF/beans.xml index 7e2559b..c17c9c2 100644 --- a/distribution/src/main/release/samples/jax_rs/sse_cdi/src/main/resources/META-INF/beans.xml +++ b/distribution/src/main/release/samples/jax_rs/sse_cdi/src/main/resources/META-INF/beans.xml @@ -1,7 +1,7 @@ http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/distribution/src/main/release/samples/jax_rs/sse_spring/src/main/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/sse_spring/src/main/resources/META-INF/beans.xml b/distribution/src/main/release/samples/jax_rs/sse_spring/src/main/resources/META-INF/beans.xml index 7e2559b..c17c9c2 100644 --- a/distribution/src/main/release/samples/jax_rs/sse_spring/src/main/resources/META-INF/beans.xml +++ b/distribution/src/main/release/samples/jax_rs/sse_spring/src/main/resources/META-INF/beans.xml @@ -1,7 +1,7 @@ http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/integration/cdi/src/main/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/src/main/resources/META-INF/beans.xml b/integration/cdi/src/main/resources/META-INF/beans.xml index aff28d9..8d1007d 100644 --- a/integration/cdi/src/main/resources/META-INF/beans.xml +++ b/integration/cdi/src/main/resources/META-INF/beans.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"> http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/rt/rs/sse/src/main/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/rt/rs/sse/src/main/resources/META-INF/beans.xml b/rt/rs/sse/src/main/resources/META-INF/beans.xml index aff28d9..8d1007d 100644 --- a/rt/rs/sse/src/main/resources/META-INF/beans.xml +++ b/rt/rs/sse/src/main/resources/META-INF/beans.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"> http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/systests/cdi/base/src/main/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/base/src/main/resources/META-INF/beans.xml b/systests/cdi/base/src/main/resources/META-INF/beans.xml index 2f48c57..5446495 100644 --- a/systests/cdi/base/src/main/resources/META-INF/beans.xml +++ b/systests/cdi/base/src/main/resources/META-INF/beans.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"> http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/systests/cdi/cdi-owb/cdi-multiple-apps-owb/src/test/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/cdi-owb/cdi-multiple-apps-owb/src/test/resources/META-INF/beans.xml b/systests/cdi/cdi-owb/cdi-multiple-apps-owb/src/test/resources/META-INF/beans.xml index 2f48c57..5446495 100644 --- a/systests/cdi/cdi-owb/cdi-multiple-apps-owb/src/test/resources/META-INF/beans.xml +++ b/systests/cdi/cdi-owb/cdi-multiple-apps-owb/src/test/resources/META-INF/beans.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"> http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/systests/cdi/cdi-owb/cdi-no-apps-owb/src/test/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/cdi-owb/cdi-no-apps-owb/src/test/resources/META-INF/beans.xml b/systests/cdi/cdi-owb/cdi-no-apps-owb/src/test/resources/META-INF/beans.xml index 2f48c57..5446495 100644 --- a/systests/cdi/cdi-owb/cdi-no-apps-owb/src/test/resources/META-INF/beans.xml +++ b/systests/cdi/cdi-owb/cdi-no-apps-owb/src/test/resources/META-INF/beans.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"> http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/systests/cdi/cdi-weld/cdi-multiple-apps-weld/src/test/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/cdi-weld/cdi-multiple-apps-weld/src/test/resources/META-INF/beans.xml b/systests/cdi/cdi-weld/cdi-multiple-apps-weld/src/test/resources/META-INF/beans.xml index 2f48c57..5446495 100644 --- a/systests/cdi/cdi-weld/cdi-multiple-apps-weld/src/test/resources/META-INF/beans.xml +++ b/systests/cdi/cdi-weld/cdi-multiple-apps-weld/src/test/resources/META-INF/beans.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"> http://git-wip-us.apache.org/repos/asf/cxf/blob/ba0573f2/systests/cdi/cdi-weld/cdi-no-apps-weld/src/test/resources/META-INF/beans.xml ---------------------------------------------------------------------- diff --git a/systests/cdi/cdi-weld/cdi-no-apps-weld/src/test/resources/META-INF/beans.xml b/systests/cdi/cdi-weld/cdi-no-apps-weld/src/test/resources/META-INF/beans.xml index 2f48c57..5446495 100644 --- a/systests/cdi/cdi-weld/cdi-no-apps-weld/src/test/resources/META-INF/beans.xml +++ b/systests/cdi/cdi-weld/cdi-no-apps-weld/src/test/resources/META-INF/beans.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd">