Upgrade from 1.1.2 to 1.7.0 #1513
Unanswered
Arthurembo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
No, there's no such guide, yet. But this discussion could become one ;-) To answer this specific question: We have split the API from the implementation, so you need the dependency on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
is there a guideline for this upgrade?. I need help for this. I found that, in the version 1.1.2 there was a GraphQlClientBuilderImpl class, but there is no more in the version 1.7.0. I don't exactly now how to get the TypesafeGraphQlClientBuilder instanciate, there is no impl and I always get an error like:
no io.smallrye.graphql.client.typesafe.api.TypesafeGraphQLClientBuilder in classpath
by calling the methodTypesafeGraphQLClientBuilder.newBuilder()
.Beta Was this translation helpful? Give feedback.
All reactions