5.2.1
Bug fixes:
- Use pooling connection manager of Apache HttpClient instead of basic one. The basic one is not meant to be used by multiple threads. This fixes an issue that could cause an
IllegalStateException
with the messageConnection is still allocated
. Thanks to @dmarks2 for spotting this.
Maintenance:
- Update dependencies