You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I used awspring-cloud 3.0.2 in Spring-boot 3.1.2 use SqsAutoConfiguration then raise error message : Error creating bean with name 'sqsAsyncClient' defined in class path resource [io/awspring/cloud/autoconfigure/sqs/SqsAutoConfiguration.class]: Could not generate CGLIB subclass of class software.amazon.awssdk.services.sqs.DefaultSqsAsyncClient: Common causes of this problem include using a final class or a non-visible
Sample
If possible, please provide a test case or sample application that reproduces
the problem. This makes it much easier for us to diagnose the problem and to verify that
we have fixed it.
The text was updated successfully, but these errors were encountered:
lebkset
changed the title
Creating bean with name 'sqsAsyncClient' when spring boot 3.1.2 use awspring-cloud 3.0.2
Creating bean with name 'sqsAsyncClient' error when spring boot 3.1.2 use awspring-cloud 3.0.2
Oct 30, 2023
Type: Bug
Component:
Describe the bug
I used awspring-cloud 3.0.2 in Spring-boot 3.1.2 use SqsAutoConfiguration then raise error message :
Error creating bean with name 'sqsAsyncClient' defined in class path resource [io/awspring/cloud/autoconfigure/sqs/SqsAutoConfiguration.class]: Could not generate CGLIB subclass of class software.amazon.awssdk.services.sqs.DefaultSqsAsyncClient: Common causes of this problem include using a final class or a non-visible
Sample
If possible, please provide a test case or sample application that reproduces
the problem. This makes it much easier for us to diagnose the problem and to verify that
we have fixed it.
The text was updated successfully, but these errors were encountered: