svn commit: r1767961 - in /commons/proper/daemon/trunk/src/native/windows/apps: prunmgr/ prunsrv/

2016-11-03 Thread markt
Author: markt Date: Thu Nov 3 20:06:00 2016 New Revision: 1767961 URL: http://svn.apache.org/viewvc?rev=1767961=rev Log: Ignore output dir Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/ (props changed)

svn commit: r1767959 - in /commons/proper/daemon/trunk/src/native/windows/apps: prunmgr/prunmgr.rc prunsrv/prunsrv.rc

2016-11-03 Thread markt
Author: markt Date: Thu Nov 3 19:45:49 2016 New Revision: 1767959 URL: http://svn.apache.org/viewvc?rev=1767959=rev Log: More version updates Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunmgr/prunmgr.rc

[Math] Change on branch "master": Commons Math MasterBranch - Build # 15 - Unstable

2016-11-03 Thread Apache Jenkins Server
The Apache Jenkins build system has built Commons Math MasterBranch (build #15) Status: Unstable Check console output at https://builds.apache.org/job/Commons%20Math%20MasterBranch/15/ to view the results.

[math] Code update (following change in "Commons RNG").

2016-11-03 Thread erans
Repository: commons-math Updated Branches: refs/heads/master 72df12fb2 -> 7b42d43fa Code update (following change in "Commons RNG"). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7b42d43f Tree:

svn commit: r1767877 - /commons/proper/daemon/trunk/src/native/unix/CHANGES.txt

2016-11-03 Thread markt
Author: markt Date: Thu Nov 3 12:02:25 2016 New Revision: 1767877 URL: http://svn.apache.org/viewvc?rev=1767877=rev Log: Remove jsvc specific changelog Removed: commons/proper/daemon/trunk/src/native/unix/CHANGES.txt

svn commit: r1767876 - in /commons/proper/daemon/trunk: ./ src/native/unix/man/ src/native/windows/apps/prunmgr/ src/native/windows/apps/prunsrv/ src/samples/ src/site/xdoc/

2016-11-03 Thread markt
Author: markt Date: Thu Nov 3 12:02:00 2016 New Revision: 1767876 URL: http://svn.apache.org/viewvc?rev=1767876=rev Log: Update version to 1.1.0 everywhere Modified: commons/proper/daemon/trunk/build.xml commons/proper/daemon/trunk/pom.xml

svn commit: r1767874 - in /commons/proper/daemon/trunk/src: main/java/org/apache/commons/daemon/ main/java/org/apache/commons/daemon/support/ test/java/org/apache/commons/daemon/

2016-11-03 Thread markt
Author: markt Date: Thu Nov 3 11:48:13 2016 New Revision: 1767874 URL: http://svn.apache.org/viewvc?rev=1767874=rev Log: Java 5 fixes (<> and @Override) Modified: commons/proper/daemon/trunk/src/main/java/org/apache/commons/daemon/DaemonPermission.java

svn commit: r1767873 - in /commons/proper/daemon/trunk: build.xml pom.xml src/changes/changes.xml

2016-11-03 Thread markt
Author: markt Date: Thu Nov 3 11:44:02 2016 New Revision: 1767873 URL: http://svn.apache.org/viewvc?rev=1767873=rev Log: Increment minimum Java version to Java 5 Modified: commons/proper/daemon/trunk/build.xml commons/proper/daemon/trunk/pom.xml

svn commit: r1767872 - /commons/proper/daemon/trunk/STATUS.html

2016-11-03 Thread markt
Author: markt Date: Thu Nov 3 11:38:56 2016 New Revision: 1767872 URL: http://svn.apache.org/viewvc?rev=1767872=rev Log: Remove very out of date file Removed: commons/proper/daemon/trunk/STATUS.html

commons-dbcp git commit: Fix DBCP-457

2016-11-03 Thread markt
Repository: commons-dbcp Updated Branches: refs/heads/master 6641cc08d -> 8408716a7 Fix DBCP-457 When using a BasicDataSource, pass changes related to the handling of abandoned connections to the underlying pool so that the pool configuration may be updated dynamically. Project:

commons-dbcp git commit: Fix DBCP-458

2016-11-03 Thread markt
Repository: commons-dbcp Updated Branches: refs/heads/master 861879edc -> 6641cc08d Fix DBCP-458 Make it simpler to extend BasicDataSource to allow sub-classes to provide custom GenericObjectPool implementations. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit:

commons-dbcp git commit: Fix DBCP-459

2016-11-03 Thread markt
Repository: commons-dbcp Updated Branches: refs/heads/master e6543480a -> 861879edc Fix DBCP-459 Ensure that a thread's interrupt status is visible to the caller if the thread is interrupted during a call to PoolingDataSource.getConnection() Project:

commons-dbcp git commit: Fix DBCP-462

2016-11-03 Thread markt
Repository: commons-dbcp Updated Branches: refs/heads/master 8a1c11185 -> e6543480a Fix DBCP-462 Refactoring to prepare for a future patch to enable pooling of all prepared and callable statements in PoolingConnection. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit:

svn commit: r1767832 - /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java

2016-11-03 Thread markt
Author: markt Date: Thu Nov 3 08:09:38 2016 New Revision: 1767832 URL: http://svn.apache.org/viewvc?rev=1767832=rev Log: Simplify Modified: commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/EvictionTimer.java Modified: