dgs-framework icon indicating copy to clipboard operation
dgs-framework copied to clipboard

GraphQL for Java with Spring Boot made easy.

Results 219 dgs-framework issues
Sort by recently updated
recently updated
newest added

Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.+ to 2.17.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson:jackson-bom&package-manager=gradle&previous-version=2.15.+&new-version=2.17.1)](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...

dependency-upgrade
java

## Describe the Feature Request When using the new Kotlin [Query projections](https://netflix.github.io/dgs/advanced/kotlin-codegen/#query-projections), it is currently impossible to use custom scalar configuration when constructing the query. Using custom scalars is available...

enhancement

Bumps org.jmailen.kotlinter from 3.11.1 to 4.3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jmailen.kotlinter&package-manager=gradle&previous-version=3.11.1&new-version=4.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependency-upgrade
java

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 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...

dependency-upgrade
github_actions

## Expected behavior When using MDC values, even if it is just the `traceId` and/or `spanId` - the defaults from Spring Boot -, they should be logged if `ObservationRegistry` is...

bug

Hello, lets say we have value class ```kotlin @JvmInline value class ValueClass(val value: String) ``` we use DGS codegen to generate input and outputs for our server side and we...

bug

Hi, in version 8.6.0, [GraphQLJavaErrorInstrumentation](https://github.com/Netflix/dgs-framework/blob/master/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/internal/GraphQLJavaErrorInstrumentation.kt) was introduced which maps exceptions to `TypedGraphqlError`. However in the case of `DataFetchingException` when the error builder is used, the `path` parameter [is not mapped](https://github.com/Netflix/dgs-framework/blob/c3e01f779109e47ce9f27924728d7a644b01fb80/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/internal/GraphQLJavaErrorInstrumentation.kt#L53)...

bug

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot...

dependency-upgrade
github_actions

Pull Request type ---- - [ ] Bugfix - [x ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [...

## Expected behavior `TypedGraphQLError` is used consistently across all error surfaces. ## Actual behavior When using custom scalar, coercing exceptions (e.g CoercingParseLiteralException) don't use the `TypedGraphQLError` and provide very bare-bones...

bug