michaellavelle / spring-data-dynamodb

Simplifies the development of creating an Amazon DynamoDB-based Java data access layer
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
169 stars 284 forks source link

Not compatible with Spring Boot 1.3 #71

Closed thomasturrell closed 4 years ago

thomasturrell commented 8 years ago

spring-data-dynamodb Version 1.0.2 isn't compatible with Spring Boot 1.3. Spring Boot 1.3 was released on the 15th of November 2016.

spring-data-dynamodb is really useful to me, I hope it's updated to support Spring Boot 1.3.

derjust commented 8 years ago

What is the issue you see? I'm using it with Spring Boot 1.2 right now and had an upgrade to 1.3 on my list.

thomasturrell commented 8 years ago

this pull request seems relevant https://github.com/michaellavelle/spring-data-dynamodb/pull/66

derjust commented 8 years ago

Issue solved via #72

As (privately) communicated with @michaellavelle, the project will continue under https://github.com/derjust/spring-data-dynamodb.