Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Java - Deprecated API #27

Open
farxinu opened this issue Jun 15, 2016 · 0 comments
Open

Java - Deprecated API #27

farxinu opened this issue Jun 15, 2016 · 0 comments

Comments

@farxinu
Copy link

farxinu commented Jun 15, 2016

The Java API makes use of the MultipartEntity class and FileBody class--however, in the newer versions of the http API, these classes are deprecated. While they still compile and seem to work, they really don't--like the FileBody(File, String) constructor creates a FileBody with null components. It would be good to update this class to make use of MultipartEntityBuilder and HttpEntity so that it works correctly with 4.3 and up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant