question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not work with Spring Boot 2.2.1 / Spring Data 2.2.1

See original GitHub issue

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

  1. Use Spring Boot 2.2.1 without specifying implementation 'org.springframework.data:spring-data-commons:2.2.0.RELEASE'.
  2. 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:open
  • Created 4 years ago
  • Comments:10

github_iconTop GitHub Comments

22reactions
btyoshidakimcommented, Jan 15, 2020

When will you release it as a new version of spring-data-dynamodb?

10reactions
boostchickencommented, Nov 19, 2019
api  group: 'io.github.boostchicken', name: 'spring-data-dynamodb', version: '5.2.1'

On maven central now

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found