I am having some issues in core while testing:
```
Failed tests:
testMapStringObjectWithAllValidValuesOneDeep(org.jclouds.json.JsonTest):
expected:<{"string":"string","map":{"key":"value"},"list":["key","value"],"boolean":true,"number":1.0}>
but
was:<{"number":1.0,"boolean":true,"string":"string","list":["key","value"],"map":{"key":"value"}}>
testAddDetailsAndPropagateOkWithValidRequestResponseWithSAXParseException(org.jclouds.http.functions.ParseSaxTest):
expected:<request: GET http://foohost HTTP/1.1; response: HTTP/1.1 304 Not
Modified; error at 1:1 in document systemId; cause:
org.xml.sax.SAXParseException: foo> but was:<request: GET http://foohost
HTTP/1.1; response: HTTP/1.1 304 Not Modified; error at 1:1 in document
systemId; cause: org.xml.sax.SAXParseExceptionpublicId: publicId; systemId:
systemId; lineNumber: 1; columnNumber: 1; foo>
testCreatePostWithMethodBinderAndDefaults(org.jclouds.rest.internal.RestAnnotationProcessorTest):
expected:<{"fooble":"data","rat":"atat"}> but
was:<{"rat":"atat","fooble":"data"}>
Tests run: 734, Failures: 3, Errors: 0, Skipped: 0
```
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/851#issuecomment-135877229