Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeSafeClient does not work after update to quarkus 3.13.0 #2158

Open
robp94 opened this issue Aug 7, 2024 · 1 comment
Open

TypeSafeClient does not work after update to quarkus 3.13.0 #2158

robp94 opened this issue Aug 7, 2024 · 1 comment

Comments

@robp94
Copy link
Contributor

robp94 commented Aug 7, 2024

Some queries just do not work anymore, we are getting a null pointer on building the request.

The query is just null.

image

io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientProxy#request

"exceptionType":"java.lang.NullPointerException",
    "message":"Value in JsonObjects name/value pair cannot be null",
    "frames":[
      {
        "class":"org.eclipse.parsson.JsonObjectBuilderImpl",
        "method":"validateValue",
        "line":213
      },
      {
        "class":"org.eclipse.parsson.JsonObjectBuilderImpl",
        "method":"add",
        "line":80
      },
      {
        "class":"io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientProxy",
        "method":"request",
        "line":310
      },
      {
        "class":"io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientProxy",
        "method":"invoke",
        "line":146
      },
      {
        "class":"io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder",
        "method":"invoke",
        "line":231
      },
      {
        "class":"io.smallrye.graphql.client.vertx.typesafe.VertxTypesafeGraphQLClientBuilder",
        "method":"lambda$build$0",
        "line":191
      },
      {
        "class":"jdk.proxy2.$Proxy32",
        "method":"findBusinessPartnerIdForNumber"
      },
      {
        "class":"de.mobilexag.serviceplatform.api.ApiService_SToUyC7mFq244p-JfL7Tt1LmKTw_Synthetic_ClientProxy",
        "method":"findBusinessPartnerIdForNumber"
      },
      {
        "class":"de.mobilexag.serviceplatform.backend.BusinessPartnerResource",
        "method":"getBusinessPartnerIdForNumber$lambda$0",
        "line":74
      },
@jmartisk
Copy link
Member

jmartisk commented Aug 7, 2024

Have you got a reproducer? This looks like the very basic usage of typesafe client, so if that were broken, we would have known sooner - there must be something specific in your application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants