-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
BeanNotOfRequiredTypeException during transaction qualifier resolution in 6.2.1 #34187
Comments
You can fix it by using
|
thx for the info |
I think it's a regression, fixed by #34191. |
The underlying bug is actually in the |
Hi,
i am getting this exception from spring after upgrading versions from 6.1.14 to 6.2.1
Caused by: org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'CTIChild' is expected to be of type 'org.springframework.transaction.TransactionManager' but was actually of type 'org.springbug.txbug.CTIChild$$SpringCGLIB$$0'
i created an example project where the issue can be reproduced.
https://github.com/zesman21/springbug/tree/main
This commit intruduced this spring framework issue:
#24291
can you please have a look at that issue and confirm that this is a real bug?
thanks
The text was updated successfully, but these errors were encountered: