update dependencies #186
GitHub Actions / Unit Test Results
failed
Sep 12, 2023 in 0s
1 errors, 4 skipped, 201 pass in 1m 11s
Annotations
github-actions / Unit Test Results
testHybridDataFetcher (org.neo4j.graphql.examples.graphqlspringboot.datafetcher.AdditionalDataFetcherTest) with error
examples/graphql-spring-boot/target/surefire-reports/TEST-org.neo4j.graphql.examples.graphqlspringboot.datafetcher.AdditionalDataFetcherTest.xml
Raw output
org.springframework.web.reactive.function.client.WebClientRequestException: Async processing failed; nested exception is javax.servlet.ServletException: Async processing failed
at org.neo4j.graphql.examples.graphqlspringboot.datafetcher.AdditionalDataFetcherTest.testHybridDataFetcher(AdditionalDataFetcherTest.java:64)
Caused by: javax.servlet.ServletException: Async processing failed
at org.neo4j.graphql.examples.graphqlspringboot.datafetcher.AdditionalDataFetcherTest.testHybridDataFetcher(AdditionalDataFetcherTest.java:64)
Caused by: java.lang.NoSuchMethodError: 'java.lang.Object graphql.schema.PropertyDataFetcherHelper.getPropertyValue(java.lang.String, java.lang.Object, graphql.schema.GraphQLType, java.util.function.Supplier)'
at org.neo4j.graphql.examples.graphqlspringboot.datafetcher.AdditionalDataFetcherTest.testHybridDataFetcher(AdditionalDataFetcherTest.java:64)
Loading