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
Restructured configuration properties to work properly with kapt (#556)
* Replaced annotation processor to kapt
* Restructured GraphQLConfigurationProperties.kt to work properly with kapt
Added generated spring-configuration-metadata.json to sources
* Fixed reference to SubscriptionConfigurationProperties
* Removed spring configuration metadata as kapt generates this
Copy file name to clipboardExpand all lines: graphql-kotlin-spring-server/src/main/kotlin/com/expediagroup/graphql/spring/GraphQLConfigurationProperties.kt
+36-40Lines changed: 36 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -33,46 +33,42 @@ data class GraphQLConfigurationProperties(
Copy file name to clipboardExpand all lines: graphql-kotlin-spring-server/src/test/kotlin/com/expediagroup/graphql/spring/context/ContextWebFilterTest.kt
0 commit comments