Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 40167 invoked from network); 25 Feb 2009 15:53:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2009 15:53:26 -0000 Received: (qmail 23213 invoked by uid 500); 25 Feb 2009 15:53:25 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 23189 invoked by uid 500); 25 Feb 2009 15:53:25 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 23180 invoked by uid 99); 25 Feb 2009 15:53:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 07:53:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2009 15:53:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 475B2234C498 for ; Wed, 25 Feb 2009 07:53:02 -0800 (PST) Message-ID: <115712981.1235577182291.JavaMail.jira@brutus> Date: Wed, 25 Feb 2009 07:53:02 -0800 (PST) From: =?utf-8?Q?Michael_D=C3=BCrig_=28JIRA=29?= To: dev@jackrabbit.apache.org Subject: [jira] Assigned: (JCR-1963) Determination of property state difference should skip binary values In-Reply-To: <608055930.1233747479734.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-1963?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Michael D=C3=BCrig reassigned JCR-1963: ---------------------------------- Assignee: Michael D=C3=BCrig > Determination of property state difference should skip binary values > -------------------------------------------------------------------- > > Key: JCR-1963 > URL: https://issues.apache.org/jira/browse/JCR-1963 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-jcr2spi > Reporter: Michael D=C3=BCrig > Assignee: Michael D=C3=BCrig > > o.a.j.jcr2spi.state.PropertyState.diffPropertyData, PropertyData) should = alway consider two binary values to be different. The current implementatio= n compares two binary values with equals(). An implementation will in gener= al have to do a byte by byte comparison of both values. This is most likely= always more expensive than considering the values different right from the= start.=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.