Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D7DF2200BD1 for ; Mon, 28 Nov 2016 12:03:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D6836160B0D; Mon, 28 Nov 2016 11:03:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 000BF160B06 for ; Mon, 28 Nov 2016 12:03:23 +0100 (CET) Received: (qmail 38034 invoked by uid 500); 28 Nov 2016 11:03:23 -0000 Mailing-List: contact dev-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list dev@streams.incubator.apache.org Received: (qmail 38021 invoked by uid 99); 28 Nov 2016 11:03:22 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 11:03:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 90C4BD5C90 for ; Mon, 28 Nov 2016 11:03:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.997 X-Spam-Level: X-Spam-Status: No, score=-1.997 tagged_above=-999 required=6.31 tests=[FROM_MISSPACED=0.001, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 6EDlWv266Mlz for ; Mon, 28 Nov 2016 11:03:18 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 8E1785FC81 for ; Mon, 28 Nov 2016 11:03:18 +0000 (UTC) Received: from localhost (cust-asf.ponee.io [163.172.22.183]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EC415E0480 for ; Mon, 28 Nov 2016 11:03:15 +0000 (UTC) MIME-Version: 1.0 Message-ID: Subject: Re: [DISCUSS] JSON.org license is now category-x References: <7CF15B46-CDCA-4CAF-A75C-CB4C45C7FC65@icloud.com> From: "Stian Soiland-Reyes" In-Reply-To: <7CF15B46-CDCA-4CAF-A75C-CB4C45C7FC65@icloud.com> Content-Type: text/plain; charset="iso-8859-1" x-ponymail-sender: 3538a58b6ea52b319a0237029666a4f08d22fed6 Date: Mon, 28 Nov 2016 11:03:14 -0000 x-ponymail-agent: PonyMail Composer/0.2 To: X-Mailer: LuaSocket 3.0-rc1 archived-at: Mon, 28 Nov 2016 11:03:25 -0000 On 2016-11-14 17:04 (-0000), Joey Frazee wrote: > The ASF recently reclassified the JSON license for org.json as category-x because of its "shall be used for Good, not Evil" clause [1]. > > There does not appear to be any direct usage of it in Streams but there are a number of dependencies in Streams that do depend on org.json, most notably Twitter4j, and it does appear in the poms. There are also repackaging like org/apache/geronimo/bundles/json/20090211_1/json-20090211_1.jar to be aware of, which is used by jackson-datatype-json.org, which at least for Streams 0.4 was referenced here: /org/apache/streams/streams-core/0.4-incubating/streams-core-0.4-incubating.pom: jackson-datatype-json-org /org/apache/streams/streams-provider-moreover/0.4-incubating/streams-provider-moreover-0.4-incubating.pom: jackson-datatype-json-org /org/apache/streams/streams-master/0.4-incubating/streams-master-0.4-incubating.pom: jackson-datatype-json-org