Community
Participate
Working Groups
Build Identifier: There's an implicit assumption that the REST service will be some kind of String. Regardless of its encoding, that isn't always the case - for example, REST services might include streaming back some JPG or PNG bytes that form an image, or a repository system hosting non-textual content. Reproducible: Always
Fix pushed to master http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/commit/?id=28b9df08b0f707211b2d1f84d20135c87b5fdc86 This changes the IRemoteResponseDeserializer interface to have a byte[] rather than String as last argument...along with all clients. This is a breaking API change as discussed on the ECF dev mailing list on this thread: http://dev.eclipse.org/mhonarc/lists/ecf-dev/msg06200.html The major version of the API bundle that encloses this interface was updated, because this is a breaking API change. This fix will be in ECF 3.6.0, due on March 11.