Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B031D1067A for ; Wed, 17 Jul 2013 22:40:10 +0000 (UTC) Received: (qmail 72723 invoked by uid 500); 17 Jul 2013 22:40:10 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 72642 invoked by uid 500); 17 Jul 2013 22:40:09 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 72634 invoked by uid 99); 17 Jul 2013 22:40:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 22:40:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elakito@gmail.com designates 209.85.192.172 as permitted sender) Received: from [209.85.192.172] (HELO mail-pd0-f172.google.com) (209.85.192.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jul 2013 22:40:05 +0000 Received: by mail-pd0-f172.google.com with SMTP id z10so2323975pdj.31 for ; Wed, 17 Jul 2013 15:39:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=CQgZ4mOz2EdIb6NnGYsp9H7cTcn6de5DmfPhfNZ3X0E=; b=eeHzE9lGVJIavM4kMfYWWPP4QNJpt/PtTXt25YcNKkvEhL7qf1AGK16DgPx2C7a4b8 R1wt6XLItJVEIBVfHJcVaOiWYCnSNwIu9caoquSCtC2WoOpwEVfeeSrf6KSSUqYUg0/E W3mL8YxeI1mdsvlt9sD1sQ7e41uvU31nc0RuFf9LgSglU8Jdh43pYAIrvsUFGOthslrY ZsvO63QJkpH2ZjTQ7S0kfgf+77dFmbAUFQ33RLKC6sGBZ0Kmr5a6EE1H4TRFpZ+NfV22 O7X2F5w9dDRRAuVAKaV3P1AxFPAHGCvSkNkxBGW9dJOcxF94GvhABQSHqhus8zEHoo2Z Clew== MIME-Version: 1.0 X-Received: by 10.66.234.232 with SMTP id uh8mr10008882pac.155.1374100785359; Wed, 17 Jul 2013 15:39:45 -0700 (PDT) Received: by 10.68.222.70 with HTTP; Wed, 17 Jul 2013 15:39:45 -0700 (PDT) In-Reply-To: <89B5C0F8-17DD-41EF-87A6-7A8E8726383E@apache.org> References: <89B5C0F8-17DD-41EF-87A6-7A8E8726383E@apache.org> Date: Thu, 18 Jul 2013 00:39:45 +0200 Message-ID: Subject: Re: [VOTE] Apache CXF patch releases (2.5.11/2.6.9/2.7.6 and xjc-utils 2.6.2) From: Aki Yoshida To: dev@cxf.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org So far all the tests I ran with 2.7.6 are fine except I noticed one thing. cxf-2.7.6 uses jettison 1.3.4 and uses a new method that was not in 1.3.3. So with 1.3.3, it runs into javax.ws.rs.InternalServerErrorException: java.lang.NoSuchMethodError: org.codehaus.jettison.mapped.Configuration.setWriteNullAsString(Z)V The version range given in rt-rs-extension-provider is [1.3,2), so it can still pick up the old jettison version that is incompatible with it. (not relevant when using karaf cxf feature because that is bringing the new one). I am not familiar with the jettison's versions, and not sure whether a short remark in the 2.7.6 release note is sufficient or some change in the code is necessary. regards, aki 2013/7/17 Daniel Kulp : > > > We've resolved over 75 issues since 2.7.5 and almost 50 ported back to 2.5.11 and 2.6.9. > > This also includes an minor 2.6.2 release of xjc-utils to get the update to the boolean getter plugin that was requested. > > > List of issues: > 2.5.11 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12324275 > 2.6.9 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12324384 > 2.7.6 > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310511&version=12324383 > > The Maven staging areas are at: > xjc-utils: > https://repository.apache.org/content/repositories/orgapachecxf-153 > 2.5.11 > https://repository.apache.org/content/repositories/orgapachecxf-152 > 2.6.9 > https://repository.apache.org/content/repositories/orgapachecxf-155 > 2.7.6 > https://repository.apache.org/content/repositories/orgapachecxf-159 > > The distributions are in the org/apache/cxf/apache-cxf/ directory of the Maven staging areas. > > > This releases are tagged at: > http://svn.apache.org/repos/asf/cxf/xjc-utils/tags/xjc-utils-2.6.2/ > http://svn.apache.org/repos/asf/cxf/tags/cxf-2.5.11 > http://svn.apache.org/repos/asf/cxf/tags/cxf-2.6.9 > http://svn.apache.org/repos/asf/cxf/tags/cxf-2.7.6 > > This vote will be open for at least 72 hours. > > > -- > Daniel Kulp > dkulp@apache.org - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com >