You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] update to Kotlin 1.4, Spring Boot 2.4.2 and Ktor 1.5 (#1007)
* [build] update to Kotlin 1.4, Spring Boot 2.4.1 and Ktor 1.5
JaCoCo branch coverage dropped because of jacoco/jacoco#1126, once new version of Jacoco is released we can bump it up again.
* use mavenLocal last and only for graphql-kotlin artifacts
The underlying issue with Gradle being unable to resolve Kotlin platform specific modules was misconfiguration to first look at maven local directory. It was problematic as Gradle uses module metadata to resolve target platform specific (-jvm) modules. Since this metadata is not used by Maven, once Maven integration tests kicked in and downloaded the dependencies, Gradle no longer was able to resolve those platform libs.
See gradle/gradle#15893 for details.
* update to spring boot 2.4.2
* disable flaky tests
Unsure whats causing the race condition on those subscription integration tests when run from GH actions. It appears that some websocket messages are randomly dropped. Cannot reproduce it locally. Disabling the test for now as subscription logic is already covered by tests in spring-server module.
Co-authored-by: Dariusz Kuc <[email protected]>
Copy file name to clipboardExpand all lines: clients/graphql-kotlin-spring-client/src/test/kotlin/com/expediagroup/graphql/client/spring/GraphQLWebClientTest.kt
Copy file name to clipboardExpand all lines: examples/server/spring-server/src/test/kotlin/com/expediagroup/graphql/examples/server/spring/subscriptions/SimpleSubscriptionIT.kt
0 commit comments