Kazuki Shimizu opened SPR-13350 and commented
Current implementation is as follow:
private long maxWait = GenericObjectPoolConfig.DEFAULT_MAX_TOTAL;
It should be modified as follow:
private long maxWait = GenericObjectPoolConfig.DEFAULT_MAX_WAIT_MILLIS;
Affects: 4.2 GA
Referenced from: pull request #856, and commits bad57f7, 9524f96