[S2GRAPH-124]: Change JSONParser from Trait to Object.
JIRA:
[S2GRAPH-124] https://issues.apache.org/jira/browse/S2GRAPH-124
Pull Request:
Closes #92
Authors
DO YUNG YOON: [email protected]
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/b58ba20b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/b58ba20b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/b58ba20b
Branch: refs/heads/master
Commit: b58ba20b197bb3e9ac459b0c8e44d28218284279
Parents: 1c2bd04 38df9f8
Author: DO YUNG YOON <[email protected]>
Authored: Thu Nov 10 09:59:56 2016 +0900
Committer: DO YUNG YOON <[email protected]>
Committed: Thu Nov 10 10:01:46 2016 +0900
----------------------------------------------------------------------
CHANGES | 2 +
.../loader/subscriber/TransferToHFile.scala | 4 +-
.../scala/org/apache/s2graph/core/Edge.scala | 10 +-
.../org/apache/s2graph/core/JSONParser.scala | 235 +++++++++++++++++--
.../org/apache/s2graph/core/Management.scala | 3 +-
.../org/apache/s2graph/core/PostProcess.scala | 4 +-
.../org/apache/s2graph/core/mysqls/Label.scala | 6 +-
.../apache/s2graph/core/mysqls/LabelMeta.scala | 4 +-
.../s2graph/core/mysqls/ServiceColumn.scala | 2 +-
.../s2graph/core/parsers/WhereParser.scala | 6 +-
.../s2graph/core/rest/RequestParser.scala | 4 +-
.../apache/s2graph/core/JsonParserTest.scala | 3 +-
.../org/apache/s2graph/rest/netty/Server.scala | 2 +-
.../rest/play/controllers/QueryController.scala | 2 +-
14 files changed, 241 insertions(+), 46 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/b58ba20b/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 8731236,945e464..e86b594
--- a/CHANGES
+++ b/CHANGES
@@@ -85,9 -85,6 +85,11 @@@ Release 0.1.0 - unrelease
S2GRAPH-117: Cleaner logging library usage.
(Contributed by Jong Wook Kim<[email protected]>, committed by
DOYUNG YOON)
+ S2GRAPH-115: Release binary artifacts to Maven Central.
+ (Contributed by Jong Wook Kim<[email protected]>, committed by
DOYUNG YOON)
++
++ S2GRAPH-124: Change JSONParser from Trait to Object (Committed by DOYUNG
YOON).
+
BUG FIXES
S2GRAPH-18: Query Option "interval" is Broken.