This repository was archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 353
Regression on OAuth2 client and resource server with WebFlux #1291
Comments
Thanks for the report and the sample. Here is the error:
|
A similar error happens when enabling WebFluxSecurity with oauth2-resource-server.
|
eleftherias
added a commit
to eleftherias/spring-native
that referenced
this issue
Nov 24, 2021
eleftherias
added a commit
to eleftherias/spring-native
that referenced
this issue
Nov 25, 2021
sdeleuze
pushed a commit
that referenced
this issue
Nov 26, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the latest Spring Native 0.11 (neither M1, M2, RC1 nor SNAPSHOT), using spring-boot-starter-oauth2-client fails to start when compiled as native image.
Both compiled with JVM+AOT, as well as native compilation wIth previous spring native versions (0.8.x, 0.9.x, 0.10.x) had no issues.
Here a sample project of the issue, starting from the latest start.spring.io
demo-oauth2.zip
The text was updated successfully, but these errors were encountered: