[
https://issues.apache.org/jira/browse/MINIFICPP-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257018#comment-16257018
]
ASF GitHub Bot commented on MINIFICPP-114:
------------------------------------------
Github user achristianson commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/191
@calebj with regard to the license, I think @phrocker is just referring to
adding RapidJSON's license text to our LICENSE file. If you look in there, for
every project we include in our thirdparty/ dir, we mention that we did that
and what the license of that project is.
RapidJSON is MIT license which is fully compatible. A good reference is
https://www.apache.org/legal/resolved.html
So I think we're good if you copy their LICENSE
(https://github.com/Tencent/rapidjson/blob/master/license.txt) into our LICENSE
using the same format as the others.
> Consolidate JSON API use to RapidJSON
> -------------------------------------
>
> Key: MINIFICPP-114
> URL: https://issues.apache.org/jira/browse/MINIFICPP-114
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: John Reynolds
> Assignee: John Reynolds
>
> MiNiFi was updated with new dependencies to jsoncpp:
> SiteToSiteProvenanceReportingTask
> Performance observations indicate significant improvements with RapidJSON vs.
> jsoncpp. Convert all use of jsoncpp to RapidJSON where applicable.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)