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 D02B32009D9 for ; Thu, 19 May 2016 13:27:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CEA83160A04; Thu, 19 May 2016 11:27:05 +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 47FD3160A00 for ; Thu, 19 May 2016 13:27:05 +0200 (CEST) Received: (qmail 33061 invoked by uid 500); 19 May 2016 11:27:04 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 33049 invoked by uid 99); 19 May 2016 11:27:04 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 May 2016 11:27:04 +0000 Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 8F19D1A0182 for ; Thu, 19 May 2016 11:27:03 +0000 (UTC) Received: by mail-wm0-f41.google.com with SMTP id i142so3606856wmf.0 for ; Thu, 19 May 2016 04:27:03 -0700 (PDT) X-Gm-Message-State: AOPr4FVufoh4BawxJp8/vRxuETg32ABkoiGM+lcJ7veO3Hqzarhk+lodigwbvO3AEY70fXrvvU8gOnrL44cYVA== X-Received: by 10.194.32.165 with SMTP id k5mr13916957wji.23.1463657222036; Thu, 19 May 2016 04:27:02 -0700 (PDT) MIME-Version: 1.0 From: Benedikt Ritter Date: Thu, 19 May 2016 11:26:52 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: [FILEUPLOAD] State of the code base To: Commons Developers List Content-Type: multipart/alternative; boundary=047d7b86f0b2cae73e05333040eb archived-at: Thu, 19 May 2016 11:27:06 -0000 --047d7b86f0b2cae73e05333040eb Content-Type: text/plain; charset=UTF-8 Hi, since several people have asked for a new release, I've looked at the state of the code base. Here are my observation: - b1_3 is currently at version 1.3.3-SNAPSHOT and introduces two new methods. - trunk is currently at version 1.4-SNAPSHOT. It introduces the two new methods and it introduces breaking changes by removing java.io.Serializable from three classes. Several serialization related tests are currently failing. So strictly speaking from a SemVer point of view: - b1_3 is really 1.4 - trunk is really 2.0 I don't know how to progress and I don't want to create an RC which gets rejected because of compatibility issues. Benedikt --047d7b86f0b2cae73e05333040eb--