-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30132/
-----------------------------------------------------------
Review request for Ambari, Jaimin Jetly, Robert Nettleton, and Tom Beerbower.
Bugs: AMBARI-9243
https://issues.apache.org/jira/browse/AMBARI-9243
Repository: ambari
Description
-------
When an artifact resource is created with a nested map structure, the json
representation of the resource flattens out the property names instead of
preserving the original hierarchy.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/api/services/RequestBody.java
f4c5647
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/ArtifactResourceProvider.java
b3eb159
ambari-server/src/main/java/org/apache/ambari/server/controller/spi/Request.java
f937a4c
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ArtifactResourceProviderTest.java
4ed1a51
Diff: https://reviews.apache.org/r/30132/diff/
Testing
-------
Functional tests using nexted artifact data.
Unit Tests:
All existing pass.
Added new unit tests for this scenario.
Thanks,
John Speidel