mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Question: Why HttpClient 3.1 #61

Closed barrit closed 9 years ago

barrit commented 9 years ago

I'm already consuming rest services in my project and I'm using HttpClient 4.4. I was wondering why this module uses the end-of life commons httpclient ( http://hc.apache.org/httpclient-3.x/ )

mweststrate commented 9 years ago

If I remember correctly this is mainly because of compatibility with Mendix 4.x, which ships with httpclient 3 and doesn't support OSGI containers.

On Mon, Jun 15, 2015 at 10:38 AM, Bart Dupon notifications@github.com wrote:

I'm already consuming rest services in my project and I'm using HttpClient 4.4. I was wondering why this module uses the end-of life commons httpclient ( http://hc.apache.org/httpclient-3.x/ )

— Reply to this email directly or view it on GitHub https://github.com/mendix/RestServices/issues/61.