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>
|
||||
<name>Karl M. Davis</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>matt-blanchette</id>
|
||||
<name>Matt Blanchette</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -145,6 +145,11 @@
|
|||
running in an old serlvet container should be tested well before use. Thanks to Bill Denton
|
||||
for reporting!
|
||||
</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 version="1.3" date="2015-11-14">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue