Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-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 BB51599F4 for ; Sun, 5 Feb 2012 09:31:24 +0000 (UTC) Received: (qmail 23750 invoked by uid 500); 5 Feb 2012 09:31:22 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 23488 invoked by uid 500); 5 Feb 2012 09:31:03 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 23457 invoked by uid 99); 5 Feb 2012 09:30:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2012 09:30:56 +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 (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-lpp01m010-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Feb 2012 09:30:51 +0000 Received: by lahi5 with SMTP id i5so3100176lah.32 for ; Sun, 05 Feb 2012 01:30:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=ykFiFqwqzZ7mQ0DVPcdV0N5+xtcqPVVbsUrec0GzFIs=; b=A8w9Zm2QZcy3pN2FdEh/Y7Tmj//IM6W5faK4BaQwtR8Equkj4Idf1L0dOMbcpxexyD nejsEo8sWypfpg1GmlWMhsdjF0J8ARgTPxOtZcTZnGjOjj8Cei1nFgpA3xX/sh3VOewp zh9p+eYCv0VVu4+TvupGWlPQ/63CLnK2aimWs= Received: by 10.112.84.1 with SMTP id u1mr3612504lby.35.1328434228258; Sun, 05 Feb 2012 01:30:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.10.68 with HTTP; Sun, 5 Feb 2012 01:30:08 -0800 (PST) In-Reply-To: <20120205083511.1A89A2388A9B@eris.apache.org> References: <20120205083511.1A89A2388A9B@eris.apache.org> From: Claus Ibsen Date: Sun, 5 Feb 2012 10:30:08 +0100 Message-ID: Subject: Re: svn commit: r1240679 - in /camel/trunk: components/camel-krati/src/main/java/org/apache/camel/component/krati/KratiHelper.java parent/pom.xml To: dev@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Jean Just mind that .* imports causes checkstyle to fail on the Camel project +import krati.store.*; On Sun, Feb 5, 2012 at 9:35 AM, wrote: > Author: jbonofre > Date: Sun Feb =A05 08:35:10 2012 > New Revision: 1240679 > > URL: http://svn.apache.org/viewvc?rev=3D1240679&view=3Drev > Log: > [CAMEL-4977] Upgrade to Krati 0.4.3 > > Modified: > =A0 =A0camel/trunk/components/camel-krati/src/main/java/org/apache/camel/= component/krati/KratiHelper.java > =A0 =A0camel/trunk/parent/pom.xml > > Modified: camel/trunk/components/camel-krati/src/main/java/org/apache/cam= el/component/krati/KratiHelper.java > URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-krati/src/= main/java/org/apache/camel/component/krati/KratiHelper.java?rev=3D1240679&r= 1=3D1240678&r2=3D1240679&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- camel/trunk/components/camel-krati/src/main/java/org/apache/camel/com= ponent/krati/KratiHelper.java (original) > +++ camel/trunk/components/camel-krati/src/main/java/org/apache/camel/com= ponent/krati/KratiHelper.java Sun Feb =A05 08:35:10 2012 > @@ -20,11 +20,7 @@ import java.io.File; > =A0import krati.core.StoreConfig; > =A0import krati.core.segment.SegmentFactory; > =A0import krati.io.Serializer; > -import krati.sos.SerializableObjectStore; > -import krati.store.DataSet; > -import krati.store.DataStore; > -import krati.store.DynamicDataSet; > -import krati.store.DynamicDataStore; > +import krati.store.*; > =A0import krati.util.HashFunction; > =A0import org.apache.camel.RuntimeCamelException; > > @@ -35,7 +31,7 @@ public final class KratiHelper { > =A0 =A0 } > > =A0 =A0 /** > - =A0 =A0 * Creates a {@link krati.sos.SerializableObjectStore} with the = given parameters. > + =A0 =A0 * Creates a {@link krati.store.SerializableObjectStore} with th= e given parameters. > =A0 =A0 =A0* > =A0 =A0 =A0* @param path =A0 =A0 =A0 =A0 =A0 =A0The directory which the s= tore will use. > =A0 =A0 =A0* @param initialCapacity > > Modified: camel/trunk/parent/pom.xml > URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=3D124067= 9&r1=3D1240678&r2=3D1240679&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- camel/trunk/parent/pom.xml (original) > +++ camel/trunk/parent/pom.xml Sun Feb =A05 08:35:10 2012 > @@ -116,7 +116,7 @@ > =A0 =A0 2.1.2 > =A0 =A0 4.8.1 > =A0 =A0 2.2.5 > - =A0 =A00.4.1 > + =A0 =A00.4.3 > =A0 =A0 1.2.16 > =A0 =A0 3.0.3 > =A0 =A0 1.1.7 > > --=20 Claus Ibsen ----------------- FuseSource Email: cibsen@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/