Sergey
Sergey
@spencergibb my [PR](https://github.com/spring-projects/spring-framework/pull/32622#issuecomment-2074341126) was merged a few days ago. As soon as we're past an upcoming 6.2M2 milestone, I'm all good to submit a fix for this issue (as long...
@spencergibb was the Spring dependency updated yet (the one containing `EncoderHttpMessageWriter`)?
It does in tests. I found a workaround by creating my own [`PathOnlyAsyncPredicate`](https://github.com/NadChel/dynamic-gateway/blob/master/src/test/java/com/example/dynamicgateway/service/routeLocator/util/PathOnlyAsyncPredicate.java) that calls `equals()` between path strings, but it's, well, a workaround. It doesn't feel right that `Route`...
It boils down to the fact that we can't meaningfully compare lambdas since we can't compare method implementations. That is, we can compare *state*, not *behavior*. We can: 1. Make...
Also, I'd like to know where I can ask some set-up questions. I read the README, looked for a community forum, to no avail. Specifically, I'm curious where `org.springframework.cloud:spring-cloud-build:pom:4.1.1-SNAPSHOT` is...
Thank you for your assistance! I appreciate your help. Before we move on (and before I address your points concerning this particular issue), I'd like to ask you: are there...
Do you mean deprecating `WebClientHttpRoutingFilter` or `ClientResponse`?
Well, but shouldn't it be covered while it's still part of the framework?
This issue would benefit from a more complete MRE (including all imports)
> What does MRE mean? [Minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)