You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Dieter Tremel (JIRA)" <ji...@apache.org> on 2017/11/13 14:00:00 UTC

[jira] [Created] (WICKET-6496) Duplicate definition of interface JSONString

Dieter Tremel created WICKET-6496:
-------------------------------------

             Summary: Duplicate definition of interface JSONString
                 Key: WICKET-6496
                 URL: https://issues.apache.org/jira/browse/WICKET-6496
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 8.0.0-M8
            Reporter: Dieter Tremel
            Priority: Minor


org.apache.wicket.ajax.json.JSONFunction implements org.apache.wicket.ajax.json.JSONString, whereas com.github.openjson.JSONStringer relies on com.github.openjson.JSONString. I suppose this leads to problems on line 255 of JSONStringer  which checks if value is instance of JSONString, so that JSONFunction is not rendered correctly. Found by analyzing [issue #616 of wicketstuff|https://github.com/wicketstuff/core/issues/616].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)