Credit for #288
This commit is contained in:
parent
0aa0721632
commit
133660a9ae
4
pom.xml
4
pom.xml
|
@ -216,6 +216,10 @@
|
||||||
<id>karlmdavis</id>
|
<id>karlmdavis</id>
|
||||||
<name>Karl M. Davis</name>
|
<name>Karl M. Davis</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>matt-blanchette</id>
|
||||||
|
<name>Matt Blanchette</name>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -145,6 +145,11 @@
|
||||||
running in an old serlvet container should be tested well before use. Thanks to Bill Denton
|
running in an old serlvet container should be tested well before use. Thanks to Bill Denton
|
||||||
for reporting!
|
for reporting!
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add" issue="288">
|
||||||
|
Add new methods to RestfulClientFactory allowing you to configure the size of the
|
||||||
|
client pool used by Apache HttpClient. Thanks to Matt Blanchette for the pull
|
||||||
|
request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.3" date="2015-11-14">
|
<release version="1.3" date="2015-11-14">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue