Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 33747 invoked from network); 2 Jul 2009 11:43:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 11:43:59 -0000 Received: (qmail 30453 invoked by uid 500); 2 Jul 2009 11:44:10 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 30412 invoked by uid 500); 2 Jul 2009 11:44:10 -0000 Mailing-List: contact issues-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 issues@cxf.apache.org Received: (qmail 30402 invoked by uid 99); 2 Jul 2009 11:44:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 11:44:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 11:44:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A799234C053 for ; Thu, 2 Jul 2009 04:43:47 -0700 (PDT) Message-ID: <646883982.1246535027631.JavaMail.jira@brutus> Date: Thu, 2 Jul 2009 04:43:47 -0700 (PDT) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2323) Jax RS clients don't support features In-Reply-To: <808604967.1246041947622.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin resolved CXF-2323. ----------------------------------- Resolution: Fixed Fix Version/s: 2.3 Assignee: Sergey Beryozkin Hi Eamonn - I applied the patch. I introduced ClientConfiguration holder which keeps all non-HTTP related artifacts (bus, conduit, interceptors of all sorts and will keep contexts, etc) - it just lets to keep WebClient very http-centric. I will also provide the public access to this ClientConfiguration instance... thanks, Sergey > Jax RS clients don't support features > ------------------------------------- > > Key: CXF-2323 > URL: https://issues.apache.org/jira/browse/CXF-2323 > Project: CXF > Issue Type: Bug > Components: REST > Affects Versions: 2.2.2 > Reporter: Eamonn Dwyer > Assignee: Sergey Beryozkin > Fix For: 2.2.3, 2.3 > > Attachments: CXF-2323.patch > > > It would make life easier if we could have features configureable for Jaxrs clients. > A proposed patch will follow shortly -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.