Re: ERRest and apache Commons Lang

2019-03-27 Thread Johann Werner
Hi Samuel, as it is a direct dependency of json-lib-2.4-jdk15.jar used by ERRest it would probably be the best to add it to ERRest instead of Wonder-wide ERJars. Usage of commons-lang3 instead of the old commons-lang should be encouraged. jw > Am 27.03.2019 um 00:02 schrieb Samuel Pelletier :

ERRest and apache Commons Lang

2019-03-26 Thread Samuel Pelletier
Hi, The current Wonder ERRest fail to produce json data with a NoClassDefFoundError: org/apache/commons/lang/exception/NestableRuntimeException referenced by JsonConfig, an old json library. I suspect this problem is limited to ant users like me. This class was part of common-lang.jar which w