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

ASF GitHub Bot commented on WICKET-6287:
----------------------------------------

Github user klopfdreh commented on the issue:

    https://github.com/apache/wicket/pull/194
  
    Summary before integration:
    
    * json.org is replaced with open-json, now
    * Method calls not supported by open-json throw a WicketRuntimeException to 
inform the user
    * If users still need json.org they have to reorganize imports and add the 
json.org dependency in maven (beware of the license issues in this case!!)
    * All classes are preserved due to clirr checks, but are converted to 
dummies if there is no functionality left
    * There has been a special change to JSONObject, because Objects.hashCode 
is only available since jdk > 7


> 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, 6.25.0, 7.5.0
>            Reporter: Tobias Soloschenko
>            Assignee: Tobias Soloschenko
>            Priority: Minor
>              Labels: license
>             Fix For: 6.26, 7.6.0, 8.0.0-M3
>
>
> 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)

Reply via email to