Jacques-Etienne Beaudet
Jacques-Etienne Beaudet
This works great with the save-actions plugins, IMO we could close this issue.
Also interested in this feature. The solution provided by @tchegito (thanks!) works in my case, I've put a .derived file in the pom project with this : ``` * !pom.xml...
Alright so I've reproduced the problem here https://github.com/jebeaudet/resilience4j-1563. Checkout the repo, run it locally which will spin the server up on localhost:8080. 1. http://localhost:8080/allowed (optional but this will make the...
To be fair, I'm not entirely sure and I figure you guys would be the best to know given you know the history of the project and the history of...
@spencergibb I've updated the base branch The fix I made showed that some of the UTs were improperly coded in the first place. When testing against the client response data...
Closing due to lack of feedback
Just ran into this, IMO it should be clear in the documentation or even better, the `Contract` should throw an exception when it encounters such a case.
Thanks for you insight. While I agree on the GA part, to me, it's still a bug and bugs should be fixed. Especially this one since you could have a...
WDYT @mp911de ? Thanks
FWIW, I've run into this by using a custom `HttpComponentsClientHttpRequestFactory` bean along with the `EurekaClientHttpRequestFactorySupplier` and the Eureka client (we need some custom `HttpClient` management). Using the default configuration, the...