Build with maven works fine with Java 1.6 and 1.8 on Windows 8.1. Site
and artifacts look good.

I had a problem with the ant build: I copied build.properties.sample
(which seems to be a working configuration) to build.properties and
called 'ant test'. This failed with the message below. So there may be
something missing in build.properties.

The ant problem is not blocking for me, so +1

Oliver

    [junit] Testcase: testAccessAfterReturn took 0,002 sec
    [junit]     Caused an ERROR
    [junit] Unexpected exception,
expected<java.lang.IllegalStateException> but
was<java.lang.NoClassDefFoundError>
    [junit] java.lang.Exception: Unexpected exception,
expected<java.lang.Illega
lStateException> but was<java.lang.NoClassDefFoundError>
    [junit] Caused by: java.lang.NoClassDefFoundError: Could not
initialize clas
s net.sf.cglib.proxy.Enhancer
    [junit]     at
org.apache.commons.pool2.proxy.CglibProxySource.createProxy(C
glibProxySource.java:47)
    [junit]     at
org.apache.commons.pool2.proxy.ProxiedKeyedObjectPool.borrowO
bject(ProxiedKeyedObjectPool.java:63)
    [junit]     at
org.apache.commons.pool2.proxy.BaseTestProxiedKeyedObjectPool
.testAccessAfterReturn(BaseTestProxiedKeyedObjectPool.java:73)
    [junit]
    [junit] Testcase: testAccessAfterInvalidate took 0,001 sec
    [junit]     Caused an ERROR
    [junit] Unexpected exception,
expected<java.lang.IllegalStateException> but
was<java.lang.NoClassDefFoundError>
    [junit] java.lang.Exception: Unexpected exception,
expected<java.lang.Illega
lStateException> but was<java.lang.NoClassDefFoundError>
    [junit] Caused by: java.lang.NoClassDefFoundError: Could not
initialize clas
s net.sf.cglib.proxy.Enhancer
    [junit]     at
org.apache.commons.pool2.proxy.CglibProxySource.createProxy(C
glibProxySource.java:47)
    [junit]     at
org.apache.commons.pool2.proxy.ProxiedKeyedObjectPool.borrowO
bject(ProxiedKeyedObjectPool.java:63)
    [junit]     at
org.apache.commons.pool2.proxy.BaseTestProxiedKeyedObjectPool
.testAccessAfterInvalidate(BaseTestProxiedKeyedObjectPool.java:90)
    [junit]

BUILD FAILED
C:\data\dev\projects\OpenSource\pool\commons-pool2-2.4-src\build.xml:137: Test
o
rg.apache.commons.pool2.proxy.TestProxiedKeyedObjectPoolWithCglibProxy
failed

Am 22.05.2015 um 17:51 schrieb Phil Steitz:
> This is a vote to release version 2.4 of Apache Commons Pool based
> on RC1.
> 
> Here is the release candidate:
> https://dist.apache.org/repos/dist/dev/commons/pool/
> (r9083)
> 
> Built from:
> https://svn.apache.org/repos/asf/commons/proper/pool/tags/POOL_2_4_RC1/
> (r1680963)
> 
> Release notes:
> https://dist.apache.org/repos/dist/dev/commons/pool/RELEASE-NOTES.txt
> 
> Maven artifacts:
> http://s.apache.org/Va6
> 
> site:
> http://people.apache.org/~psteitz/pool/pool-2.4-rc1
> 
> keys:
> 
> https://www.apache.org/dist/commons/KEYS
> 
> Votes, please.
> 
> This vote will close no sooner that 72 hours from now (15:50 GMT
> 25-May-2015).
> 
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
> 
> Thanks!
> 
> Phil
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to