Hi, I replaced all org.json by com.alibaba.fastjson in our project in the same PR, which is under Apache License-2.0.
The link is: https://github.com/apache/incubator-iotdb/pull/94 Thanks. -- Jialin Qiao School of Software, Tsinghua University 乔嘉林 清华大学 软件学院 > -----原始邮件----- > 发件人: "Justin Mclean" <[email protected]> > 发送时间: 2019-03-13 09:15:26 (星期三) > 收件人: [email protected] > 抄送: > 主题: Re: Do we have a plan to release the first normal version of IoTDB this > month? > > Hi, > > Looking through the code I can see this a couple of times: > import org.json.JSONArray; > import org.json.JSONObject; > > And those the dependancies that are JSON licensed? > > Could these be replace with something under a more friendly and compatible > license i.e. Jackson? > > Thanks, > Justin
