https://kotlinlang.org logo
#graphql-kotlin
Title
# graphql-kotlin
d

Daniel Skogquist Åborg

06/11/2022, 1:12 PM
Hi, it appears GraphQL-Kotlin 5.5.0 does not allow me to update the minor version of graphql-java from 17.2 to 17.3 (which is a bugfix release!). Can this be fixed? (I've read the reasoning and agree but minor releases should be allowed, no?)
d

Dariusz Kuc

06/12/2022, 4:35 PM
I believe we used 17.2 due to non-configurable validation check introduced in 17.3 (it is configurable in v18). That being said yeah it should have been a range or strict version removed altogether (with a caveat that folks might get failures if they try to upgrade spring boot) @Samuel Vazquez
s

Samuel Vazquez

06/12/2022, 6:00 PM
https://github.com/ExpediaGroup/graphql-kotlin/pull/1463 as mentioned, we have ^ option or just remove strict, one exception or another
d

Daniel Skogquist Åborg

06/13/2022, 6:45 AM
Aha, I see. Well this should blow over quickly. Thanks for the feedback.
3 Views