Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22F3A9992 for ; Mon, 9 Jan 2012 08:01:01 +0000 (UTC) Received: (qmail 76811 invoked by uid 500); 9 Jan 2012 08:01:00 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 76627 invoked by uid 500); 9 Jan 2012 08:00:36 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 76531 invoked by uid 99); 9 Jan 2012 08:00:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 08:00:20 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of castagna.lists@googlemail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 08:00:12 +0000 Received: by werm13 with SMTP id m13so2660715wer.6 for ; Sun, 08 Jan 2012 23:59:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=rjHTW+GoydSV/lag9eUwpeAUW5brXNJL+aaz0iGqe+4=; b=BE1OZQLehDK+/aBAGexBYRq6iBKWXO1u7yzA1Cc0FvtqK1XTYJXi/3Et+KU39HUTun g+AtyqeXXuFPmb1wZyXdexXXbVa/YGTSFZUsjUOIwk2aC5wQboX9vTjaOfe4TpVzwH5j lDuRaHGVvHl67/o3vp2TRl8E7Ux9yhZ6U/Y+U= Received: by 10.216.133.198 with SMTP id q48mr3239738wei.22.1326095991989; Sun, 08 Jan 2012 23:59:51 -0800 (PST) Received: from [192.168.2.2] (79-66-216-92.dynamic.dsl.as9105.com. [79.66.216.92]) by mx.google.com with ESMTPS id fy5sm164215711wib.7.2012.01.08.23.59.49 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 08 Jan 2012 23:59:50 -0800 (PST) Message-ID: <4F0A9E74.2080102@googlemail.com> Date: Mon, 09 Jan 2012 07:59:48 +0000 From: Paolo Castagna User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: jena-dev@incubator.apache.org Subject: Re: TDB: release process References: <4F09EE09.5080708@apache.org> In-Reply-To: <4F09EE09.5080708@apache.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Andy, do you have a date in mind for the release? I'd like to release LARQ as well, if possible (at the same time). There is an open bug/new feature for LARQ: - JENA-164: LARQ needs to update the Lucene index when a SPARQL Update request is received If you agree, I'd like to release LARQ anyway (since JENA-164 isn't a trivial fix/task and it's a new feature, not a bug). I also need to spend a couple of hours to double check the NOTICE.txt file and make sure it is correct and following criteria used in the other modules. I'll have a double check on the pom.xml and see if it doing something different from the other modoules with the aim at reducing diversity between modules (=> lower cost for the release manager). Other than this, I do not see other tasks pending for LARQ. Paolo Andy Seaborne wrote: > The release of core/ARQ etc. hasn't lead to any immediate disasters (but > there is still time!) so we can move on to TDB. > > As far as I'm concerned, the code in the current snapshot and in SVN is > release candidate code (JENA-102 is fixed) and if people don't test it > (I've pinged jena-users@), then they risk it taking longer to get a > released version with fixes. > > I need to write the transaction API documentation and there is something > odd in the prefix handling but as far as I can see, it's been odd for > some time, maybe all time; it needs reworking, not fixing so shouldn't > block a release. > > Andy > > PS Fuseki snapshot is using TDB transactions now.