[GitHub] metron pull request #910: METRON-1430: Isolate jackson from being used as ar...

2018-01-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/metron/pull/910 ---

[GitHub] metron pull request #910: METRON-1430: Isolate jackson from being used as ar...

2018-01-25 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/910#discussion_r163967410 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/IndexDao.java --- @@ -140,9 +147,9 @@ default Document

[GitHub] metron pull request #910: METRON-1430: Isolate jackson from being used as ar...

2018-01-25 Thread mmiklavc
Github user mmiklavc commented on a diff in the pull request: https://github.com/apache/metron/pull/910#discussion_r163962696 --- Diff: metron-platform/metron-indexing/src/main/java/org/apache/metron/indexing/dao/IndexDao.java --- @@ -140,9 +147,9 @@ default Document

[GitHub] metron pull request #910: METRON-1430: Isolate jackson from being used as ar...

2018-01-25 Thread cestella
GitHub user cestella opened a pull request: https://github.com/apache/metron/pull/910 METRON-1430: Isolate jackson from being used as arguments or returns from JSONUtils ## Contributor Comments Currently jackson is used as part of our internal API to JSONUtils. The problem