Description
Hi experts!
I want to change the order of return connection.
change the GenericObjectPool.lifo setting false.(default is true).
However GenericObjectPool.lifo cannot be changed.
Because the setter method is not implement in DBCP
IMHO DBCP have to implement setter method of GenericObjectPool.lifo
I made the patch that can change GenericObjectPool.lifo.
Best regards.