Mike Welsh
Mike Welsh
What would you want to do with this `Set` ? Just trying to envision how it can be done
I created a slightly more in depth fix with unit tests https://github.com/Swinject/Swinject/pull/514
This is still an issue. Our workaround currently is to resolve everything on the same thread, which is less than ideal. Would it be possible to change the `SynchronizedResolver` from...
I think this is fixed in the latest release if you want to try @danya61 @chosa91
I would very much be interested in this - we're working on a potential watch app that would be leveraging payment.
> @RomainPruvostMHH and @welshm could you please habe look and revert this change? I can try to take a look at this today or tomorrow
> @welshm i commented the issue in der merged PR modules/openapi-generator/src/main/resources/JavaSpring/api.mustache > > Not sure if we have a condition, that we know that we use Feign on this time...
> Please, fix this bug, because Spring Framework expects annotation `@RequestMapping` on type-level and start to register request mapping for such class. Such bug make impossible to use Feign client...
I think you need your other change in first to get these tests to pass - but the change looks good otherwise
> @welshm and @Zomzog Short question. Does it really make sense to generate the enum in the API class/interface? Wouldn't it be better to have a separate file for the...