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 55EB6200BE7 for ; Tue, 20 Dec 2016 16:10:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5493A160B1B; Tue, 20 Dec 2016 15:10:00 +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 A6650160B34 for ; Tue, 20 Dec 2016 16:09:59 +0100 (CET) Received: (qmail 33804 invoked by uid 500); 20 Dec 2016 15:09:58 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 33777 invoked by uid 99); 20 Dec 2016 15:09:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2016 15:09:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 637552C2A67 for ; Tue, 20 Dec 2016 15:09:58 +0000 (UTC) Date: Tue, 20 Dec 2016 15:09:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-10626) Add asynchronous support for CXF JAX-RS producers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 20 Dec 2016 15:10:00 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764407#comment-15764407 ] ASF GitHub Bot commented on CAMEL-10626: ---------------------------------------- GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1360 Add async support for camel-cxf JAX-RS producer https://issues.apache.org/jira/browse/CAMEL-10626 You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/camel CAMEL-10626 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1360.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1360 ---- commit 4c894c8da518fd6efd6a86c089a30d12df4999c6 Author: jpoth Date: 2016-11-22T18:07:26Z Add async support for camel-cxf JAX-RS producer ---- > Add asynchronous support for CXF JAX-RS producers > ------------------------------------------------- > > Key: CAMEL-10626 > URL: https://issues.apache.org/jira/browse/CAMEL-10626 > Project: Camel > Issue Type: New Feature > Components: camel-cxf > Reporter: John Poth > > See the asynchronous [Proxy-based API|http://cxf.apache.org/docs/jax-rs-client-api.html#JAX-RSClientAPI-Asynchronousproxyinvocations] and [WebClient API|http://cxf.apache.org/docs/jax-rs-client-api.html#JAX-RSClientAPI-Asynchronousproxyinvocations]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)