Replies: 3 comments
-
That class is indeed final, so cannot be subclassed. I guess the real question is why Spring feels like it should generate a CGLIB subclass for this type. Do you have something like an aspect whose pointcut expression matches this bean, perhaps? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@jkuipers @tomazfernandes I want to confirm about configuration SqsAsyncClient such as bellow , is this true ?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used spring boot 3.1.2 and spring cloud 3.0.2 when run spring boot application then show error :
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
Beta Was this translation helpful? Give feedback.
All reactions