dgs-examples-java
dgs-examples-java copied to clipboard
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.4 to 1.1.5. Release notes Sourced from io.spring.dependency-management's releases. v1.1.5 :lady_beetle: Bug Fixes When a dependency has been substituted by changing its target, its version is managed...
Bumps com.netflix.dgs.codegen from 6.1.4 to 6.1.10. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.2.5. Release notes Sourced from org.springframework.boot's releases. v3.2.5 :lady_beetle: Bug Fixes BindValidationFailureAnalyzer uses wrong target #40364 Log4j2LoggingSystem pollutes Log4j2's environment with a SpringEnvironmentPropertySource that is...
Bumps [name.nkonev.multipart-spring-graphql:multipart-spring-graphql](https://github.com/nkonev/multipart-spring-graphql) from 1.1.4 to 1.2.1. Commits 1a4d1dd [maven-release-plugin] prepare release 1.2.1 16aea3c Fix the test e01914f Setup Spring Security to reproduce the original error 1a29c09 Polish contribution 7a878ec Merge...
We should have an example of using a custom directives for both Input and Output types.
WebClientGraphQLClient.class `@Suppress("BlockingMethodInNonBlockingContext") val serializedRequest = GraphQLClients.objectMapper.writeValueAsString( Request( query, variables, operationName ) )` I noticed some strange behavior I think in the the code above. if the LF (\n) in json...
Sorry if I'm wrong. I noticed the method below it's seems like can not properly treat the block string (ex: description : """abc""" with triple ") String com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest.serialize() The value...
Request failed when some value has the line break like \n in it. It's a bug, or my code missing necessary escape porcess? I tried escape the \n to \\\n...
 