Daniel Andres Pelaez Lopez
Daniel Andres Pelaez Lopez
It works, just needed to add `java.time.OffsetDateTime` as one of my query methods use it
:+1: to this issue: we want to move away from DGS framework to Spring for Graphql, and we are using some Gradle DGS plugins to generate the client model.
I am trying to work around this issue and I am not sure exactly how the property should look like: - `spring.cloud.gateway.proxy.sensitive=content-length` - `spring.cloud.gateway.mvc.proxy.sensitive=content-length` It seems like for routes are...
It might be related, this is an [example of what's happening](https://github.com/spring-cloud/spring-cloud-gateway/files/13641587/gatewayissue.zip), the body is not passing through: - From the URL /other/transcoder/v1/break - To the URL /base/transcoder/v1/break Request is passthrough...
I don't think there is a 1 to 1 match, we built it using pure JUnit 5 and Wiremock, no Spring involved. I think I will need to rebuild those...
In a project time ago, we have a centralized Wiremock installed in our environment, and we created a step in our ci/cd to push the mocks there, before running the...
I was exploring the code and the following are some questions we should agree on before moving forward: **NOTE**: with tests suite, I mean the whole tests Maven/Gradle runs, for...
Thanks for the information, we saw the streaming not working on Apple devices either, but couldn't get confirmation on why. Now we know, and we can work on creating that...
This is happening to me in the following environment: **Spring Boot**: 2.7.1 **Liquibase Version**: org.liquibase:liquibase-core:4.9.1 **Operating System Type & Version**: Ubuntu 20.04.5 LTS **Java Version**: 17 The following are the...