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
org.eclipse.microprofile.rest.client.RestClientDefinitionException: Parameter name xyzId on package.SomeResource::update doesn't match any @ Path variable name.
at org.glassfish.jersey.microprofile.restclient.MethodModel$Builder.validateParameters(MethodModel.java:659)
at org.glassfish.jersey.microprofile.restclient.MethodModel$Builder.build(MethodModel.java:622)
at org.glassfish.jersey.microprofile.restclient.MethodModel.from(MethodModel.java:106)
at org.glassfish.jersey.microprofile.restclient.RestClientModel.parseMethodModels(RestClientModel.java:113)
at org.glassfish.jersey.microprofile.restclient.RestClientModel.from(RestClientModel.java:70)
at org.glassfish.jersey.microprofile.restclient.RestClientBuilderImpl.build(RestClientBuilderImpl.java:187)
The text was updated successfully, but these errors were encountered:
An API defined with JAX-RS annotations has been provided to us that looks similar to the following:
When using org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:2.29.1
the following exception is thrown:
The text was updated successfully, but these errors were encountered: