1.7.5 (09 Dec. 2020)
Version for java 7 support corrective release
[CONJ-848] Pool correction for java 7 connection branch
- When receiving an RST during connection validation, the pool will end up throwing a connection timeout exception in place of reusing another connection.
- When using multiple pools and a pool is closed, it closes a global executor used by all pools. This occurs even if there are still other pools open.