-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Spring WebFlux doesn't mix when Jackson mixins are applied #5623
Milestone
Comments
@rwinch Hello! Any updates regarding this issue? |
@finke-ba Thanks for the ping. We haven't had a chance to work on this due to other issues. If you have a chance to provide a PR I'd be happy to work with you on getting it merged. |
@rwinch Thanks for the reply and such a welcome invitation to collaboration. I will certainly make a pull request as soon as I can in the near future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Origin: spring-projects/spring-session-data-mongodb#33
Problem: Spring WebFlux + Spring Security + Spring Session MongoDB +
JacksonMongoSessionConverter
.WebJackson2Module
registers multiple mixins includingCookieMixin
. This fails becauseCookie
is not on the classpath.Possible solution: Conditionalize some of these registrations so they are only done when Spring MVC on the classpath.
The text was updated successfully, but these errors were encountered: