-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Migrating spring 6.1.x to 6.2.x leads to BeanCurrentlyInCreationException #34271
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
Thanks for the report but we don't really see where that method is defined so we only have a partial information that can only lead to guesses. Can you please provide an sample that we can run ourselves? You can attach a zip here or push the code to a GitHub repository? |
I've tried to reproduce on a sample but I can't achieve the same... I can't share the complete app for IP reasons! Thus except if you have some feeling otherwise can be closed. We'll checking refactoring our |
We can't really justify debugging your entire app even if you shared it with us. I don't really see why That said, I am not sure I get why |
We're running and deploying Spring app (without Spring boot) currently in version 6.1.x.
When migrating to 6.2.1 (and even with 6.2.2-SNAPSHOT version from #34186 (comment)) we're facing circular and
BeanCurrentlyInCreationException
Here anonymized log
And
implementation is
Can be considered as bug/regression, or should I adapt something on our webapp?
The text was updated successfully, but these errors were encountered: