[
https://issues.apache.org/jira/browse/WICKET-6329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898064#comment-15898064
]
ASF subversion and git services commented on WICKET-6329:
---------------------------------------------------------
Commit f25687ade198b8e9dedf91d120c7f0d3ec0f1039 in wicket's branch
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=f25687a ]
WICKET-6329 org.json migration issue
Switch from com.tdunning:json to com.github.openjson:openjson
> 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
> Assignee: Martin Grigorov
> Priority: Critical
> Fix For: 8.0.0-M5
>
>
> 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)