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
### Updates
* Kotlin 1.8.22 to 1.9.24
* android-plugin 8.1.1 to 8.4.1
* classgraph 4.8.170 to 4.8.172
* compile-testing 0.3.2 to 0.4.1
* detekt 1.23.0 to 1.23.6
* dokka 1.8.20 to 1.9.20
* federation 4.4.1 to 5.0.0
* graalvm 0.10.1 to 0.10.2
* Gradle Wrapper (latest, no version shown)
* icu 74.2 to 75.2
* jackson 2.15.4 to 2.17.1
* kotlinx-benchmark 0.4.8 to 0.4.10
* kotlinx-coroutines 1.7.3 to 1.8.1
* kotlinx-serialization 1.5.1 to 1.6.3 **(3 test cases failing in
GenerateKotlinxClientIT)**
* ktlint-core 0.45.2 to 1.2.1 **(many rules had to be disabled, reformat
required)**
* ktlint-plugin 10.3.0 to 12.1.1
* ktor 2.3.10 to 2.3.11
* logback 1.5.4 to 1.5.6
* maven-plugin-annotation 3.12.0 to 3.13.0
* mockk 1.13.7 to 1.3.11
* nexus-publish-plugin 1.3.0 to 2.0.0
* poet 1.14.2 to 1.17.0
* reactor-core 3.5.15 to 3.6.6
* slf4j 2.0.12 to 2.0.13
* spring 6.0.18 to 6.1.8
* spring-boot 3.1.10 to 3.3.0
* wiremock 3.5.2 to 3.6.0
### Added
* spring-context (was needed for spring-web in
graphql-kotlin-spring-client)
### Improvements
* Synchronized all covered ratio values to current values
* Let Dependabot update GitHub Actions
### TODO
* Fix GraphQLTestUtils and GenerateKotlinxClientIT after Kotlin 1.9
upgrade
* Remove disabled rules in .editorconfig, then `./gradlew ktlintFormat`
Copy file name to clipboardExpand all lines: clients/graphql-kotlin-client-serialization/src/test/kotlin/com/expediagroup/graphql/client/serialization/GraphQLClientKotlinXSerializerTest.kt
Copy file name to clipboardExpand all lines: generator/graphql-kotlin-federation/src/test/kotlin/com/expediagroup/graphql/generator/federation/execution/ServiceQueryResolverTest.kt
Copy file name to clipboardExpand all lines: generator/graphql-kotlin-schema-generator/src/test/kotlin/com/expediagroup/graphql/generator/test/integration/OptionalInputTest.kt
-2
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,10 @@ class OptionalInputTest {
69
69
Arguments.of("{ inputWithOptionalValues(input: { required: \"ABC\" }) }", "argument with optional object was not specified"),
0 commit comments