svn commit: r1786564 - /commons/proper/jexl/trunk/RELEASE-NOTES.txt

2017-03-12 Thread henrib
Author: henrib Date: Sun Mar 12 10:13:56 2017 New Revision: 1786564 URL: http://svn.apache.org/viewvc?rev=1786564=rev Log: JEXL: Reworded compatibility break warning Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt URL:

[lang] AbstractExceptionContextTest#testJavaSerialization: remove unnecessary SuppressWarnings annotation

2017-03-12 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 05bf337fc -> f0f896ee6 AbstractExceptionContextTest#testJavaSerialization: remove unnecessary SuppressWarnings annotation Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

svn commit: r1786588 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java

2017-03-12 Thread sebb
Author: sebb Date: Sun Mar 12 14:39:10 2017 New Revision: 1786588 URL: http://svn.apache.org/viewvc?rev=1786588=rev Log: COunt IOErrors for debug Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java Modified:

[1/2] [lang] LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods

2017-03-12 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 31a9fa0cc -> 3ce7f9eec LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/6b9c3315

[2/2] [lang] revert "LANG-1270: Add StringUtils#isAnyNotEmpty and #isAnyNotBlank" and add "LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods" instead

2017-03-12 Thread pascalschumacher
revert "LANG-1270: Add StringUtils#isAnyNotEmpty and #isAnyNotBlank" and add "LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods" instead Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3ce7f9ee

[commons-text] Git Push Summary

2017-03-12 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/deprecated_classes_methods_move_to_commons_text [created] 94ca2ca01

svn commit: r1786587 - in /commons/proper/net/trunk/src: changes/changes.xml main/java/org/apache/commons/net/util/SubnetUtils.java

2017-03-12 Thread sebb
Author: sebb Date: Sun Mar 12 14:35:49 2017 New Revision: 1786587 URL: http://svn.apache.org/viewvc?rev=1786587=rev Log: NET-626 SubnetUtils#SubnetUtils - improved comment Modified: commons/proper/net/trunk/src/changes/changes.xml

[6/6] [lang] Add checkstyle to Travis CI (closes #254)

2017-03-12 Thread pascalschumacher
Add checkstyle to Travis CI (closes #254) Currently, checkstyle is only run as part of the reporting phase, and it's up to the developer to check the report manually. This patch adds the checkstyle configuration to the build plugins so it can be used to check the code (as opposed to just

[5/6] [lang] org.apache.commons.lang3.concurrent.annotation package-info

2017-03-12 Thread pascalschumacher
org.apache.commons.lang3.concurrent.annotation package-info Added package-info.java to the org.apache.commons.lang3.concurrent.annotation package to solve a checkstyle violation. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[2/6] [lang] Apply JavaDoc checkstyle only to public methods

2017-03-12 Thread pascalschumacher
Apply JavaDoc checkstyle only to public methods The defacto style of the project requires Javadoc for public methods only, but the checkstyle Javadoc check defaults to requiring them even for private methods, generating 46 errors. This patch sets the checkstyle Javadoc check's scope to public to

[4/6] [lang] Replace tabs with spaces in DateUtils

2017-03-12 Thread pascalschumacher
Replace tabs with spaces in DateUtils Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/4259a706 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/4259a706 Diff:

[1/6] [lang] Remove unused SystemUtils import from ExceptionUtils

2017-03-12 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 4282efae5 -> 4fb393be2 Remove unused SystemUtils import from ExceptionUtils Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ba7c7880 Tree:

[3/6] [lang] Upgrade maven-checkstyle-plugin to 2.17

2017-03-12 Thread pascalschumacher
Upgrade maven-checkstyle-plugin to 2.17 This patch upgrades maven-checkstyle-plugin to the latest available version, 2.17. This is done in order to consume a fix for checkstyle wrongfully reporting an error if the @return javadoc tag was used in an annotation type, as it is in Guarded (line 36).

[lang] .travis.yml: include apache rat license check in the main script, so that the build fails if there are violations

2017-03-12 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 4fb393be2 -> 15dcb423c .travis.yml: include apache rat license check in the main script, so that the build fails if there are violations Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] ClassUtilsTest#test_isAssignable_ClassArray_ClassArray: add explicit cast to avoid compiler warning and remove commented out code

2017-03-12 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master f0f896ee6 -> 5482ce61b ClassUtilsTest#test_isAssignable_ClassArray_ClassArray: add explicit cast to avoid compiler warning and remove commented out code Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

svn commit: r1786589 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java

2017-03-12 Thread sebb
Author: sebb Date: Sun Mar 12 14:53:35 2017 New Revision: 1786589 URL: http://svn.apache.org/viewvc?rev=1786589=rev Log: Notes on keep-alive Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java Modified:

[lang] LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods

2017-03-12 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 3ce7f9eec -> 4282efae5 LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methods fix error in javadoc (side effects: close #221, close #197) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] ClassUtilsTest: some tests can simplified because lang does not support java versions without autoboxing anymore

2017-03-12 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 5482ce61b -> 31a9fa0cc ClassUtilsTest: some tests can simplified because lang does not support java versions without autoboxing anymore Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[35/50] [abbrv] commons-pool git commit: Standard Maven location for assemblies

2017-03-12 Thread mattsicker
Standard Maven location for assemblies git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1739829 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[17/50] [abbrv] commons-pool git commit: Add final modifier to method parameters.

2017-03-12 Thread mattsicker
http://git-wip-us.apache.org/repos/asf/commons-pool/blob/844cbd26/src/main/java/org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.java -- diff --git a/src/main/java/org/apache/commons/pool2/proxy/ProxiedKeyedObjectPool.java

[27/50] [abbrv] commons-pool git commit: Fix POOL-307 Replace inefficient use of keySet with entrySet in GKOP.

2017-03-12 Thread mattsicker
Fix POOL-307 Replace inefficient use of keySet with entrySet in GKOP. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735165 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[23/50] [abbrv] commons-pool git commit: Fix various IDE warnings

2017-03-12 Thread mattsicker
Fix various IDE warnings git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735057 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/2566fd6c Tree:

[05/50] [abbrv] commons-pool git commit: Obsolete DOAP

2017-03-12 Thread mattsicker
Obsolete DOAP git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/branches/performance-ideas@1719171 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/ae5838a2

[commons-pool] Git Push Summary

2017-03-12 Thread mattsicker
Repository: commons-pool Updated Tags: refs/tags/POOL_1_0 [created] af75ff68f refs/tags/POOL_1_0@139620 [created] 30f9edd77 refs/tags/POOL_1_0@560656 [created] 089a24a66 refs/tags/POOL_1_0@560657 [created] 92f12 refs/tags/POOL_1_0@560659 [created] a09fb7c8c refs/tags/POOL_1_0_1

[13/50] [abbrv] commons-pool git commit: Add final modifier to local variables.

2017-03-12 Thread mattsicker
http://git-wip-us.apache.org/repos/asf/commons-pool/blob/5fe7dc02/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java -- diff --git a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java

[50/50] [abbrv] commons-pool git commit: [POOL-320]: Use more efficient stack walking mechanisms for usage tracking

2017-03-12 Thread mattsicker
[POOL-320]: Use more efficient stack walking mechanisms for usage tracking git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1785520 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[06/50] [abbrv] commons-pool git commit: commons-parent 34 -> 39.

2017-03-12 Thread mattsicker
commons-parent 34 -> 39. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1724895 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/1d288b3f Tree:

[2/2] commons-pool git commit: Add self to pom

2017-03-12 Thread mattsicker
Add self to pom Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/868b9fd6 Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/868b9fd6 Diff:

[1/2] commons-pool git commit: Update scm config to git

2017-03-12 Thread mattsicker
Repository: commons-pool Updated Branches: refs/heads/master 3994baf0f -> 868b9fd6c Update scm config to git Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/88c6bedf Tree:

[45/50] [abbrv] commons-pool git commit: Follow-up to r1769582 Use the correct units. Thanks to kfujino.

2017-03-12 Thread mattsicker
Follow-up to r1769582 Use the correct units. Thanks to kfujino. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1769740 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[41/50] [abbrv] commons-pool git commit: Fix POOL-351 Add a configurable delay (default 10 seconds) to wait when shutting down an Evictor to allow the associated thread time to complete and current ev

2017-03-12 Thread mattsicker
Fix POOL-351 Add a configurable delay (default 10 seconds) to wait when shutting down an Evictor to allow the associated thread time to complete and current evictions and to terminate. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1767782

[40/50] [abbrv] commons-pool git commit: Keep static classes at the end of the file.

2017-03-12 Thread mattsicker
Keep static classes at the end of the file. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1767756 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[30/50] [abbrv] commons-pool git commit: Re-working of fix for POOL-303

2017-03-12 Thread mattsicker
Re-working of fix for POOL-303 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735269 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/a4c544a2 Tree:

[16/50] [abbrv] commons-pool git commit: Add final modifier to local variables.

2017-03-12 Thread mattsicker
Add final modifier to local variables. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1729267 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[20/50] [abbrv] commons-pool git commit: [POOL-309] Fix misspellings from "destory" to "destroy".

2017-03-12 Thread mattsicker
[POOL-309] Fix misspellings from "destory" to "destroy". git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1733560 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[24/50] [abbrv] commons-pool git commit: Fix POOL-306 Ensure BaseGenericObjectPool.IdentityWrapper#equals() follows the expected contract for equals().

2017-03-12 Thread mattsicker
Fix POOL-306 Ensure BaseGenericObjectPool.IdentityWrapper#equals() follows the expected contract for equals(). git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735080 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo

[19/50] [abbrv] commons-pool git commit: Always use statement blocks.

2017-03-12 Thread mattsicker
Always use statement blocks. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1729271 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/14d82910 Tree:

[39/50] [abbrv] commons-pool git commit: Check class used for evictionPolicyClassName implements EvictionPolicy

2017-03-12 Thread mattsicker
Check class used for evictionPolicyClassName implements EvictionPolicy git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1767714 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[32/50] [abbrv] commons-pool git commit: Correct location of decrement

2017-03-12 Thread mattsicker
Correct location of decrement git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735292 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/f7a0d26b Tree:

[44/50] [abbrv] commons-pool git commit: Additional fix for POOL-315. Thanks to Keiichi Fujino Also review previous fix.

2017-03-12 Thread mattsicker
Additional fix for POOL-315. Thanks to Keiichi Fujino Also review previous fix. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1769582 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[46/50] [abbrv] commons-pool git commit: Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released.

2017-03-12 Thread mattsicker
Add starter TravisCI configuration. Will pick up Travis profile from new parent module when released. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1770094 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[42/50] [abbrv] commons-pool git commit: Fix transposed digits

2017-03-12 Thread mattsicker
Fix transposed digits git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1767783 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/ed91f491 Tree:

[26/50] [abbrv] commons-pool git commit: Small refactoring of borrowObject() to reduce code duplication.

2017-03-12 Thread mattsicker
Small refactoring of borrowObject() to reduce code duplication. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735162 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[33/50] [abbrv] commons-pool git commit: Fix POOL-310 Ensure that threads using GKOP do not block indefinitely if more than maxTotal threads try to borrow objects with different keys at the same time

2017-03-12 Thread mattsicker
Fix POOL-310 Ensure that threads using GKOP do not block indefinitely if more than maxTotal threads try to borrow objects with different keys at the same time and the factory destroys objects on return. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735563

[34/50] [abbrv] commons-pool git commit: Static fields should be accessed directly.

2017-03-12 Thread mattsicker
Static fields should be accessed directly. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1739389 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[49/50] [abbrv] commons-pool git commit: Fix issue reported on users list. Ensure that a call to GKOP preparePool() takes account of other threads that might create objects concurrently, particularly

2017-03-12 Thread mattsicker
Fix issue reported on users list. Ensure that a call to GKOP preparePool() takes account of other threads that might create objects concurrently, particularly the Evictor. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1782329 13f79535-47bb-0310-9956-ffa450edef68

[38/50] [abbrv] commons-pool git commit: Format: add a blank line between methods.

2017-03-12 Thread mattsicker
Format: add a blank line between methods. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1765926 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[22/50] [abbrv] commons-pool git commit: [POOL-309] Fix misspellings from "destory" to "destroy". interupt -> interrupt

2017-03-12 Thread mattsicker
[POOL-309] Fix misspellings from "destory" to "destroy". interupt -> interrupt git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1733562 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[48/50] [abbrv] commons-pool git commit: Update commons-parent from 40 to 42.

2017-03-12 Thread mattsicker
Update commons-parent from 40 to 42. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1778232 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/6a088d1b

[28/50] [abbrv] commons-pool git commit: Simplify code a little

2017-03-12 Thread mattsicker
Simplify code a little git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735259 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/9c75d18b Tree:

[47/50] [abbrv] commons-pool git commit: [POOL-317] Correction of default value of softMinEvictableIdleTimeMillis in BaseObjectPoolConfig.

2017-03-12 Thread mattsicker
[POOL-317] Correction of default value of softMinEvictableIdleTimeMillis in BaseObjectPoolConfig. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1771859 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[18/50] [abbrv] commons-pool git commit: Add final modifier to method parameters.

2017-03-12 Thread mattsicker
Add final modifier to method parameters. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1729268 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[15/50] [abbrv] commons-pool git commit: Add final modifier to local variables.

2017-03-12 Thread mattsicker
http://git-wip-us.apache.org/repos/asf/commons-pool/blob/5fe7dc02/src/main/java/org/apache/commons/pool2/impl/PoolImplUtils.java -- diff --git a/src/main/java/org/apache/commons/pool2/impl/PoolImplUtils.java

[11/50] [abbrv] commons-pool git commit: Set svn:eol-style = native on Java files. No functional change.

2017-03-12 Thread mattsicker
Set svn:eol-style = native on Java files. No functional change. Noted when running checks on the copy of Apache Commons Pool in Apache Tomcat. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1725959 13f79535-47bb-0310-9956-ffa450edef68 Project:

[43/50] [abbrv] commons-pool git commit: Simplify

2017-03-12 Thread mattsicker
Simplify git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1767832 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/741d1f5c Tree:

[29/50] [abbrv] commons-pool git commit: Partial fix for regression in fix for POOL-303. Remove interrupt calls where they can't help.

2017-03-12 Thread mattsicker
Partial fix for regression in fix for POOL-303. Remove interrupt calls where they can't help. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735260 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[12/50] [abbrv] commons-pool git commit: Removed self from developers.

2017-03-12 Thread mattsicker
Removed self from developers. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1728845 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/4a7f18bc Tree:

[37/50] [abbrv] commons-pool git commit: Format: add a blank line between methods.

2017-03-12 Thread mattsicker
Format: add a blank line between methods. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1765924 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[31/50] [abbrv] commons-pool git commit: Confirm that POOL-310 is invalid.

2017-03-12 Thread mattsicker
Confirm that POOL-310 is invalid. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735291 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/55c10ec2

[14/50] [abbrv] commons-pool git commit: Add final modifier to local variables.

2017-03-12 Thread mattsicker
http://git-wip-us.apache.org/repos/asf/commons-pool/blob/5fe7dc02/src/test/java/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java -- diff --git

[36/50] [abbrv] commons-pool git commit: commons-parent 39 -> 40.

2017-03-12 Thread mattsicker
commons-parent 39 -> 40. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1743106 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/bdab334c Tree:

[21/50] [abbrv] commons-pool git commit: [POOL-309] Fix misspellings from "destory" to "destroy". interupt -> interrupt

2017-03-12 Thread mattsicker
[POOL-309] Fix misspellings from "destory" to "destroy". interupt -> interrupt git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1733561 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[08/50] [abbrv] commons-pool git commit: Update copyright for 2016 in NOTICE.txt

2017-03-12 Thread mattsicker
Update copyright for 2016 in NOTICE.txt git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1725441 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[25/50] [abbrv] commons-pool git commit: 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 a

2017-03-12 Thread mattsicker
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 objects. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1735161 13f79535-47bb-0310-9956-ffa450edef68

[07/50] [abbrv] commons-pool git commit: findbugs-maven-plugin 3.0.1 -> 3.0.3.

2017-03-12 Thread mattsicker
findbugs-maven-plugin 3.0.1 -> 3.0.3. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1724896 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[04/50] [abbrv] commons-pool git commit: Obsolete DOAP

2017-03-12 Thread mattsicker
Obsolete DOAP git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/branches/performance-concurrent@1719170 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit:

[01/50] [abbrv] commons-pool git commit: Obsolete DOAP

2017-03-12 Thread mattsicker
Repository: commons-pool Updated Branches: refs/heads/1_3_RELEASE_BRANCH [created] 69e8dabed refs/heads/1_4_RELEASE_BRANCH [created] 7c1298675 refs/heads/1_5_RELEASE [created] 1ad1ea8b8 refs/heads/2_0_DEV [created] ec8305a96 refs/heads/POOL_1_5 [created] 6d76be52d refs/heads/POOL_1_X

[10/50] [abbrv] commons-pool git commit: Fill some Javadoc gaps

2017-03-12 Thread mattsicker
Fill some Javadoc gaps git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1725738 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/3737d6e6 Tree:

[02/50] [abbrv] commons-pool git commit: Obsolete DOAP

2017-03-12 Thread mattsicker
Obsolete DOAP git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/branches/POOL_1_X@1719168 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/3f9714fc Tree:

[09/50] [abbrv] commons-pool git commit: Remove unused throws

2017-03-12 Thread mattsicker
Remove unused throws git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@1725736 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/d404937b Tree:

[03/50] [abbrv] commons-pool git commit: Obsolete DOAP

2017-03-12 Thread mattsicker
Obsolete DOAP git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/branches/POOL_FUTURE@1719169 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/28a07d41 Tree:

[lang] StringUtils#indexOfAny, #lastIndexOfAny: remove unused local variable

2017-03-12 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master ee19f8247 -> 05bf337fc StringUtils#indexOfAny, #lastIndexOfAny: remove unused local variable Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: