When creating a docker image for the application,it shows the NoSuchMethodError #1497
-
When I tried to create an spring kotlin application,I got NoSuchMethodError. Any suggestion to fix this problem? Dockerfile. Error: java.lang.NoSuchMethodError: java.util.Optional.isEmpty()Z |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, this is caused by a wrong version of graphql data-loader pulled from graphql java 18, graphql java 19 solves this by using the proper version of graphql-dataloader, you can try manually pulling version >=
|
Beta Was this translation helpful? Give feedback.
-
update on this: with version 6.1.0 this should be resolved |
Beta Was this translation helpful? Give feedback.
update on this: with version 6.1.0 this should be resolved
https://github.com/ExpediaGroup/graphql-kotlin/releases/tag/6.1.0