----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65076/ -----------------------------------------------------------
(Updated Jan. 17, 2018, 7:15 p.m.) Review request for Aurora and Bill Farner. Changes ------- Updated origin/master to fix rebase issue (?) @ReviewBot retry Repository: aurora Description ------- Added ExclusionStrategy to Gson formatter in structdump to hide trhift metadata fields such as "__isset_bitfield" and the "optionals" enum. Added a FieldNamingStrategy to rename "value_" and "setName_" fields to "value" and "key" on map formatting. Created test cases to cover the scenarios above. Signed-off-by: Juan Manuel Fresia <[email protected]\> Diffs (updated) ----- src/main/java/org/apache/aurora/scheduler/http/StructDump.java 1710e39f4fef9cba9d78cb097c889ac89bd04eb5 src/test/java/org/apache/aurora/scheduler/http/StructDumpTest.java PRE-CREATION Diff: https://reviews.apache.org/r/65076/diff/6/ Changes: https://reviews.apache.org/r/65076/diff/5-6/ Testing ------- Gradle verification/test target. Thanks, Juan Manuel Fresia
