spring-boot-starter-oauth2-client causes AOT processing to fail with "Default code generation is not supported for bean definitions declaring an instance supplier callback" #38185
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
Hi !
I am trying to build my application with AOT and it seems that the spring-boot-starter-oauth2-client doesn't support it well yet
I am currently pointing to spring-boot-starter-parent:3.2.0-RC1 with the following dependencies:
And the following build plugin configuration:
I have configured the OAuth2Client for an authentication with AzureAD.
When building the application, i have this error:
I think this is a bug like this issue.
Any help would be appreciated !
And have a good day !
The text was updated successfully, but these errors were encountered: