Skip to content

update dependencies #186

update dependencies

update dependencies #186

GitHub Actions / Unit Test Results failed Sep 12, 2023 in 0s

1 errors, 4 skipped, 201 pass in 1m 11s

    5 files  ±0      5 suites  ±0   1m 11s ⏱️ +11s
206 tests ±0  201 ✔️ ±0  4 💤 ±0  0 ±0  1 🔥 ±0 
761 runs  ±0  754 ✔️ ±0  6 💤 ±0  0 ±0  1 🔥 ±0 

Results for commit db14ed6. ± Comparison against earlier commit 9391b30.

Annotations

Check failure on line 0 in org.neo4j.graphql.examples.graphqlspringboot.datafetcher.AdditionalDataFetcherTest

See this annotation in the file changed.

@github-actions 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)