Jan Mathauser

Results 2 comments of Jan Mathauser

Hi @perexg any news on a fix or a possible workaround? I think we are influenced by the same problem.

Well the calls with Map seem to just call map.values().toArray(new Object[map.values().size()]) under the hood. At least through spring-mock-mvc RestAssuredMockMvc. So if you don't use an ordered Map you even end...