From commits-return-50258-archive-asf-public=cust-asf.ponee.io@cxf.apache.org Tue Oct 16 18:31:02 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 13AE1180649 for ; Tue, 16 Oct 2018 18:31:01 +0200 (CEST) Received: (qmail 68880 invoked by uid 500); 16 Oct 2018 16:31:01 -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 68869 invoked by uid 99); 16 Oct 2018 16:31:01 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2018 16:31:01 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A423C829AB; Tue, 16 Oct 2018 16:31:00 +0000 (UTC) Date: Tue, 16 Oct 2018 16:31:00 +0000 To: , "' commits@cxf.apache.org" , '@gitbox.apache.org, Subject: [cxf] branch 3.2.x-fixes updated (2b782a1 -> 4c7082e) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153970745998.12567.13499564466374332482@gitbox.apache.org> From: coheigea@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cxf X-Git-Refname: refs/heads/3.2.x-fixes X-Git-Reftype: branch X-Git-Oldrev: 2b782a1d562a2d62843dbb03d23e407c8f674bb2 X-Git-Newrev: 4c7082eb0d555c83134bd39483a172a3ff2c064e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. coheigea pushed a change to branch 3.2.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git. from 2b782a1 fix: handle connectionRequestTimeout in ClientPolicyCalculator new 506b04c Rationalizing some code in the cdi systests new a3fd236 Attempting to reproduce the issue in CXF-7834 new 4c7082e Updating weld The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: parent/pom.xml | 2 +- .../jaxrs/cdi/AbstractBookStoreCdiTest.java} | 40 +++++++----------- .../cxf/systest/jaxrs/cdi/BookStoreFeed.java | 28 +++++++++++-- .../systest/jaxrs/cdi/jetty/JettyEmbeddedTest.java | 46 +-------------------- .../cxf/systest/jaxrs/cdi/jetty/JettyWarTest.java | 47 +--------------------- .../systest/jaxrs/cdi/tomcat/TomcatWarTest.java | 46 +-------------------- 6 files changed, 46 insertions(+), 163 deletions(-) copy systests/cdi/{cdi-owb/cdi-producers-owb/src/test/java/org/apache/cxf/systest/jaxrs/cdi/tomcat/TomcatWarTest.java => cdi-weld/cdi-producers-weld/src/test/java/org/apache/cxf/systest/jaxrs/cdi/AbstractBookStoreCdiTest.java} (73%)