Zoro
Zoro
Hi Erko, I appreciate your github account. I was testing this app on Firefox(31), Chrome(last) and IE(11). For all, I caught these exceptions when the save button was clicked: Firefox:...
Hi, Firebrand does not have property to define caching row keys of CF. I need this: create column family my_column_family and comparator = UTF8Type and caching = 'NONE' ... org.firebrandocm.dao.annotations.ColumnFamily...
Serialization with jackson fails when moipAccount field is null. Kotlin code to reproduce the issue. ``` // all fields null(which is ok) val c = Customer() val objectMapper = ObjectMapper()...