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

no release after updating to use jarkata from javax

Open david-macharia opened this issue 2 years ago • 1 comments

aused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.igniterealtime.restclient.RestApiClient]: Factory method 'getWalletOpenFire' threw exception with message: javax/ws/rs/core/MediaType at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:171) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:655) ... 24 more Caused by: java.lang.NoClassDefFoundError: javax/ws/rs/core/MediaType at org.igniterealtime.restclient.enums.SupportedMediaType.(SupportedMediaType.java:7) at net.sasakonnect.wallet.config.WalletFireConfig.getWalletOpenFire(WalletFireConfig.java:27)

david-macharia avatar Oct 15 '23 14:10 david-macharia

I've fixed that and created a pull request here

https://github.com/igniterealtime/REST-API-Client/pull/57

mdarweash avatar Apr 05 '24 19:04 mdarweash