Re: Json.org licensing, amazon-AWS and Jackson versions

2016-11-08 Thread Steve Loughran
in this case the json.org classes are lurking inside the AMS JARs, so it's not swappable, and it's not immediately obvious there's a problem. You need something to scan all the JARs for forbidden .class files. Oddly enough, Java ships with a tool to scan all the JARs for specifi

Re: Json.org licensing, amazon-AWS and Jackson versions

2016-11-07 Thread Andrew Wang
To answer my own question, I looked at the Android implementation, and it's not provided as a standalone JAR. robolectric has a single jar of all the android classes: https://mvnrepository.com/artifact/org.robolectric/android-all Apache Commons has a recent thread to the board about providing sel

Re: Json.org licensing, amazon-AWS and Jackson versions

2016-11-07 Thread Andrew Wang
Have we looked into swapping in the Android cleanroom implementation of json.org? The issue with Jackson bumps is always the classpath clashes with downstream projects. https://wiki.debian.org/qa.debian.org/jsonevil https://android.googlesource.com/platform/libcore/+/master/json/ Maybe we need to