REST-API-Client icon indicating copy to clipboard operation
REST-API-Client copied to clipboard

NoSuchMethodError (org.glassfish.jersey.moxy.json.MoxyJsonConfig.resolver)

Open HeartDawnWY opened this issue 1 year ago • 0 comments

With the latest version, I encountered the following error. Could you please confirm it? Thank you.

java.lang.NoSuchMethodError: 'javax.ws.rs.ext.ContextResolver org.glassfish.jersey.moxy.json.MoxyJsonConfig.resolver()'

at org.igniterealtime.restclient.RestClient.createMoxyJsonResolver(RestClient.java:276)
at org.igniterealtime.restclient.RestClient.createRestClient(RestClient.java:260)
at org.igniterealtime.restclient.RestClient.createWebTarget(RestClient.java:209)
at org.igniterealtime.restclient.RestClient.call(RestClient.java:152)
at org.igniterealtime.restclient.RestClient.post(RestClient.java:99)
at org.igniterealtime.restclient.RestApiClient.createUser(RestApiClient.java:138)

HeartDawnWY avatar Sep 08 '24 05:09 HeartDawnWY