Shabin

Results 3 issues of Shabin

I was trying to setup a sample with resilience4j semaphore bulkhead support with maxConcurrentCalls set as 1. ``` resilience4j.bulkhead: instances: backendA: maxConcurrentCalls: 1 ``` My backend service code: ``` public...

waiting-for-triage

I want to marshal a json data to a Map. I saw many examples which enables to convert from/to a Map. But couldn't find any solution to convert to a...

According to wadl [documentation](https://www.w3.org/Submission/wadl/#x3-150002.8), a method can have 0 or more responses. But there is only one response object in [Method class](https://github.com/membrane/soa-model/blob/master/core/src/main/groovy/com/predic8/wadl/Method.groovy). It should be a list of Response.