commons-numbers git commit: NUMBERS-45: Removed tests in old ComplexTest class calling Complex.isNaN() and Complex.isInf()

2017-06-22 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/complex-dev 28d6b98f0 -> 45a7579e9 NUMBERS-45: Removed tests in old ComplexTest class calling Complex.isNaN() and Complex.isInf() Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit:

commons-numbers git commit: minor change to Complex doc

2017-06-22 Thread ericbarnhill
Repository: commons-numbers Updated Branches: refs/heads/complex-dev 45a7579e9 -> 3bd29a023 minor change to Complex doc Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/3bd29a02 Tree:

svn commit: r1799599 - /commons/proper/configuration/trunk/pom.xml

2017-06-22 Thread oheger
Author: oheger Date: Thu Jun 22 17:40:53 2017 New Revision: 1799599 URL: http://svn.apache.org/viewvc?rev=1799599=rev Log: Updated dependency to jackson-databind. Also moved new dependencies out of the section for test dependencies. Modified: commons/proper/configuration/trunk/pom.xml

[text] TEXT-90: Add CharacterPredicates for ASCII letters (uppercase/lowercase) and Arabic numerals (closes #50)

2017-06-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 25ec8d186 -> 569dbc094 TEXT-90: Add CharacterPredicates for ASCII letters (uppercase/lowercase) and Arabic numerals (closes #50) Add CharacterPredicates#ARABIC_NUMERALS, #ASCII_LOWERCASE_LETTERS, #ASCII_UPPERCASE_LETTERS,

[1/3] [text] StrBuilderTest#testAppendln: make test operating system independent

2017-06-22 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 2de4cf9b9 -> 25ec8d186 StrBuilderTest#testAppendln: make test operating system independent Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit:

[2/3] [text] StrBuilderTest#testAppendStringBuilderNull: use second StringBuilder for second assertion

2017-06-22 Thread pascalschumacher
StrBuilderTest#testAppendStringBuilderNull: use second StringBuilder for second assertion Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/997a6134 Tree:

[3/3] [text] TEXT-85: Added CaseUtils class with camel case conversion

2017-06-22 Thread pascalschumacher
TEXT-85: Added CaseUtils class with camel case conversion correct since javadoc tag and other minimal clean-ups Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/25ec8d18 Tree:

svn commit: r1799625 - /commons/proper/configuration/trunk/pom.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 21:11:04 2017 New Revision: 1799625 URL: http://svn.apache.org/viewvc?rev=1799625=rev Log: Update tests from HDBSQL 1.8.0.10 to 2.3.5 (2.4.0 requires Java 8). Modified: commons/proper/configuration/trunk/pom.xml Modified:

svn commit: r1799629 - /commons/proper/configuration/trunk/pom.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 21:48:15 2017 New Revision: 1799629 URL: http://svn.apache.org/viewvc?rev=1799629=rev Log: Update tests from Mail 1.4 to 1.5.6. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL:

svn commit: r1799631 - in /commons/proper/configuration/trunk: pom.xml src/test/java/org/apache/commons/configuration2/DatabaseConfigurationTestHelper.java

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 21:54:37 2017 New Revision: 1799631 URL: http://svn.apache.org/viewvc?rev=1799631=rev Log: Update tests from Apache Commons DBCP 1.4 to 2.2.1 and POOL from 1.6 to 2.4.2 (DBCP depends on POOL). Local build OK. Modified:

svn commit: r1799617 - /commons/proper/configuration/trunk/pom.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 20:37:44 2017 New Revision: 1799617 URL: http://svn.apache.org/viewvc?rev=1799617=rev Log: Update commons-parent from 41 to 42. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL:

svn commit: r1799616 - /commons/proper/configuration/trunk/pom.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 20:37:25 2017 New Revision: 1799616 URL: http://svn.apache.org/viewvc?rev=1799616=rev Log: Use the current version of Jackson. All the tests pass for me with 'mvn clean test'. Modified: commons/proper/configuration/trunk/pom.xml Modified:

svn commit: r1799621 - in /commons/proper/configuration/trunk: pom.xml src/changes/changes.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 20:43:08 2017 New Revision: 1799621 URL: http://svn.apache.org/viewvc?rev=1799621=rev Log: [CONFIGURATION-667 ]Update Apache Commons Lang from 3.3.2 to 3.6. Modified: commons/proper/configuration/trunk/pom.xml

svn commit: r1799618 - /commons/proper/configuration/trunk/pom.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 20:38:35 2017 New Revision: 1799618 URL: http://svn.apache.org/viewvc?rev=1799618=rev Log: Add self as developer. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL:

svn commit: r1799626 - /commons/proper/configuration/trunk/pom.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 21:22:58 2017 New Revision: 1799626 URL: http://svn.apache.org/viewvc?rev=1799626=rev Log: Update tests dbunit from 2.1 to 2.3.0. Must be done with updating tests from Slf4j 1.7.7 to 1.7.25. Modified: commons/proper/configuration/trunk/pom.xml Modified:

svn commit: r1799627 - /commons/proper/configuration/trunk/pom.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 21:26:05 2017 New Revision: 1799627 URL: http://svn.apache.org/viewvc?rev=1799627=rev Log: Update tests from easymock 3.2 to 3.4. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL:

svn commit: r1799628 - in /commons/proper/configuration/trunk: pom.xml src/changes/changes.xml

2017-06-22 Thread ggregory
Author: ggregory Date: Thu Jun 22 21:31:40 2017 New Revision: 1799628 URL: http://svn.apache.org/viewvc?rev=1799628=rev Log: [CONFIGURATION-669] Update optional Spring dependency from 4.2.5.RELEASE to 4.3.9.RELEASE. Modified: commons/proper/configuration/trunk/pom.xml