Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

V0.17

Compare
Choose a tag to compare
@grro grro released this 07 Jan 08:54
· 36 commits to master since this release
  • Pagination Support - ListRead.withPagingState(), ListReadQuery.toStatementAsync()
  • Inheritance of @field mappings for entities in BeanMapper
  • Upgrade from Cassandra Datastax 2.2.0-rc2 driver to 3.0.0-rc1 driver
  • Upgrade tests from Cassandra 2.x to Cassandra 3.0.0 (see pom.xml dependency and CassandraDB.java)
  • LocalDateTime Support - Record.java interfaces and implementations
  • bugfix: WriteQueryDataImpl.java toUpdateStatementAsync() no longer maps primary keys into Update SET
  • bugfix: RecordImpl.PropertySourceAdapter rewrote read() and read(String name, Class clazz1, Class clazz2) to work with UDTValue collections.
  • New test cases: PaginationTest.java, EntityInheritanceMappingTest.java, UDTValueMappingCollectionTests.java