eratolekov
eratolekov
Hi Is it possible to send ZonedDateTime type to WorkflowMethod? Right now workflow: ``` public interface HelloWorld { @WorkflowMethod void sayHello(String name, java.time.ZonedDateTime at); } ``` breaks down with error...
### Environment * Dubbo version: 3.0.9 * Operating System version: Ubuntu 20.04 * Java version: OpenJDK Runtime Environment GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06) ### Steps to reproduce this issue 1....
### Expected Behavior The graphlql response: ```json { "data": { "products": [ { "id": "1", "extId": "Ext34", "kind": "Kind2" } ] } } ``` ### Actual Behaviour The graphlql response:...
Hi Artur Thanks for great lib. Could you please to accept PR with fix for KZ?
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/oathkeeper/blob/master/CODE_OF_CONDUCT.md). -...
### Expected Behavior The content-type of response of httpclient (HttpBinClient) is rewrited from `application/json` to `text/plain` ```kotlin @ResponseFilter fun filter(request: MutableHttpRequest, response: MutableHttpResponse) { response.headers.set("content-type", "text/plain") } ``` ps My...
### Expected Behavior `./gradlew build` builds Micronaut app. ### Actual Behaviour `./gradlew build` generates exception:` ``` $ ./gradlew build > Task :prepareJitOptimizations FAILED 10:03:08,321 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is...