-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65078/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-2351
https://issues.apache.org/jira/browse/ATLAS-2351
Repository: atlas
Description
-------
Update V1 REST APIs to serialize the response using AtlasJson.toV1Json(), so
that the format will be consistent with earlier version of Atlas
Diffs
-----
webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java
c21dff42
webapp/src/main/java/org/apache/atlas/web/resources/EntityResource.java
8fd4d5ad
webapp/src/main/java/org/apache/atlas/web/resources/TypesResource.java
a69b0e73
Diff: https://reviews.apache.org/r/65078/diff/1/
Testing
-------
Verified that entity retrieved using V1 REST API has date type attributes
formatted as in earlier versions of Atlas i.e. using format-string
"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
Thanks,
Madhan Neethiraj