Jens Schulze
Jens Schulze
Added test cases for this feature and switched to sprintf
Theoretically you could to this with queryString instead of queryParameters https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#the-query-string-as-a-whole and the type would be a union of different intersection types. But I'm pretty sure this would not look...
Yes. It‘s not about the invalid uri. As the error is saying it can‘t authenticate localhost. Osprey is no full http proxy. It‘s more an API gateway. So when trying...
I see that there is a version defined for netty in the pom. But the value is never used. Only the AHC 2.0 client uses the specified version of netty...
Backwards compatibility of the SDK. As it may lead to incompatible configurations in existing projects. Also it's still possible that you could override the AsyncHttpClient client in your local config....
I just compared the files for the 2_0 and 2_5 module is the naming and the different version dependencies. Everything else is the same. So it's really hard to say...
Moved the issue to the correct repository. And yes it's a typo. Thanks for the report 👍
Hi, sorry for the late reply, but this is not an provided and document message by the API. How did it happen that you saw it. Thanks in advance
No the staged flag is still in the JVM SDK E.g.: ``` public final class SetDiscountedPrice extends StagedProductUpdateActionImpl { ... private SetDiscountedPrice(final String priceId, @Nullable final DiscountedPrice discounted, @Nullable final...
Should be fixed with bc26f72 Thanks for the report!