cascal icon indicating copy to clipboard operation
cascal copied to clipboard

a high-level scala based cassandra library

Results 9 cascal issues
Sort by recently updated
recently updated
newest added

Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the...

Hi Chris, I know you're taking a break from Cascal, but you may want to accept these changes to work with the Cassandra 0.7 API. I haven't tested extensively, but...

Cassandra 0.6.1 is quite old, it will be great if Cascal supports cassandra 0.7.0 beta version.

cassandra supports some basic simple authentication, which can be accessed through the thrift login api. this api should be exposed through the session template interafe.

improvement

if you try and use cascal on a project/vm that already has slf4j-jcl on the classpath (like trying to write a cassandra persistence adapter for activemq (ticktock/qsandra ; ) )...

create 2.8 branch taking advantage of unique aspects - in particular default param values on case class would help a lot with pool creation.

improvement

seperate out the embedded cassandra utilities into their own project. This would help isolate dependencies and would provide better re-use.

improvement

How about making the annotations optional and use reflection to pick up the field names as default column names? I believe that's how some of the newer frameworks do it...

improvement