-
Notifications
You must be signed in to change notification settings - Fork 140
Upgrading to 5.1.0 results in the error Bean property 'dynamoDBMapperConfig' is not writable or has an invalid setter method. #235
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
Comments
I guess, this is related to #230 |
Get the same error when updating to 5.1.0 and spring boot 2.1.3 |
Probably related, yes. |
Upgrading to 5.1.0 results in the error Bean property 'dynamoDBMapperConfig' is not writable or has an invalid setter method.
Hi @derjust any expected date of release of 5.1.1? |
Any news on a 5.1.1 release? |
@derjust ^ |
I'm starting a new project on boot 2.1.8 and 5.1.0 and hitting this issue. 🙏 |
@derjust Is 5.1.1 ready to go? I am considering making my own maven package based on the current state of master in this repo and vendoring it into my app so that I can have this crucial fix. My main concern is that the 5.1.1 release is being held up by quality problems. Is it ready for production? |
https://github.com/boostchicken/spring-data-dynamodb
on OSSRH, give it go and let me know if it works and I'll release soon. Has Spring Boot 2.2 support |
Thank you, @boostchicken My test compiles and runs now! |
api group: 'io.github.boostchicken', name: 'spring-data-dynamodb', version: '5.2.1' |
@boostchicken Thank you! |
Thank you very much, @boostchicken you are wonderful person :) |
Hi,
I have recreated this error in https://github.com/davidmelia/spring-data-dynamodb-bug (run the test DynamoDbBugTests)
In a nutshell, after upgrading to 5.1.0 I get the error below:
The text was updated successfully, but these errors were encountered: