-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Document that hateoas starter is spring MVC specific #26897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report and for the sample. The You can fix the problem by excluding the
or just depend on Spring HATEOAS directly instead of using the starter:
Marking this for team attention to discuss if, and where, this limitation of |
@scottfrederick Thank you for your guidance. The "exclude workaround" works fine.. |
This can be reproduced even without |
This happens because of the explicit |
Reopening to clarify that it's the starter that's MVC specific and hateoas can be used with webflux without the starter. |
When I invoke
.\gradlew test
(I'm on Windows) for the attached testcasetestcase.zip
I get a stacktrace in JUnit's report file build/reports/tests/test/index.html. The inner exception is a
BeanDefinitionOverrideException
withorg/springframework/security/config/annotation/web/reactive/WebFluxSecurityConfiguration.class
.The stacktrace:
The text was updated successfully, but these errors were encountered: