This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
Releases: 1and1/Troilus
Releases · 1and1/Troilus
V0.18
V0.17
- 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