gaul commented on code in PR #173: URL: https://github.com/apache/jclouds/pull/173#discussion_r1219255067
########## core/src/test/java/org/jclouds/rest/binders/BindToJsonPayloadTest.java: ########## @@ -47,6 +48,9 @@ public void testMap() throws SecurityException, NoSuchMethodException { } + // TODO: fails with Failed making field 'java.io.File#path' accessible; either increase its visibility or write a custom TypeAdapter for its declaring type. + // This is serializing a File which we don't actually care about. Just pick a different type instead? + @Ignore Review Comment: Any other suggesions to address this? I might have misunderstood what gson is/should be doing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org