GitHub user arminwasicek opened a pull request:
https://github.com/apache/zeppelin/pull/3001
[ZEPPELIN-3524] Replace the Amazon json libs with org.json
### What is this PR for?
Currently, Zeppelin uses a JSON library that Amazon deprecated in
subsequent releases. This PR replaces Amazon's wrapped library with the
original from org.json.
### What type of PR is it?
[Bug Fix]
### Todos
* [ ] - Testing
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3524
### How should this be tested?
Compiles locally, no unit test performed.
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update?
No, license is "The Software shall be used for Good, not Evil."
* Is there breaking changes for older versions?
This should be backward compatible
* Does this needs documentation?
Nope, this is just replacing a wrapped library with its original.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arminwasicek/zeppelin
replace-aws-json-lib-with-org.json
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3001.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3001
----
commit 7f925704c8f2b261994dba516b7bacb88c246553
Author: Armin Wasicek <arminw@...>
Date: 2018-06-01T21:19:58Z
Replace the Amazon json libs with org.json
----
---