Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=193296&projectId=116

Build statistics:
  State: Ok
  Previous State: Failed
  Started at: Tue 26 May 2009 22:38:36 -0700
  Finished at: Tue 26 May 2009 22:40:48 -0700
  Total time: 2m 11s
  Build Trigger: Schedule
  Build Number: 71
  Exit code: 0
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_06"
          Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
          Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)
        
  Builder version :
          Maven version: 2.0.9
          Java version: 1.6.0_06
          OS name: "linux" version: "2.6.24-23-server" arch: "i386" Family: 
"unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: psteitz @ Mon 25 May 2009 11:53:50 -0700
Comment: Prepared for release notes.
Files changed:
  /commons/proper/pool/trunk/pom.xml ( 778467 )
  /commons/proper/pool/trunk/src/template ( 778467 )
  /commons/proper/pool/trunk/src/template/pool-release-notes.vm ( 778467 )
  /commons/proper/pool/trunk/xdocs/changes.xml ( 778467 )

Changed: psteitz @ Mon 25 May 2009 12:33:31 -0700
Comment: Moved test case up in the file.
Files changed:
  
/commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java
 ( 778479 )

Changed: psteitz @ Mon 25 May 2009 12:34:55 -0700
Comment: Javadoc fixes.
Files changed:
  
/commons/proper/pool/trunk/src/java/org/apache/commons/pool/KeyedObjectPool.java
 ( 778480 )
  
/commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/EvictionTimer.java
 ( 778480 )

Changed: psteitz @ Mon 25 May 2009 19:50:59 -0700
Comment: Dropped maven 1 build.
Files changed:
  /commons/proper/pool/trunk/maven.xml ( 778554 )
  /commons/proper/pool/trunk/project.properties ( 778554 )
  /commons/proper/pool/trunk/project.xml ( 778554 )
  /commons/proper/pool/trunk/release-notes.jsl ( 778554 )
  /commons/proper/pool/trunk/src/assembly/src.xml ( 778554 )

Changed: markt @ Tue 26 May 2009 13:33:57 -0700
Comment: Fix two issues that, oddly, had the same fix.
1. clearOldest() was called from inside a sync block. clearOldest() uses 
factory methods so must not be called from inside a sync block to prevent 
possible deadlocks.
2. clearOldest() calls allocate which set up a recursive call to allocate() 
which in turn emptied the allocation queue. This caused breakage as the 
recursive call unwound and items expected to be in the allocation queue were no 
longer there.
Files changed:
  
/commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java
 ( 778875 )

Changed: markt @ Tue 26 May 2009 13:46:22 -0700
Comment: Fix POOL-139. Make StackKeyedObjectPool._totActive thread safe
Files changed:
  
/commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/StackKeyedObjectPool.java
 ( 778880 )

Changed: psteitz @ Tue 26 May 2009 17:25:34 -0700
Comment: Added POOL-139.
Files changed:
  /commons/proper/pool/trunk/xdocs/changes.xml ( 778934 )

Changed: psteitz @ Tue 26 May 2009 19:14:27 -0700
Comment: Prepare for 1.5-RC1.
Files changed:
  /commons/proper/pool/trunk/pom.xml ( 778963 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode 
-DaltDeploymentRepository=vmbuild.repo::default::file://localhost/home/continuum/data/commons
 -Pci
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: JDK 6
Description: 

****************************************************************************
Test Summary:
****************************************************************************
Tests: 239
Failures: 0
Errors: 0
Success Rate: 100
Total time: 101.145





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

Reply via email to