RestComm / ussdgateway

RestComm USSD Gateway
http://www.restcomm.com/
GNU Affero General Public License v3.0
89 stars 102 forks source link

Switching to Javolution 6.1 #25

Closed vetss closed 6 years ago

vetss commented 8 years ago

We have some issues in Javolution 5.5.1 - xml part of it does not properly decode "\n" characters inside a String value: (decimal values like are processed well).

Javolution 6.1 is patched for it. But starting from version 6.0 it has different API interface and swithcing to this version needs the major code update. FastMap is replaced to other class(es) and XML part is also changed. We need to switch to all GWs at the single step because we can not use at the same server both Javolution 5.5 and 6.1.

Before this we need to fix the issue: https://github.com/RestComm/jss7/issues/61

olenara commented 6 years ago

Won't do. Stable Javolution version 6.x.x or 7.x.x does not exist. Latest released version has bug which prevents to config loading.