Credit for #416
This commit is contained in:
parent
6aa7aed3cf
commit
681f4e153d
5
pom.xml
5
pom.xml
|
@ -236,6 +236,11 @@
|
|||
<id>mion00</id>
|
||||
<name>Carlo Mion</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>kiwiandroiddev</id>
|
||||
<name>Matt Clarke</name>
|
||||
<organization>Orion Health</organization>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -132,6 +132,14 @@
|
|||
throwing an AuthenticationException. Thanks to GitHub user @allanbrohansen
|
||||
for the suggestion!
|
||||
</action>
|
||||
<action type="add" issue="416">
|
||||
Add a new client implementation which uses the
|
||||
<![CDATA[<a href="http://square.github.io/okhttp/">OkHttp</a>]]>
|
||||
library as the HTTP client implementation (instead of Apache HttpClient).
|
||||
This is particularly useful for Android (where HttpClient is a pain) but
|
||||
could also be useful in other places too.
|
||||
Thanks to Matt Clarke of Orion Health for the contribution!
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.6" date="2016-07-07">
|
||||
<action type="fix">
|
||||
|
|
Loading…
Reference in New Issue