You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Tobias Soloschenko (JIRA)" <ji...@apache.org> on 2016/11/24 17:47:58 UTC

[jira] [Commented] (WICKET-6287) Switch from json.org to open-json

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

Tobias Soloschenko commented on WICKET-6287:
--------------------------------------------

There are some changes required in open-json, so that it can be used within Apache Wicket:

* JSONFunction class for value as a hack to not surround it with quotes
* Only escape "/" slash after a "<" bracket, because it is allowed
* JDK 1.5

A PR is provided already: https://github.com/tdunning/open-json/pull/1

> Switch from json.org to open-json
> ---------------------------------
>
>                 Key: WICKET-6287
>                 URL: https://issues.apache.org/jira/browse/WICKET-6287
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket, wicket-atmosphere, wicket-extensions
>    Affects Versions: 8.0.0-M2, 7.5.0, 1.5.17
>            Reporter: Tobias Soloschenko
>            Assignee: Tobias Soloschenko
>            Priority: Critical
>              Labels: license
>             Fix For: 6.26, 7.6.0, 8.0.0-M3, 1.5.18
>
>
> Because of license issues it is required to switch from json.org:
> https://github.com/stleary/JSON-java
> to open-json:
> https://github.com/tdunning/open-json
> For more information see:
> http://apache-wicket.1842946.n4.nabble.com/Fwd-JSON-License-and-Apache-Projects-td4676261.html



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