Github user wangyulin commented on the issue:
https://github.com/apache/commons-pool/pull/7
@garydgregory Thank you for the patient answer, I understand.
---
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.
Github user garydgregory commented on the issue:
https://github.com/apache/commons-pool/pull/7
If by "moving" you mean deleting a method from an interface, that would
break binary compatibility, which we cannot do outside of a major release
(where we would change the package name and
Github user wangyulin commented on the issue:
https://github.com/apache/commons-pool/pull/7
@garydgregory In fact, the intention is to move the startEvictionTest and
endEvictionTest methods from PooledObject to BaseGenericObjectPool, because
eviction is the operation of ObjectPool, n
Github user wangyulin commented on the issue:
https://github.com/apache/commons-pool/pull/7
In fact, the intention is to move the startEvictionTest and endEvictionTest
methods from PooledObject to BaseGenericObjectPool, because eviction is the
operation of ObjectPool, not the operatio
Github user garydgregory commented on the issue:
https://github.com/apache/commons-pool/pull/7
Right, we cannot add method to existing interfaces outside of a major
release.
---
-
To unsubscribe, e-mail: dev-unsubsc
Github user wangyulin commented on the issue:
https://github.com/apache/commons-pool/pull/7
**Check checkAPIcompatibility failed:**
- org.apache.commons.pool2.PooledObject:
Method 'public void setState(org.apache.commons.pool2.PooledObjectState)'
has been added to an inte
Github user wangyulin commented on the issue:
https://github.com/apache/commons-pool/pull/7
Add ```getState()``` on ```PooledObject```, checkAPIcompatibility failed.
---
-
To unsubscribe, e-mail: dev-unsubscr...@comm