Return-Path: X-Original-To: apmail-gora-commits-archive@www.apache.org Delivered-To: apmail-gora-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB5D4C13A for ; Tue, 12 Jun 2012 14:37:10 +0000 (UTC) Received: (qmail 27623 invoked by uid 500); 12 Jun 2012 14:37:10 -0000 Delivered-To: apmail-gora-commits-archive@gora.apache.org Received: (qmail 27580 invoked by uid 500); 12 Jun 2012 14:37:10 -0000 Mailing-List: contact commits-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list commits@gora.apache.org Received: (qmail 27568 invoked by uid 99); 12 Jun 2012 14:37:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 14:37:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 14:37:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C88D52388860; Tue, 12 Jun 2012 14:36:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1349375 - in /gora/trunk: CHANGES.txt gora-cassandra/pom.xml pom.xml Date: Tue, 12 Jun 2012 14:36:48 -0000 To: commits@gora.apache.org From: lewismc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120612143648.C88D52388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lewismc Date: Tue Jun 12 14:36:48 2012 New Revision: 1349375 URL: http://svn.apache.org/viewvc?rev=1349375&view=rev Log: commit to address GORA-140 and update to CHANGES.txt Modified: gora/trunk/CHANGES.txt gora/trunk/gora-cassandra/pom.xml gora/trunk/pom.xml Modified: gora/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/gora/trunk/CHANGES.txt?rev=1349375&r1=1349374&r2=1349375&view=diff ============================================================================== --- gora/trunk/CHANGES.txt (original) +++ gora/trunk/CHANGES.txt Tue Jun 12 14:36:48 2012 @@ -6,6 +6,8 @@ Gora Change Log 0.3 (trunk) Current Development: +* GORA-140 Requires some adjustments on dependency at gora-cassandra (kazk, lewismc) + * GORA-138 gora-cassandra array type support: Double fix for GORA-81 Replace CassandraStore#addOrUpdateField with TypeInferringSerializer to take advantage of when the value is already of type ByteBuffer. (Kazuomi Kashii via lewismc) * GORA-139 Creates Cassandra column family with BytesType for column value validator (and comparators), instead of UTF8Type (Kazuomi Kashii via lewismc) Modified: gora/trunk/gora-cassandra/pom.xml URL: http://svn.apache.org/viewvc/gora/trunk/gora-cassandra/pom.xml?rev=1349375&r1=1349374&r2=1349375&view=diff ============================================================================== --- gora/trunk/gora-cassandra/pom.xml (original) +++ gora/trunk/gora-cassandra/pom.xml Tue Jun 12 14:36:48 2012 @@ -120,11 +120,6 @@ org.apache.cassandra - cassandra-all - - - - org.apache.cassandra cassandra-thrift @@ -147,13 +142,17 @@ + org.apache.hadoop + avro + + org.slf4j slf4j-api org.slf4j - slf4j-jdk14 + slf4j-log4j12 Modified: gora/trunk/pom.xml URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1349375&r1=1349374&r2=1349375&view=diff ============================================================================== --- gora/trunk/pom.xml (original) +++ gora/trunk/pom.xml Tue Jun 12 14:36:48 2012 @@ -523,10 +523,9 @@ 1.3.3 2.5.2 - 1.0.2 - 1.0.2 + 1.1.1 0.7.0 - 1.0-1 + 1.0-4 10.0.1 2.6 @@ -698,12 +697,6 @@ org.apache.cassandra - cassandra-all - ${cassandra.version} - - - - org.apache.cassandra cassandra-thrift ${cassandra.thrift.version} @@ -781,6 +774,12 @@ + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + log4j log4j ${log4j.version}