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 12D53200D34 for ; Fri, 20 Oct 2017 04:04:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 11569160BEC; Fri, 20 Oct 2017 02:04:52 +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 7E61C1609EE for ; Fri, 20 Oct 2017 04:04:51 +0200 (CEST) Received: (qmail 93817 invoked by uid 500); 20 Oct 2017 02:04:50 -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 93803 invoked by uid 99); 20 Oct 2017 02:04:50 -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; Fri, 20 Oct 2017 02:04:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 88C5C81D4A; Fri, 20 Oct 2017 02:04:48 +0000 (UTC) Date: Fri, 20 Oct 2017 02:04:48 +0000 To: , "' commits@cxf.apache.org" , '@gitbox.apache.org, Subject: [cxf] branch 3.1.x-fixes updated (d5dd85e -> 7785fa6) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150846508834.4879.8976610533032610409@gitbox.apache.org> From: ffang@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cxf X-Git-Refname: refs/heads/3.1.x-fixes X-Git-Reftype: branch X-Git-Oldrev: d5dd85ec2b1273aa1cb09abcfa53540bb6a3df1f X-Git-Newrev: 7785fa66801dc534634f6c0e1f34d954c68fd8bd X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 20 Oct 2017 02:04:52 -0000 This is an automated email from the ASF dual-hosted git repository. ffang pushed a change to branch 3.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git. from d5dd85e Removing unused code in JAXBUtils, spotted by Colm new 59235d7 [CXF-7532]REST on JMS transport can't handle the request message with text messageType new 7785fa6 [CXF-7532]some clean up The 2 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: .../java/org/apache/cxf/io/ReaderInputStream.java | 296 +++++++++++++++++++++ .../org/apache/cxf/jaxrs/impl/ResponseImpl.java | 7 + .../org/apache/cxf/jaxrs/utils/JAXRSUtils.java | 8 +- .../apache/cxf/systest/jaxrs/jms/JAXRSJmsTest.java | 90 ++++++- 4 files changed, 399 insertions(+), 2 deletions(-) create mode 100644 core/src/main/java/org/apache/cxf/io/ReaderInputStream.java -- To stop receiving notification emails like this one, please contact ['"commits@cxf.apache.org" '].