You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have 2 different JSON processing libraries we depend on, json.org and Jackson. json.org causes problems for a number of reasons (it's not packaged in a way that's Java 8-friendly, and it has a non-standard versioning scheme), and Jackson is generally better (ie. more performant), so we should remove the dependency on json.org.
The text was updated successfully, but these errors were encountered:
We have 2 different JSON processing libraries we depend on,
json.org
andJackson
.json.org
causes problems for a number of reasons (it's not packaged in a way that's Java 8-friendly, and it has a non-standard versioning scheme), and Jackson is generally better (ie. more performant), so we should remove the dependency onjson.org
.The text was updated successfully, but these errors were encountered: