Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=40924&projectId=98
Build statistics:
State: Failed
Previous State: Failed
Started at: Tue 15 Mar 2016 21:21:41 +
Finished at: Tue 15 Mar 2016 21:25:25 +
Total time: 3m 43s
Build Trigger: Sched
On 15/03/2016 20:17, ma...@apache.org wrote:
> Author: markt
> Date: Tue Mar 15 20:17:51 2016
> New Revision: 1735161
>
> URL: http://svn.apache.org/viewvc?rev=1735161&view=rev
> Log:
> POOL-303
> Ensure that threads do not block indefinitely if more than maxTotal threads
> try to borrow an obje
Author: markt
Date: Tue Mar 15 20:37:58 2016
New Revision: 1735165
URL: http://svn.apache.org/viewvc?rev=1735165&view=rev
Log:
Fix POOL-307
Replace inefficient use of keySet with entrySet in GKOP.
Modified:
commons/proper/pool/trunk/src/changes/changes.xml
commons/proper/pool/trunk/src/m
Repository: commons-compress
Updated Branches:
refs/heads/master 687b360f8 -> c02b2d50e
created a separate issue for "skipping" in COMPRESS-340
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c02b2d50
Author: markt
Date: Tue Mar 15 20:27:16 2016
New Revision: 1735162
URL: http://svn.apache.org/viewvc?rev=1735162&view=rev
Log:
Small refactoring of borrowObject() to reduce code duplication.
Modified:
commons/proper/pool/trunk/src/changes/changes.xml
commons/proper/pool/trunk/src/main/ja
Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=40923&projectId=98
Build statistics:
State: Failed
Previous State: Ok
Started at: Tue 15 Mar 2016 20:21:32 +
Finished at: Tue 15 Mar 2016 20:26:41 +
Total time: 5m 8s
Build Trigger: Schedule
Author: markt
Date: Tue Mar 15 20:17:51 2016
New Revision: 1735161
URL: http://svn.apache.org/viewvc?rev=1735161&view=rev
Log:
POOL-303
Ensure that threads do not block indefinitely if more than maxTotal threads
try to borrow an object at the same time and the factory fails to create any
object
Author: markt
Date: Tue Mar 15 14:29:11 2016
New Revision: 1735080
URL: http://svn.apache.org/viewvc?rev=1735080&view=rev
Log:
Fix POOL-306
Ensure BaseGenericObjectPool.IdentityWrapper#equals() follows the expected
contract for equals().
Modified:
commons/proper/pool/trunk/src/changes/change
Author: markt
Date: Tue Mar 15 11:16:13 2016
New Revision: 1735057
URL: http://svn.apache.org/viewvc?rev=1735057&view=rev
Log:
Fix various IDE warnings
Modified:
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/BaseObject.java
commons/proper/pool/trunk/src/main/java/org/