GitHub user wangyulin opened a pull request:
https://github.com/apache/commons-pool/pull/8
Format DefaultPooledObject getIdleTimeMillis method white spaces
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wangyulin/commons-pool
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
Github user wangyulin closed the pull request at:
https://github.com/apache/commons-pool/pull/7
---
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
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
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
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 a
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
GitHub user wangyulin opened a pull request:
https://github.com/apache/commons-pool/pull/7
Refactor PooledObject and BaseGenericObjectPool
```PooledObject``` should not pay attention to ```idleObjects``` of
```GenericObjectPool```, so there should be no ```idleQueue.offerFirst
GitHub user wangyulin opened a pull request:
https://github.com/apache/commons-pool/pull/6
code review
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wangyulin/commons-pool dev
Alternatively you can review and apply these
Github user wangyulin commented on the issue:
https://github.com/apache/commons-pool/pull/5
@garydgregory Consider whether the problem is reasonableï¼
---
-
To unsubscribe, e-mail: dev-unsubscr
Github user wangyulin commented on the issue:
https://github.com/apache/commons-pool/pull/5
@garydgregory Consider whether the problem is reasonableï¼
---
-
To unsubscribe, e-mail: dev-unsubscr
GitHub user wangyulin opened a pull request:
https://github.com/apache/commons-pool/pull/5
Delete repeated call startEvictor
Constructor of class `GenericKeyedObjectPool`, `public
GenericKeyedObjectPool(final KeyedPooledObjectFactory factory, final
GenericKeyedObjectPoolConfig
12 matches
Mail list logo