Javier Sánchez Alonso

Results 5 comments of Javier Sánchez Alonso

I have just created an example repository to reproduce the problem: https://github.com/JavierSA/issue-spring_cloud_openfeign-form_url_encoded

If you set a breakpoint inside the block of `observeForever` and debug, you'll see that it won't be reached. The reason is that `GetMovies` is mocked but the test gives...

@fowlerwill I think yours is better, so I've closed my PR.

Hi, @OlgaMaciaszek. Do you have any news about this regression bug? I have updated the README of https://github.com/JavierSA/issue-spring_cloud_openfeign-form_url_encoded with the new tested versions of Spring Boot and Spring Cloud OpenFeign.

Hi, @OlgaMaciaszek. Thank you so much for your workaround! I have overridden the method `encode` so, if it `isFormUrlEncoded`, then it is `encodeWithMessageConverter` as happened with SC OpenFeign 3.0.3, instead...