unresolvable circular references updating from 5.0.3
See original GitHub issueIt looks like there are some new bean factories trying to inject instances of AmazonDynamoDB, DynamoDBMapperConfig, etc.
Is there a way to turn them off and simply use the beans we already have configured?
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dynamoDB-DynamoDBMapper': Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'dynamoDBMapperConfig': Requested bean is currently in creation: Is there an unresolvable circular reference?
Looks like this popped up in v5.1.0, so before your fork.
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Spring boot application fails to start after upgrading to 2.6.0 ...
Spring Boot - Error creating bean with name 'cloud': Requested bean is currently in creation: Is there an unresolvable circular reference? 4.
Read more >How to resolve circular dependencies in Spring? - LogicBig
Circular dependencies are the scenarios when two or more beans try to inject ... in creation: Is there an unresolvable circular reference?
Read more >Unresolvable circular reference with eurekae & postgress #3030
I've been working on a spring boot 2 project which uses postgres as database, all working fine. Now, I've been following a course...
Read more >JQL Cycle Detection Regression (4.4 -> 5.0) - Jira Atlassian
The issues I've seen with my filters are NOT circular references, despite being reported as such. If a Filter can't appear twice in...
Read more >Changelog — Python 3.11.1 documentation
gh-99578: Fix a reference bug in _imp.create_builtin() after the creation of the ... gh-98745: Update py.exe launcher to install 3.11 by default and...
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
@brettcooper
@efenderbosch @frommeyerc this os released and should be on central soon