astyanax icon indicating copy to clipboard operation
astyanax copied to clipboard

Cassandra Java Client

Results 103 astyanax issues
Sort by recently updated
recently updated
newest added

Address issue #533 by adding usingTimestamp with Date object signature. Again, per DirectCqlTests - would not work locally unless I added create/drop keyspace to setup and teardown of unit tests....

Hello, It seems to me fromByteBuffer() should work with bytebuffers with more bytes remaining too, as it is only reading the next 4 bytes. Also, the instance field in Int32Serializer...

Is there any particular reason why AbstractComposite does not support a Float component?

Added to com.netflix.astyanax.Keyspace DDL methods which deal with ColumnFamilyDefinition and KeyspaceDefinition. Fixed javadocs a little bit.

Here's a prototype of one approach for mitigating the side-effects of having cassandra-all.jar (and all of it's transitive dependencies) as a dependency in Astyanax. This approach is based on the...

- Modifies EntityMapper so that it considers annotated fields in parent classes recursively. Only parent classes annotated with @MappedSuperClass or @Entity are considered. Comes with tests. Slightly different than #248...