You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Casey Stella (JIRA)" <ji...@apache.org> on 2018/01/25 19:37:00 UTC

[jira] [Created] (METRON-1430) Isolate jackson from being used as arguments or returns from JSONUtils

Casey Stella created METRON-1430:
------------------------------------

             Summary: Isolate jackson from being used as arguments or returns from JSONUtils
                 Key: METRON-1430
                 URL: https://issues.apache.org/jira/browse/METRON-1430
             Project: Metron
          Issue Type: Improvement
            Reporter: Casey Stella


Currently jackson is used as part of our internal API to JSONUtils.  The problem here is when we shade and relocate jackson.  Suddenly we can't use JSONUtils.  We should avoid operating on jackson primitives and rather provide a convenient wrapper around the places where we use jackson as part of the API.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)