Ken Dallmeyer

Results 3 comments of Ken Dallmeyer

An idea to solve this: Collect these tests in it's own sequence or list that are returned to the topmost data description. Then if present, as it reads each data...

I am having this issue too. Seems like a blocker to use this library with Spring Boot 2.1. @danieleforberg what did you do to downgrade the versions in Maven or...

In Gradle, by manually adding `org.springframework.data:spring-data-commons:2.0.11.RELEASE`, it overwrote what spring boot 2.1 was using so that it is compatible with the `5.0.4` version. ``` compile "com.amazonaws:aws-java-sdk-dynamodb:1.11.490" compile "org.springframework.data:spring-data-commons:2.0.11.RELEASE" compile "com.github.derjust:spring-data-dynamodb:5.0.4"...