This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Spring Security - AuthenticationFailureBadCredentialsEvent has no suitable constructor #1521
Labels
type: compatibility
Native image compatibility issue
Milestone
I tried to create a simple native application with Spring Native 0.11.3 and with
spring-boot-starter-oauth2-client
(it should be supported regarding the Spring Native documentation) and I use GraalVM 22.0.0.2 Java 17 CE. It is just runner which calls a REST API endpoint secured with OAuth2 and using WebClient. But I am not able to start native application and the error isAuthenticationFailureBadCredentialsEvent has no suitable constructor
. Normal jar application works fine.There is WebClient configuration (nothing special):
and application yaml:
I can try to create sample application if it helps you.
The text was updated successfully, but these errors were encountered: