Sling Proposal

2013-06-30 Thread Ben Zahler
Hi all, I have done some work on selectors and security in CQ lately, and in the process I've had an idea how to handle some of the issues in Sling. >From my point of view, this could well be intergrated into Sling, but it can >also easily work as an addition, so I'd like to hear some feedback fr

Re: [Status Update] Apache Cassandra backend for Sling

2013-06-30 Thread Ian Boston
Hi Dishara, I've taken the liberty of creating a code review at [1]. This is all commits. I've emailed you separately with the comments. I think it would be good if we can get into the habit of looking at the code in this way as it often removes confusion introduced by the english language (which

Re: [Status Update] Apache Cassandra backend for Sling

2013-06-30 Thread Dishara Wijewardana
On Fri, Jun 28, 2013 at 4:37 AM, Ian Boston wrote: > Hi, > Have you tried the TypeInferringSerializer for the value serializer ? > That claims to be detect what the column value is based on the Byte array. > > Failing that, I would consider making everything byte[] and using your own > serializer