This commit is contained in:
jamesagnew 2016-01-21 21:45:57 -05:00
parent 0aa0721632
commit 133660a9ae
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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">