Victor Pinto

Results 4 comments of Victor Pinto

I make a hook to "intercept" the payload generated: ``` String payload = builderPayload.build(); try { ObjectMapper mapper = new ObjectMapper(); JavaType type = mapper.getTypeFactory().constructParametricType(Map.class, String.class, Object.class); Map root =...

@keilon collapse-id don't work this way. But the hook to insert a property works =]

For me the problem was i didnt assemble new aar and tried to send the old one