Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 93882 invoked from network); 30 Nov 2009 14:31:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 14:31:45 -0000 Received: (qmail 58260 invoked by uid 500); 30 Nov 2009 14:31:45 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 58207 invoked by uid 500); 30 Nov 2009 14:31:45 -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 57831 invoked by uid 99); 30 Nov 2009 14:31:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 14:31:44 +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; Mon, 30 Nov 2009 14:31:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B9798234C1F2 for ; Mon, 30 Nov 2009 06:31:20 -0800 (PST) Message-ID: <877941670.1259591480758.JavaMail.jira@brutus> Date: Mon, 30 Nov 2009 14:31:20 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-2564) CXF uses an old RS API 1.0 - Consider upgrading to 1.1 on branches as well 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 CXF uses an old RS API 1.0 - Consider upgrading to 1.1 on branches as well -------------------------------------------------------------------------- Key: CXF-2564 URL: https://issues.apache.org/jira/browse/CXF-2564 Project: CXF Issue Type: Improvement Affects Versions: 2.2.5 Reporter: Claus Ibsen Looks like trunk is on API 1.1 which is good But 2.2.5 is using old 1.0 API http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.5/rt/frontend/jaxrs/pom.xml Which does not work well with the rest of the world where 1.1 API is commonly used. Consider if possible to upgrade to 1.1 on these branches, or at least on 2.2.x branch -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.