You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2017/03/01 18:19:45 UTC

[jira] [Comment Edited] (WICKET-6329) org.json migration issue

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

Mikhail Fursov edited comment on WICKET-6329 at 3/1/17 6:19 PM:
----------------------------------------------------------------

This is an example of working alternative solution (spent less than 1 hour setting up this repository and pushing it's artifact to maven)

https://github.com/openjson/openjson

(Invited Martin, Ted Dunning and Max Solodovnik as owners, I can also give up my rights for this org)


was (Author: mfursov):
This is an example of working alternative solution (spent less than 1 hour setting up this repository and pushing it's artifact to maven)

https://github.com/openjson/openjson

(Invited Martin and Max Solodovnik as owners, I can also give up my rights for this org)

> org.json migration issue
> ------------------------
>
>                 Key: WICKET-6329
>                 URL: https://issues.apache.org/jira/browse/WICKET-6329
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 8.0.0-M4
>            Reporter: Mikhail Fursov
>            Priority: Critical
>
> My project uses both Wicket and Google Firebase.
> After migrating to Wicket8 M4 I have this issue:
> java.lang.NoSuchMethodError: org.json.JSONStringer.object()Lorg/json/JSONWriter;
> 	at com.google.firebase.database.util.JsonMapper.serializeJsonValue(JsonMapper.java:56)
> 	at com.google.firebase.database.util.JsonMapper.serializeJsonValue(JsonMapper.java:45)
> 	at com.google.firebase.database.util.JsonMapper.serializeJson(JsonMapper.java:25)
> 	at com.google.firebase.database.util.GAuthToken.serializeToString(GAuthToken.java:53)
> 	at com.google.firebase.database.core.JvmAuthTokenProvider$1.onComplete(JvmAuthTokenProvider.java:40)
> 	at com.google.firebase.tasks.OnCompleteCompletionListener$1.run(OnCompleteCompletionListener.java:37)
> Reason: Google libraries uses one library and Wicket uses another by the same name. These 2 libraries are in conflict.
>  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)