-
Notifications
You must be signed in to change notification settings - Fork 476
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
WebClientConfigurer overrides exchange strategies #867
Comments
Apply spring-projects/spring-framework#22612 when Spring HATEOAS is used with Spring Framwork 5.2. Retain existing solution when using Spring Framework 5.1. |
Indeed, #885 duplicates this issue, so I dispositioned it and closed it. I also linked the original Spring Framework issue in here, so we could track everything from here. |
Spring Framework 5.1 puts custom encoders and decoders in the wrong place, so Spring HATEOAS can't properly register with WebFlux. To make Spring HATEOS media types work requires overriding features that break other toolkits, like Spring Cloud Sleuth. However, in Spring Framework 5.2, this is no longer needed, so we need only disable the registry when Spring Framework 5.1 is on the classpath. Related issues: #885, spring-projects/spring-framework#22612
I've upgraded to Spring Framework 5.2 snapshots for #919, feel free to prepare the necessary changes. |
Thanks to spring-projects/spring-framework#22612, Spring HATEAOAS no longer has to disable the default registry of encoders and decoders to get its custom components to work. Related issues: #885
Thanks to spring-projects/spring-framework#22612, Spring HATEAOAS no longer has to disable the default registry of encoders and decoders to get its custom components to work. Related issues: #885
Thanks to spring-projects/spring-framework#22612, Spring HATEAOAS no longer has to disable the default registry of encoders and decoders to get its custom components to work. Related issues: #885, spring-projects/spring-framework#22612
Resolved via fc3767b. |
Not sure if feature or bug ;) (Hateoas version 1.0.0.M1)
this
overrides the existing
exchangeStrategies
, which results inwhen working with Sleuth.
The text was updated successfully, but these errors were encountered: