Does not work with Spring Boot 2.2.1 / Spring Data 2.2.1
See original GitHub issueExpected 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
- Use Spring Boot 2.2.1 without specifying
implementation 'org.springframework.data:spring-data-commons:2.2.0.RELEASE'
. - DynamoDB repository beans are not created (org.springframework.beans.factory.NoSuchBeanDefinitionException).
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
Issue Analytics
- State:
- Created 4 years ago
- Comments:10
Top Results From Across the Web
Spring Boot 2.2.1 available now
1 has been released and is now available from repo.spring.io and Maven Central. This release includes 110 fixes, improvements, and dependency ...
Read more >Issues with Upgrading Spring boot from 2.2.2.Release to 2.4.2 ...
2.RELEASE. Now we tried to upgrade it to the SpringBoot 2.4.2 version and application is not getting started and throws the following error....
Read more >Spring Boot, Maven and Eclipse Errors and TroubleShooting ...
Error : H2 Console is not Launched up? Q : How did the insert query from data.sql run at application startup? Q :...
Read more >spring-boot-dependencies-2.2.1.RELEASE.pom
RELEASE org.springframework.boot spring-boot-starter-data-cassandra 2.2.1. ... ${activemq.version} org.apache.activemq activemq-run ${activemq.version} ...
Read more >spring-projects/spring-boot - Gitter
I got an ”Reactive Repositories are not supported by JPA”. ... If you have a sample that breaks with 2.2.2 and changing to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
When will you release it as a new version of
spring-data-dynamodb
?On maven central now