Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-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 95A1D7420 for ; Sun, 16 Oct 2011 13:28:26 +0000 (UTC) Received: (qmail 31785 invoked by uid 500); 16 Oct 2011 13:28:26 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 31741 invoked by uid 500); 16 Oct 2011 13:28:25 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 31731 invoked by uid 99); 16 Oct 2011 13:28:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2011 13:28:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.78.103.231] (HELO vorsha.objectstyle.org) (208.78.103.231) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 16 Oct 2011 13:28:19 +0000 Received: (qmail 23527 invoked from network); 16 Oct 2011 13:27:57 -0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by localhost with SMTP; 16 Oct 2011 13:27:57 -0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: [VOTE] Cayenne 3.1M3 From: Andrus Adamchik In-Reply-To: <91625740-3CAA-4940-A850-2E582BDBE8CE@pvv.ntnu.no> Date: Sun, 16 Oct 2011 16:27:56 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <763AD43D-3E98-4492-934A-A92E1789D4FC@objectstyle.org> References: <66D2BBC1-FFCC-441B-A2F5-F9B116846AAA@objectstyle.org> <91625740-3CAA-4940-A850-2E582BDBE8CE@pvv.ntnu.no> To: dev@cayenne.apache.org X-Mailer: Apple Mail (2.1084) On Sep 17, 2011, at 12:30 AM, Tore Halset wrote: > ObjectContexts deleteObject is now deprecated. deleteObjects with = varargs could be named just delete to be grammatically correct both for = 1 and >1 arguments. I am going through a project code conversion after 3.1M3 upgrade, and I = am feeling like we may need to undeprecate "deleteObject". = deleteObjects(x) does look awkward.=20 Andrus=