[jira] [Resolved] (GORA-81) Replace CassandraStore#addOrUpdateField with TypeInferringSerializer to take advantage of when the value is already of type ByteBuffer.

2012-06-01 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved GORA-81. -- Resolution: Fixed Committed @revision 1345164 in trunk Thanks for the patch Kazuomi great

[jira] [Commented] (GORA-138) gora-cassandra array type support

2012-06-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/GORA-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287443#comment-13287443 ] Hudson commented on GORA-138: - Integrated in gora-trunk #300 (See

Jenkins build is back to normal : gora-trunk #300

2012-06-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/gora-trunk/300/changes

Re: Upgrade to Hector and Cassandra 1.1.X

2012-06-01 Thread Kazuomi Kashii
Regarding dependency, gora-cassandra is a client library of Cassandra via Hector, so it depends only apache-cassandra-thrift-1.1.0.jar (or ...-1.0.x.jar), and cassandra-all is not necessary. -Kaz On 6/1/12 6:50 AM, Lewis John Mcgibbney wrote: Afternoon Everyone (specifically Kazuomi), In

Re: Upgrade to Hector and Cassandra 1.1.X

2012-06-01 Thread Kazuomi Kashii
I found the following in hector-core-1.1-0.pom of .m2/repository/org/hectorclient/hector-core/1.1-0. !--for abstract types? -- dependency groupIdorg.apache.cassandra/groupId artifactIdcassandra-all/artifactId /dependency Currently, I am not sure that it is really necessary. Anyway, we should

[jira] [Commented] (GORA-138) gora-cassandra array type support

2012-06-01 Thread Kazuomi Kashii (JIRA)
[ https://issues.apache.org/jira/browse/GORA-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13287585#comment-13287585 ] Kazuomi Kashii commented on GORA-138: - I found GenericArray's add() method causes

[jira] [Updated] (GORA-138) gora-cassandra array type support

2012-06-01 Thread Kazuomi Kashii (JIRA)
[ https://issues.apache.org/jira/browse/GORA-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kazuomi Kashii updated GORA-138: Attachment: GORA-138-v3.patch It fixes NoSuchMethodError. gora-cassandra array