REST-API-Client
REST-API-Client copied to clipboard
Java REST API Client for the Openfire to manage Openfire instances by sending an REST/HTTP request to the server
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)
swagger ui retry is ok. postman and other http tool is fail; The fail content (lang=Chinese): Openfire 管理界面 管理界面 登录 错误:尚未启用 JavaScript。本工具使用 JavaScript,如果未启用它,则本工具的大部分功能无法使用。请启用 JavaScript 并重新装入此页面。 Openfire, 版本: 4.7.5
Exception in thread "main" java.lang.IllegalStateException: InjectionManagerFactory not found. at org.glassfish.jersey.internal.inject.Injections.lambda$lookupInjectionManagerFactory$0(Injections.java:74) at java.util.Optional.orElseThrow(Optional.java:290) at org.glassfish.jersey.internal.inject.Injections.lookupInjectionManagerFactory(Injections.java:74)
I'm using rest API - client, tip me when call restapi org/anyone/jersey/internal/util/Base64, I have added in the maven jersey - the client and the jersey - common, But there is...
When accessing the method addRosterEntry(), a NoClassDefFoundError is thrown due to the method expecting a javax version of a class as opposed to the jakarta version.
The error occur if you have chatrooms and you would list them with GET http://localhost:9090/plugins/restapi/v1/chatrooms The error is: ``` org.jivesoftware.openfire.container.PluginServlet - class org.jivesoftware.openfire.muc.MUCRole$Role cannot be cast to class java.lang.String (org.jivesoftware.openfire.muc.MUCRole$Role...
When i try to use `restclient.getUsers()` i get UserEntities object. But then when i try to use `userEntities.getUsers()`, it is returning null. Facing similar issue for GroupEntities, MUCRoomEntities or any...
I see there is a LockoutManager in the base code, but none of that is accessible through the RestAPI other than to perform actions (lock/unlock). Add the ability to check...
After creating a user with additional properties via the REST API, is it possible for a signed in user to retrieve these properties via XMPP somehow? Maybe with some type...
As background, I investigated a periodical OutOfMemoryError encountered in a server application I am working on. This used REST-API-Client built from the 'master' branch, for JDK 17 support. The main...