igniterealtime / REST-API-Client

Java REST API Client for the Openfire to manage Openfire instances by sending an REST/HTTP request to the server
Apache License 2.0
102 stars 62 forks source link

Error updating roster items #51

Open GPorubanTKK opened 1 year ago

GPorubanTKK commented 1 year ago

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.