Github user garydgregory commented on the issue:
https://github.com/apache/commons-pool/pull/10
When I apply this match to master, I get:
[INFO] Running org.apache.commons.pool2.impl.TestGenericObjectPool
[ERROR] Tests run: 82, Failures: 0, Errors: 3, Skipped: 0, Time elapsed:
81.078 s <<< FAILURE! - in org.apache.commons.pool2.impl.TestGenericObjectPool
[ERROR] testMutable(org.apache.commons.pool2.impl.TestGenericObjectPool)
Time elapsed: 0.037 s <<< ERROR!
java.lang.NoSuchMethodError:
org.apache.commons.pool2.impl.TestGenericObjectPool$HashSetFactory.<init>(Lorg/apache/commons/pool2/impl/TestGenericObjectPool$1;)V
at
org.apache.commons.pool2.impl.TestGenericObjectPool.testMutable(TestGenericObjectPool.java:2445)
[ERROR]
testErrorFactoryDoesNotBlockThreads(org.apache.commons.pool2.impl.TestGenericObjectPool)
Time elapsed: 0.011 s <<< ERROR!
java.lang.NoSuchMethodError:
org.apache.commons.pool2.impl.TestGenericObjectPool$CreateErrorFactory.<init>(Lorg/apache/commons/pool2/impl/TestGenericObjectPool$1;)V
at
org.apache.commons.pool2.impl.TestGenericObjectPool.testErrorFactoryDoesNotBlockThreads(TestGenericObjectPool.java:2685)
[ERROR]
testEqualsIndiscernible(org.apache.commons.pool2.impl.TestGenericObjectPool)
Time elapsed: 0 s <<< ERROR!
java.lang.NoSuchMethodError:
org.apache.commons.pool2.impl.TestGenericObjectPool$HashSetFactory.<init>(Lorg/apache/commons/pool2/impl/TestGenericObjectPool$1;)V
at
org.apache.commons.pool2.impl.TestGenericObjectPool.testEqualsIndiscernible(TestGenericObjectPool.java:2427)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]