You can configure dependency resolution rules with your build tool of choice to override the selection of version 3.2.1 of the commons-collections dependency. Also, development of this library has been moved to https://github.com/kordamp/json-lib
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Development of this library has been moved to GitHub since 2010, please report any issues you may find at https://github.com/kordamp/json-lib/issues
Upgradge bean Utils version to 1.9.4
Development of this library has been moved to GitHub since 2010, please report any issues you ay find at https://github.com/kordamp/json-lib/issues
Upgradge bean Utils version to 1.9.4
Hi guys, The version of json-lib available in mavenrepository https://mvnrepository.com/artifact/net.sf.json-lib/json-lib (2.4 latest) has a commons-collection3.2.1 dependency which has a security vulnerability https://www.cvedetails.com/cve/CVE-2017-15708/ and is fixed in commons-collection3.2.2. Is there any plan address this? Raf.
The same validations on lines 1144 and 1148
ClassCastException and NullPointerException
I was affected by this issue some time ago and I was forced to downgrade to json-lib 2.3. Is there any fix for this so that we don't have to downgrade?
ok :D
I didn't see your last comment before I posted. I think we're agreeing!
JSONObject implements Map, right? http://json-lib.sourceforge.net/apidocs/jdk15/net/sf/json/JSONObject.html#put(java.lang.Object,...
You see in the lib source documentation : http://json-lib.sourceforge.net/apidocs/net/sf/json/JSONObject.html...
Yes , i dont say that the map implementation is wrong, i mean the put operation of...
But aren't Map.put implementations are supposed to do that? https://docs.oracle....
Bug : public Object put( Object key, Object value ) { if( key == null ){ throw new...
Workaround: JSONObject jsonObj = new JSONObject(); jsonObj.put("success", "true");...
NullPointerException on ToString()
Problem When converting a JSONObject with a string field representing a date such...
Problem When converting a JSONObject with a string field representing a date such...
This memory leak was confirmed, at least in 2.2.2 in Jboss 4/Tomcat. A similar ThreadLocal...
Loss of Precision Reading Long Values > 2^53 On JSONObject
I got the same exception with even a simpler JSON: { "key": "function (a)" } I use...
The XMLSerializer fails for attributes with namespace prefixes on them
Parser mistakes literal string as an array
Can't parse string containing function (x)
Same issue for a map app which needs lat/lon processing.
Yes, when I converting BigDecimal from JSONObject, I lose decimal precision in big...
I am trying to do reversible xml-json-xml generic conversion using json-lib which...