You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/17 23:06:20 UTC

[jira] [Commented] (ARTEMIS-565) Artemis use no free json.org

    [ https://issues.apache.org/jira/browse/ARTEMIS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381567#comment-15381567 ] 

ASF GitHub Bot commented on ARTEMIS-565:
----------------------------------------

GitHub user johnament opened a pull request:

    https://github.com/apache/activemq-artemis/pull/640

    ARTEMIS-565 Replace json.org with javax.json

    Javax.json is a newer JSR, but has an ASF compliant version, is pretty close to the original JSON.org API and will support a standard annotation based JSON-B solution at some point soon.
    
    
    This is for discussion purposes only at this point.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/johnament/activemq-artemis ARTEMIS-565

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/640.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 #640
    
----
commit 255a19cb21af810726d4b908ca0b38f30a3d559d
Author: John D. Ament <jo...@apache.org>
Date:   2016-07-17T23:05:19Z

    ARTEMIS-565 Replace json.org with javax.json
    
    Javax.json is a newer JSR, but has an ASF compliant version, is pretty close to the original JSON.org API and will support a standard annotation based JSON-B solution at some point soon.

----


> Artemis use no free json.org
> ----------------------------
>
>                 Key: ARTEMIS-565
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-565
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>         Environment: Linux all
>            Reporter: gil cattaneo
>
> Hi,
> Fedora [1] is a popular distribution of the Linux operating system, and
> we wish to include the latest version of ActiveMQ Artemis [2] in our OS. 
> Fedora only contains Free and Open Source licensed works.
> Your project is licensed under Apache License Version 2,
> but your code pulls in code from json.org under Douglas Crockford’s bad licence [3], and is non-free [4].
> Such usage restriction makes the license incompatible with The Open Source Definition and
> The Free Software Definition. Because ActiveMQ Artemis binary distribution includes this software,
> it effectively becomes proprietary software itself.
> You may also comment that the json.org license is valid for You [5] but for many Linux distributions it is not acceptable.
> Hoping in the future to be able to use ActiveMQ Artemis in Fedora, without having to run into this problem.
> Please try to replace it with one of the many free alternatives.
> Regards
> [1] https://fedoraproject.org/wiki/Fedora_Project_Wiki
> [2] https://bugzilla.redhat.com/show_bug.cgi?id=1343063
> [3]
> ./artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/json/JSONArray.java
> ./artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/json/JSONException.java
> ./artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/json/JSONObject.java
> ./artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/json/JSONString.java
> ./artemis-core-client/src/main/java/org/apache/activemq/artemis/utils/json/JSONTokener.java
> [4]
> https://wiki.debian.org/qa.debian.org/jsonevil
> http://www.sonatype.com/people/2012/03/use-json-well-youd-better-not-be-evil/
> http://tanguy.ortolo.eu/blog/article46/json-license
> [5] http://www.apache.org/legal/resolved.html#json



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)