kkondratov
kkondratov
**Describe the bug** `GRPCResponseHeadersFilter` has a ClassCastException when the gateway has ServerHttpResponseDecorator implementations in the application. The Implementation of the `GRPCResponseHeadersFilter` casts the response to `AbstractServerHttpResponse`. This cast causes a...
Using the 3.8.5 version of the plugin and successfully deploying the application without setting any of the 'deploy.metrics.*' properties results in an NPE: `Caused by: java.lang.NullPointerException at nl.jpoint.maven.vertx.utils.AwsCloudWatchUtils.logMetric (AwsCloudWatchUtils.java:47) at...
**Expected Behavior** Be able to extend the `AbstractWebClientReactiveOAuth2AccessTokenResponseClient` for custom `AuthorizationGrantType` implementations not just the four default ones implemented in the spring security framework. **Current Behavior** The current implementation of...
Realised i could submit a PR for this. Hopefully this is useful :) For issue: #144
First of all let me say these koans are a great way to learn the language, thank you! Now to get to the minor issue, the three tests in the...