Skip to content

Commit

Permalink
Rebase and fix for Jackson 2.17 issue with @JsonAnySetter
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed May 28, 2024
1 parent ad9dd8b commit 8adda29
Show file tree
Hide file tree
Showing 29 changed files with 3,625 additions and 3,984 deletions.
132 changes: 66 additions & 66 deletions graphql-dgs-client/dependencies.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package com.netflix.graphql.dgs.client

import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.springframework.http.HttpEntity
import org.springframework.http.HttpHeaders
Expand Down Expand Up @@ -178,6 +179,7 @@ class ErrorsTest {
}

@Test
@Disabled("Broken by Jackson 2.17 https://github.com/FasterXML/jackson-databind/issues/4508")
fun errorWithDebugInfo() {
val jsonResponse = """
{
Expand Down
Loading

0 comments on commit 8adda29

Please sign in to comment.