-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work with Spring Boot 2.2.1 / Spring Data 2.2.1 #273
Comments
This is due to lack of multiple repository support probably. I have a fix incoming sometime soon. |
@patkovskyi
|
On maven central now |
@boostchicken I was seeing this issue. Your new version has fixed it. Thanks for that. Have you just volunteered to take over development and maintenance of the repo? 😉 |
@boothen |
Does this Fix come also get into this repository? |
When will you release it as a new version of |
will this be merged to this repo is there a PR ? |
@gauravbrills I would say no. Move to my fork. |
Yup doing the same for now but can't there be one standard repo or if spring cloud aws or data can merge this in the main stream. This has now shifted across 3 repos now. @derjust any update if this can be merged |
Expected Behavior
Works with Spring Boot 2.2.1 / Spring Data 2.2.1
Actual Behavior
Does not work with Spring Boot 2.2.1 / Spring Data 2.2.1
Steps to Reproduce the Problem
implementation 'org.springframework.data:spring-data-commons:2.2.0.RELEASE'
.Workaround (need to verify if everything is really ok):
Downgrade Spring Data to 2.2.0:
implementation 'org.springframework.data:spring-data-commons:2.2.0.RELEASE'
Specifications
Spring Data DynamoDB Version: 5.1.0 (2.1)
Spring Data Version: 2.2.1.RELEASE
AWS SDK Version: 1.11.443
Java Version: 12.0.2 - OpenJDK 64-Bit Server VM 12.0.2+10
Platform Details: Mac OS X 10.14.6
The text was updated successfully, but these errors were encountered: