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 41AA0113BB for ; Mon, 19 May 2014 18:55:22 +0000 (UTC) Received: (qmail 89304 invoked by uid 500); 19 May 2014 18:55:22 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 89241 invoked by uid 500); 19 May 2014 18:55:22 -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 89233 invoked by uid 99); 19 May 2014 18:55:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 18:55:22 +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 (nike.apache.org: domain of drreta@gmail.com designates 209.85.192.45 as permitted sender) Received: from [209.85.192.45] (HELO mail-qg0-f45.google.com) (209.85.192.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 May 2014 18:55:16 +0000 Received: by mail-qg0-f45.google.com with SMTP id z60so9442990qgd.18 for ; Mon, 19 May 2014 11:54:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:reply-to:message-id:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=ymafBJ/97FNIzvTjHN+OHyjC/hMDjGkQyPRNhCHkjCk=; b=pKM3wX4SQtpK1zl/ckIG9RjJvgq4rc+qRpxwGxrcBbdQ3yEl3wcjZ/y4IgPSkNsYWz 6742f+qqhIuOyg96piGjMTXtru5/2k4prpjdtp2hwufgGoGJUrE+y5pKOj8ZXsen3b55 JB4/g0BWy42OI9UZf1PI7BuwoOR6COISUFG3AtI3Qt82U2nljgShKGou4SaTfVB9RMQK k8+mBNHf4s916Q8Vj3tQ5uRA+A+YsHrgw9quZYOXuyB9g6A589PipiBGWWSaJReye3T5 +aaEmGOMQfI8L9hzTW5pjhlLKCDE5yG2M05i/rLb5OVXhGyPIHQ+TzV6DUyPaXehrgrL SSrg== X-Received: by 10.224.66.193 with SMTP id o1mr51180390qai.43.1400525693197; Mon, 19 May 2014 11:54:53 -0700 (PDT) Received: from [192.168.0.101] (modemcable153.195-23-96.mc.videotron.ca. [96.23.195.153]) by mx.google.com with ESMTPSA id z33sm1550304qgd.31.2014.05.19.11.54.52 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 19 May 2014 11:54:52 -0700 (PDT) Date: Mon, 19 May 2014 14:54:51 -0400 From: Andriy Redko Reply-To: Andriy Redko X-Priority: 3 (Normal) Message-ID: <689760432.20140519145451@gmail.com> To: Daniel Kulp CC: dev@cxf.apache.org Subject: Re: [DISCUSS] Short term plans/branching.... In-Reply-To: <330026BE-3799-4F6D-8459-092B03295F8F@apache.org> References: <330026BE-3799-4F6D-8459-092B03295F8F@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Dan, Excellent plan! One question though: following recent discussions on the list, there is strong interest in Java 8 support but we know some issues have to be resolved. Do you think we can at least investigate Java 8 support and be ready as much as we can? Thanks. Best Regards, Andriy Redko DK> Just wanted to throw out a quick discussion about how to manage the git repo for the short term. DK> With the last 2.6.x release, we announced there would be one more release of that branch. Thus, we need to keep DK> that branch around. To avoid having to merge to 3 fixes branches, I�d like to keep master on 3.0.1 until 2.6.15 is DK> released. At that point, we can create the 3.0.x-fixes branch and set master for 3.1. Is there any problems DK> with that? Anything needed for 3.1 that needs to be put on master immediately? DK> With 3.0.0 out, I expect a bit higher uptake of it and a possible influx of issues. Thus, I�d like a relatively DK> quick turnaround for 3.0.1. Maybe 4-6 weeks. At that point, we could do 3.0.1/2.7.12/2.6.15 releases at once and be done with 2.6.x. Would that work for everyone? DK> Once we start 3.1, I�d like to do a couple things: DK> 1) Update to require Java7 DK> 2) Remove all the Jaxws 2.1 support stuff. With being Java 7, we don�t need the various 2.2/2.1 profiles and differences and such. DK> 3) *possibly* change the tooling to use the in-JDK JAXB XJC. With recent versions of the JDK, the in-JDK versions DK> are actually more up to date than the versions available in central. Plus, this would fix some of the issues on DK> Java8. This MAY cause issue on IBM JDK�s. Will need to investigate. Possible wrap the impl via reflect calls DK> like we do in the runtime. In any case, this would drop a few dependencies as well. DK> 4) Start investigating Jetty9 support. This may be hard without breaking Jetty8. DK> 5) With Java7, start using some of the new interfaces, the AutoClosable one being the main �nice to have�. DK> Anyway, open for discussion. :-)