[lang] Update to commons-parent version 43

2018-01-07 Thread pascalschumacher
wip-us.apache.org/repos/asf/commons-lang/tree/d1b149fe Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/d1b149fe Branch: refs/heads/master Commit: d1b149fe123e9837a4a3d8921a734e51829138be Parents: 3c0308d Author: pascalschumacher Authored: Sun Jan 7 11:03:42 2018 +0100 Committer: pascalschumac

[text] Update assertj-core test dependency to version 2.9.0

2018-01-07 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master c4d647767 -> 464775eae Update assertj-core test dependency to version 2.9.0 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/464775ea Tree: http://g

[text] TEXT-70: Build failure with java 9-ea+159

2018-01-07 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master a9c74209e -> c4d647767 TEXT-70: Build failure with java 9-ea+159 Update to commons-parent version 43 Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/comm

[lang] README.md: update version in dependency xml fragment

2017-12-20 Thread pascalschumacher
ttp://git-wip-us.apache.org/repos/asf/commons-lang/tree/4f13c689 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/4f13c689 Branch: refs/heads/master Commit: 4f13c6891870ddfe9dbad34292b2c8d5715eb31c Parents: 4661422 Author: pascalschumacher Authored: Wed Dec 20 17:25:59 2017 +0100 Commit

[1/2] [lang] LANG-1371: Fix TypeUtils.parameterize to work correctly with narrower-typed varargs array (closes #307)

2017-12-20 Thread pascalschumacher
try Ovchinnikov Authored: Sun Nov 12 21:49:07 2017 +0300 Committer: pascalschumacher Committed: Wed Dec 20 17:18:08 2017 +0100 -- .../java/org/apache/commons/lang3/reflect/TypeUtils.java | 2 +- .../org/apache/commons/lang3/refl

[2/2] [lang] LANG-1371: Fix TypeUtils.parameterize to work correctly with narrower-typed varargs array

2017-12-20 Thread pascalschumacher
/asf/commons-lang/tree/46614226 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/46614226 Branch: refs/heads/master Commit: 4661422633e155b9d4d6dfdfdcf27826aa8aeb84 Parents: d8ec011 Author: pascalschumacher Authored: Wed Dec 20 17:20:54 2017 +0100 Committer: pascalschumacher

[lang] StringUtils#getDigits : Fix a small mistake in javadoc description. (closes #310)

2017-12-20 Thread pascalschumacher
:59 2017 +0200 Committer: pascalschumacher Committed: Wed Dec 20 16:58:07 2017 +0100 -- src/main/java/org/apache/commons/lang3/StringUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 delet

[lang] Remove unnecessary testing comments (closes #305)

2017-11-07 Thread pascalschumacher
ter: pascalschumacher Committed: Tue Nov 7 20:49:42 2017 +0100 -- .../org/apache/commons/lang3/math/Fraction.java | 3 --- .../apache/commons/lang3/CharUtilsPerfRun.java | 6 - .../apache/commons/lang3/StringUtilsTest.java |

[text] AlphabetConverter: align sample in class javadoc (closes #76)

2017-11-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master ccfb4562b -> ee6017fcb AlphabetConverter: align sample in class javadoc (closes #76) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ee6017fc Tree:

[lang] LANG-1362: Fix tests DateUtilsTest for Java 9 with en_GB locale

2017-11-04 Thread pascalschumacher
ons-lang/commit/98581d3c Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/98581d3c Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/98581d3c Branch: refs/heads/master Commit: 98581d3c41da2e92a505f47376a35f4329ac23eb Parents: 374c0fc Author: pascalschumacher Authored:

[lang] [LANG-1365] Fix NullPointerException in isJavaVersionAtLeast on Java 10, add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10.

2017-11-04 Thread pascalschumacher
mit: f746c508d197c3662509037e8975a2a58b847689 Parents: 63f6be0 Author: pascalschumacher Authored: Sat Nov 4 14:05:48 2017 +0100 Committer: pascalschumacher Committed: Sat Nov 4 14:05:48 2017 +0100 -- src/main/java/org/apache/commons/lang3/JavaVersion.java

[1/2] [text] FormattableUtils#append: simplify String#format pattern

2017-11-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 50c38d6c0 -> ccfb4562b FormattableUtils#append: simplify String#format pattern Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bbd9800a Tree: http:

[2/2] [text] remove unnecessary "throws Exception" declarations from test method signatures

2017-11-04 Thread pascalschumacher
remove unnecessary "throws Exception" declarations from test method signatures Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/ccfb4562 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/ccfb4562 Diff

[text] - remove unnecessary (un)boxing (closes #75) - replace `for: add` with bulk add `Collections.addAll` - replace iterator with `for each` where possible

2017-11-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6313d401d -> 50c38d6c0 - remove unnecessary (un)boxing (closes #75) - replace `for: add` with bulk add `Collections.addAll` - replace iterator with `for each` where possible Project: http://git-wip-us.apache.org/repos/asf/commons-te

[text] TEXT-105: Typo in LongestCommonSubsequence#logestCommonSubsequence

2017-11-04 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master e55d0ac1c -> 6313d401d TEXT-105: Typo in LongestCommonSubsequence#logestCommonSubsequence LongestCommonSubsequence#apply: use non-deprecated method (closes #74) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Comm

[5/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/e55d0ac1 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/e5

[2/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/e55d0ac1/src/test/java/org/apache/commons/text/similarity/LevenshteinDetailedDistanceTest.java -- diff --git a/src/test/java/org/apache/commons/text/similarity/LevenshteinDe

[4/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/e55d0ac1/src/test/java/org/apache/commons/text/StrBuilderAppendInsertTest.java -- diff --git a/src/test/java/org/apache/commons/text/StrBuilderAppendInsertTest.java b/src/t

[1/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 6665a0209 -> e55d0ac1c http://git-wip-us.apache.org/repos/asf/commons-text/blob/e55d0ac1/src/test/java/org/apache/commons/text/translate/UnicodeEscaperTest.java -- di

[3/5] [text] Partial and mostly automated migration of assertions from JUnit to AssertJ. (closes #70)

2017-10-27 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/e55d0ac1/src/test/java/org/apache/commons/text/WordUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/text/WordUtilsTest.java b/src/test/java/org/apache/commons

[lang] EventCountCircuitBreakerTest#testNow: improve assertion failure message

2017-10-27 Thread pascalschumacher
0cc Parents: 7a3ca85 Author: pascalschumacher Authored: Fri Oct 27 14:57:41 2017 +0200 Committer: pascalschumacher Committed: Fri Oct 27 14:57:41 2017 +0200 -- .../commons/lang3/concurrent/EventCountCircuitBreakerTest.java

[lang] doc: remove escape SQL references from javadoc (closes #303)

2017-10-26 Thread pascalschumacher
200 Committer: pascalschumacher Committed: Thu Oct 26 18:55:56 2017 +0200 -- src/main/java/org/apache/commons/lang3/package-info.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deleti

[4/4] [text] apply (relaxed) checkstyle rules to test and fix (or suppress) existing violations (closes #71)

2017-10-26 Thread pascalschumacher
apply (relaxed) checkstyle rules to test and fix (or suppress) existing violations (closes #71) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6665a020 Tree: http://git-wip-us.apache.org/repos/asf/commons-text

[3/4] [text] apply (relaxed) checkstyle rules to test and fix (or suppress) existing violations (closes #71)

2017-10-26 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/6665a020/src/test/java/org/apache/commons/text/StrBuilderTest.java -- diff --git a/src/test/java/org/apache/commons/text/StrBuilderTest.java b/src/test/java/org/apache/commo

[2/4] [text] apply (relaxed) checkstyle rules to test and fix (or suppress) existing violations (closes #71)

2017-10-26 Thread pascalschumacher
http://git-wip-us.apache.org/repos/asf/commons-text/blob/6665a020/src/test/java/org/apache/commons/text/StringEscapeUtilsTest.java -- diff --git a/src/test/java/org/apache/commons/text/StringEscapeUtilsTest.java b/src/test/java/or

[1/4] [text] apply (relaxed) checkstyle rules to test and fix (or suppress) existing violations (closes #71)

2017-10-26 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master a200b34e2 -> 6665a0209 http://git-wip-us.apache.org/repos/asf/commons-text/blob/6665a020/src/test/java/org/apache/commons/text/translate/JavaUnicodeEscaperTest.java -

[3/3] commons-pool git commit: add default maven goal (clean, verify, rat, clirr, javadoc) and run it on travis

2017-10-25 Thread pascalschumacher
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/333d17d1 Branch: refs/heads/master Commit: 333d17d19b5abf466e32a18bdb7fb737bb4e5ecc Parents: f8063b5 Author: pascalschumacher Authored: Wed Oct 25 09:05:48 2017 +0200 Committer: pascalschumacher Committed: Wed Oct 25 09:05:48 2017

[2/3] commons-pool git commit: pom.xml: apache-rat-plugin configuration from site to build sections, so that it also works outside of the site life-cycle

2017-10-25 Thread pascalschumacher
-us.apache.org/repos/asf/commons-pool/tree/f8063b52 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/f8063b52 Branch: refs/heads/master Commit: f8063b527cdf5ff227c8981e27409337a8740bdd Parents: 25437b4 Author: pascalschumacher Authored: Wed Oct 25 08:59:25 2017 +0200 Committer

[1/3] commons-pool git commit: use findbugs-maven-plugin version from parent pom, as is adjusted depending on the java version in use

2017-10-25 Thread pascalschumacher
org/repos/asf/commons-pool/commit/25437b49 Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/25437b49 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/25437b49 Branch: refs/heads/master Commit: 25437b49c8ac85ac4c09c0ac32c365c630afe30d Parents: 2bc516e Author: pascalschumac

[2/2] [text] TEXT-100: Fix escape signs in #unescapeJson

2017-10-24 Thread pascalschumacher
TEXT-100: Fix escape signs in #unescapeJson StringEscapeUtilsTest: remove commented-out ignore Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a200b34e Tree: http://git-wip-us.apache.org/repos/asf/commons-text/t

[1/2] [text] TEXT-105: Typo in LongestCommonSubsequence#logestCommonSubsequence

2017-10-24 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master ccf24ca53 -> a200b34e2 TEXT-105: Typo in LongestCommonSubsequence#logestCommonSubsequence add since tag to new method javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/re

[lang] fix checkstyle violations

2017-10-24 Thread pascalschumacher
pos/asf/commons-lang/tree/c1ffdbab Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/c1ffdbab Branch: refs/heads/master Commit: c1ffdbab58712cca8463b3edc88f9d5a09b0ca9c Parents: 0e20d15 Author: pascalschumacher Authored: Wed Oct 25 08:21:42 2017 +0200 Committer: pascalschumac

svn commit: r1812924 - in /commons/proper/codec/trunk: .travis.yml pom.xml

2017-10-22 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 22 14:52:53 2017 New Revision: 1812924 URL: http://svn.apache.org/viewvc?rev=1812924&view=rev Log: add maven default goal (clean, verify, apache-rat, clirr, javadoc) and execute it on travis Modified: commons/proper/codec/trunk/.travis.yml com

svn commit: r1812923 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/package.html

2017-10-22 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 22 14:50:14 2017 New Revision: 1812923 URL: http://svn.apache.org/viewvc?rev=1812923&view=rev Log: package.html: fix error reported by java 9 javadoc Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/package.html Modi

svn commit: r1812887 - in /commons/proper/codec/trunk: .travis.yml pom.xml

2017-10-22 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 22 08:30:46 2017 New Revision: 1812887 URL: http://svn.apache.org/viewvc?rev=1812887&view=rev Log: use travis cobertura profile from parent pom Modified: commons/proper/codec/trunk/.travis.yml commons/proper/codec/trunk/pom.xml Modified: com

svn commit: r1812886 - /commons/proper/codec/trunk/pom.xml

2017-10-22 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 22 08:23:10 2017 New Revision: 1812886 URL: http://svn.apache.org/viewvc?rev=1812886&view=rev Log: pom.xml: add java 9 profile, use java 9 compatible jacoco version Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/t

svn commit: r1812885 - /commons/proper/codec/trunk/.travis.yml

2017-10-22 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 22 08:05:48 2017 New Revision: 1812885 URL: http://svn.apache.org/viewvc?rev=1812885&view=rev Log: travis: also build on java 9 Modified: commons/proper/codec/trunk/.travis.yml Modified: commons/proper/codec/trunk/.travis.yml URL:

svn commit: r1812884 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/DoubleMetaphoneTest.java

2017-10-22 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 22 08:01:57 2017 New Revision: 1812884 URL: http://svn.apache.org/viewvc?rev=1812884&view=rev Log: [CODEC-244] Update from Java 6 to Java 7. use System#lineSeparator Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/lang

svn commit: r1812883 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/BinaryEncoderAbstractTest.java

2017-10-22 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 22 08:01:06 2017 New Revision: 1812883 URL: http://svn.apache.org/viewvc?rev=1812883&view=rev Log: BinaryEncoderAbstractTest#testEncodeNull: fail if expected exception is not thrown Modified: commons/proper/codec/trunk/src/test/java/org/apache/com

svn commit: r1812874 - /commons/proper/codec/trunk/.travis.yml

2017-10-21 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 22 06:52:00 2017 New Revision: 1812874 URL: http://svn.apache.org/viewvc?rev=1812874&view=rev Log: [CODEC-244] Update from Java 6 to Java 7. Travis: remove java 6 build Modified: commons/proper/codec/trunk/.travis.yml Modified: commons/proper/c

svn commit: r1812768 - /commons/proper/email/trunk/pom.xml

2017-10-20 Thread pascalschumacher
Author: pascalschumacher Date: Fri Oct 20 17:39:43 2017 New Revision: 1812768 URL: http://svn.apache.org/viewvc?rev=1812768&view=rev Log: Revert revision 1812758 "Update tests from Apache Commons IO 2.5 to 2.6." because commons-io requires java 7 and commons-email only jav

[text] TEXT-105: Typo in LongestCommonSubsequence#logestCommonSubsequence

2017-10-20 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master b8ab576f3 -> 804e4599b TEXT-105: Typo in LongestCommonSubsequence#logestCommonSubsequence Deprecate method and add method with correct spelling. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-w

[lang] Always use static imports for assertion methods to be consistent with other tests classes.

2017-10-15 Thread pascalschumacher
asf/commons-lang/commit/1f0dfc31 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/1f0dfc31 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/1f0dfc31 Branch: refs/heads/master Commit: 1f0dfc31b51a445eb2cfbee5321800cf51e10b67 Parents: 729bcc4 Author: pascalschumacher Autho

[text] always use static imports for assertion methods

2017-10-15 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 51645b4f0 -> 8f7d0494d always use static imports for assertion methods Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/8f7d0494 Tree: http://git-wi

[lang] use assertTrue and assertFalse

2017-10-15 Thread pascalschumacher
org/repos/asf/commons-lang/tree/729bcc46 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/729bcc46 Branch: refs/heads/master Commit: 729bcc46b503c1574c7c93a65e902f436b4ec6ec Parents: ae92478 Author: pascalschumacher Authored: Sun Oct 15 11:00:04 2017 +0200 Committer: pascalschumac

[text] UnicodeUnpairedSurrogateRemoverTest: use assertTrue and assertFalse

2017-10-15 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 17e5ee725 -> 51645b4f0 UnicodeUnpairedSurrogateRemoverTest: use assertTrue and assertFalse Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/51645b4f

[lang] use assertNull where possible

2017-10-15 Thread pascalschumacher
org/repos/asf/commons-lang/tree/ae924788 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/ae924788 Branch: refs/heads/master Commit: ae924788d9b222beefa1723b3d704975fc4e877a Parents: 66226ec Author: pascalschumacher Authored: Sun Oct 15 10:40:07 2017 +0200 Committer: pascalschumac

[text] use assertNull where possible

2017-10-15 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master dabd0846d -> 17e5ee725 use assertNull where possible Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/17e5ee72 Tree: http://git-wip-us.apache.org/re

commons-collections git commit: MapUtilsTest: fix order of expected and actual parameter in assertions (closes #32)

2017-10-14 Thread pascalschumacher
hor: Kavuri, Vamsi Authored: Sat Oct 14 12:30:35 2017 -0400 Committer: pascalschumacher Committed: Sat Oct 14 18:52:04 2017 +0200 -- .../commons/collections4/MapUtilsTest.java | 110 +-- 1 file changed,

[2/2] [lang] remove unused bcel test dependency

2017-10-14 Thread pascalschumacher
/commons-lang/diff/66226ec1 Branch: refs/heads/master Commit: 66226ec1c2ff33e138189463001c649dbb404f56 Parents: 2a8187f Author: pascalschumacher Authored: Sat Oct 14 15:27:27 2017 +0200 Committer: pascalschumacher Committed: Sat Oct 14 15:27:27 2017 +0200

[1/2] [lang] update easymock test dependency to version 3.5

2017-10-14 Thread pascalschumacher
git-wip-us.apache.org/repos/asf/commons-lang/tree/2a8187fd Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/2a8187fd Branch: refs/heads/master Commit: 2a8187fdf9bdc8ab4315a1a5e9ac7d9dde31fc68 Parents: 0dc5b94 Author: pascalschumacher Authored: Sat Oct 14 15:25:05 2017 +0200 Commit

[2/2] commons-io git commit: IO-546: ClosedOutputStream#flush should throw

2017-10-13 Thread pascalschumacher
-wip-us.apache.org/repos/asf/commons-io/diff/fa24ac8a Branch: refs/heads/master Commit: fa24ac8a655c30c4b88bd51ce690d0184c342d47 Parents: 8d5c46f Author: pascalschumacher Authored: Fri Oct 13 18:43:03 2017 +0200 Committer: pascalschumacher Committed: Fri Oct 13 18:43:03 2017 +0200

[1/2] commons-io git commit: IO-546: ClosedOutputStream#flush should throw (closes #42)

2017-10-13 Thread pascalschumacher
ter: pascalschumacher Committed: Fri Oct 13 18:37:50 2017 +0200 -- .../apache/commons/io/output/ClosedOutputStream.java | 9 + .../commons/io/output/ClosedOutputStreamTest.java | 14 ++ 2 files changed,

svn commit: r1812141 - in /commons/proper/configuration/trunk: .travis.yml pom.xml

2017-10-13 Thread pascalschumacher
Author: pascalschumacher Date: Fri Oct 13 15:23:19 2017 New Revision: 1812141 URL: http://svn.apache.org/viewvc?rev=1812141&view=rev Log: pom.xml: add profile that allows build on java 9 .travis.yml: add oraclejdk9 build (closes #8, closes #7) Modified: commons/proper/configuration/t

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

2017-10-13 Thread pascalschumacher
Author: pascalschumacher Date: Fri Oct 13 15:15:13 2017 New Revision: 1812140 URL: http://svn.apache.org/viewvc?rev=1812140&view=rev Log: Update to easymock-3.5 to make build pass under java 9. Patch by Andreas Kuhtz Modified: commons/proper/configuration/trunk/pom.xml Modified: com

commons-csv git commit: travis: add java 9 to build (closes #23)

2017-10-12 Thread pascalschumacher
cal Schumacher Authored: Mon Oct 2 12:02:32 2017 +0200 Committer: pascalschumacher Committed: Thu Oct 12 22:41:08 2017 +0200 -- .travis.yml | 1 + pom.xml | 16 2 files changed, 17 inserti

svn commit: r1812006 - /commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md

2017-10-12 Thread pascalschumacher
Author: pascalschumacher Date: Thu Oct 12 19:47:28 2017 New Revision: 1812006 URL: http://svn.apache.org/viewvc?rev=1812006&view=rev Log: readme-md-template.md: remove the branch parameters from travis ci and coverall urls, so that the badges also work if the components is using svn instea

svn commit: r1812001 - /commons/proper/codec/trunk/README.md

2017-10-12 Thread pascalschumacher
Author: pascalschumacher Date: Thu Oct 12 19:36:24 2017 New Revision: 1812001 URL: http://svn.apache.org/viewvc?rev=1812001&view=rev Log: README.md: restore and fix code coverage badge Modified: commons/proper/codec/trunk/README.md Modified: commons/proper/codec/trunk/README.md URL:

[lang] fix typos in comments

2017-10-12 Thread pascalschumacher
asf/commons-lang/tree/0dc5b94a Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/0dc5b94a Branch: refs/heads/master Commit: 0dc5b94a0d098c4474dee9f2c7d74818c9a7faee Parents: 713c77c Author: pascalschumacher Authored: Thu Oct 12 20:38:14 2017 +0200 Committer: pascalschumacher Commit

svn commit: r1811996 - /commons/proper/codec/trunk/README.md

2017-10-12 Thread pascalschumacher
Author: pascalschumacher Date: Thu Oct 12 18:30:18 2017 New Revision: 1811996 URL: http://svn.apache.org/viewvc?rev=1811996&view=rev Log: README.md: fix travis badge and remove other broken or less helpful badges Modified: commons/proper/codec/trunk/README.md Modified: commons/proper/c

[text] - fix some typos (closes #69) - simplify `if` condition with direct return

2017-10-12 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 61cbf0afe -> dabd0846d - fix some typos (closes #69) - simplify `if` condition with direct return Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/d

[text] WordUtils: use StringBuilder#append(CharSequence, int, int) were possible to improve performance

2017-10-12 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master f90572543 -> 61cbf0afe WordUtils: use StringBuilder#append(CharSequence, int, int) were possible to improve performance (similar to LANG-1358, thanks to Stephane Landelle for the suggestion) Project: http://git-wip-us.apache.org/r

[lang] use StringBuilder#append(CharSequence, int, int) were possible to improve performance

2017-10-12 Thread pascalschumacher
mit: 713c77ceda21d0c3cc9c213341259d64fb46fdc7 Parents: 04ca085 Author: pascalschumacher Authored: Thu Oct 12 19:53:14 2017 +0200 Committer: pascalschumacher Committed: Thu Oct 12 19:53:14 2017 +0200 -- .../org/apache/commons/lang3/builder/ToStringStyle.j

[1/2] [lang] LANG-1358: Improve StringUtils#replace throughput (closes #300)

2017-10-12 Thread pascalschumacher
iff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/5cb98833 Branch: refs/heads/master Commit: 5cb988334179b4f04a27c59c1e6a888db0dbfc9c Parents: 274dbfe Author: Stephane Landelle Authored: Thu Oct 12 10:41:53 2017 +0200 Committer: pascalschumacher Committed: Thu Oct 12 19:31:25 2017 +0

[2/2] [lang] LANG-1358: Improve StringUtils#replace throughput

2017-10-12 Thread pascalschumacher
: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/04ca0852 Branch: refs/heads/master Commit: 04ca0852b99af613e7db8f65ea6136bfe409d534 Parents: 5cb9883 Author: pascalschumacher Authored: Thu Oct 12 19:35:15 2017 +0200 Committer: pascalschumacher Committed: Thu Oct 12 19:35:15 2017 +0200

commons-collections git commit: travis: add java 9 to build (closes #27)

2017-10-12 Thread pascalschumacher
eac Author: Pascal Schumacher Authored: Mon Oct 2 11:46:34 2017 +0200 Committer: pascalschumacher Committed: Thu Oct 12 10:04:05 2017 +0200 -- .travis.yml | 1 + pom.xml | 12 2 files changed, 13 inserti

commons-collections git commit: override jacoco version for java9 compatibility (closes #30)

2017-10-12 Thread pascalschumacher
red: Thu Oct 12 00:04:10 2017 -0400 Committer: pascalschumacher Committed: Thu Oct 12 09:54:55 2017 +0200 -- pom.xml | 3 +++ 1 file changed, 3 inserti

[lang] pom.xml: remove jacoco configuration from reporting section, so that c56b87d6efe530590b6d9a07e41ca00af208ce37 is completely reverted

2017-10-11 Thread pascalschumacher
nts: 862a0d1 Author: pascalschumacher Authored: Wed Oct 11 18:54:14 2017 +0200 Committer: pascalschumacher Committed: Wed Oct 11 18:54:14 2017 +0200 -- pom.xml | 11 --- 1 file changed, 11 deleti

svn commit: r1811493 - /commons/proper/commons-build-plugin/trunk/README.md

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 14:47:54 2017 New Revision: 1811493 URL: http://svn.apache.org/viewvc?rev=1811493&view=rev Log: README.md: fix travis badge and remove redundant license badge Modified: commons/proper/commons-build-plugin/trunk/README.md Modified: commons/pr

svn commit: r1811492 - /commons/proper/commons-build-plugin/trunk/.travis.yml

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 14:42:57 2017 New Revision: 1811492 URL: http://svn.apache.org/viewvc?rev=1811492&view=rev Log: .travis.yml: remove oraclejdk7 as travis does not support it anymore Modified: commons/proper/commons-build-plugin/trunk/.travis.yml Modified: com

svn commit: r1811491 - /commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/readme-md-template.md

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 14:35:44 2017 New Revision: 1811491 URL: http://svn.apache.org/viewvc?rev=1811491&view=rev Log: readme-md-template.md: remove license badge, as travis now displays license information at the top Modified: commons/proper/commons-build-plugin/t

svn commit: r1811490 - /commons/proper/configuration/trunk/README.md

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 14:30:38 2017 New Revision: 1811490 URL: http://svn.apache.org/viewvc?rev=1811490&view=rev Log: README.md: fix travis badge, remove code coverage badge and remove redundant license badge Modified: commons/proper/configuration/trunk/READM

commons-fileupload git commit: delete file ", travis.yml" which duplicates ".travis.yml" but has a typo in the file name

2017-10-08 Thread pascalschumacher
Repository: commons-fileupload Updated Branches: refs/heads/master 01a9e0e35 -> b57dcf4d3 delete file ",travis.yml" which duplicates ".travis.yml" but has a typo in the file name Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/rep

commons-dbcp git commit: Fix spelling mistakes (closes #6)

2017-10-08 Thread pascalschumacher
Repository: commons-dbcp Updated Branches: refs/heads/master 6c5e19846 -> 7dd3b68cc Fix spelling mistakes (closes #6) patch supplied by Josh Soref Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/7dd3b68c Tre

svn commit: r1811489 - /commons/proper/email/trunk/.travis.yml

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 13:28:09 2017 New Revision: 1811489 URL: http://svn.apache.org/viewvc?rev=1811489&view=rev Log: travis: fix buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK7 when using precise distribution To fix this use

svn commit: r1811466 - /commons/proper/exec/trunk/.travis.yml

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 10:10:03 2017 New Revision: 1811466 URL: http://svn.apache.org/viewvc?rev=1811466&view=rev Log: fix java 6 build on travis by using precise distribution Modified: commons/proper/exec/trunk/.travis.yml Modified: commons/proper/exec/trunk/.travis

svn commit: r1811465 - /commons/proper/jexl/trunk/.travis.yml

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 10:09:31 2017 New Revision: 1811465 URL: http://svn.apache.org/viewvc?rev=1811465&view=rev Log: fix java 6 build on travis by using precise distribution Modified: commons/proper/jexl/trunk/.travis.yml Modified: commons/proper/jexl/trunk/.travis

svn commit: r1811464 - /commons/proper/email/trunk/.travis.yml

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 10:07:10 2017 New Revision: 1811464 URL: http://svn.apache.org/viewvc?rev=1811464&view=rev Log: fix java 6 build on travis by using precise distribution Modified: commons/proper/email/trunk/.travis.yml Modified: commons/proper/email/t

svn commit: r1811463 - /commons/proper/validator/trunk/.travis.yml

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 10:05:25 2017 New Revision: 1811463 URL: http://svn.apache.org/viewvc?rev=1811463&view=rev Log: fix java 6 build on travis by using precise distribution Modified: commons/proper/validator/trunk/.travis.yml Modified: commons/proper/validator/t

svn commit: r1811462 - /commons/proper/net/trunk/.travis.yml

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 10:04:45 2017 New Revision: 1811462 URL: http://svn.apache.org/viewvc?rev=1811462&view=rev Log: fix java 6 build on travis by using precise distribution Modified: commons/proper/net/trunk/.travis.yml Modified: commons/proper/net/trunk/.travis

svn commit: r1811461 - /commons/proper/beanutils/trunk/.travis.yml

2017-10-08 Thread pascalschumacher
Author: pascalschumacher Date: Sun Oct 8 10:03:27 2017 New Revision: 1811461 URL: http://svn.apache.org/viewvc?rev=1811461&view=rev Log: fix java 6 build on travis by using precise distribution Modified: commons/proper/beanutils/trunk/.travis.yml Modified: commons/proper/beanutils/t

commons-dbutils git commit: fix java 6 build on travis by using precise distribution

2017-10-08 Thread pascalschumacher
aec Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/ea94faec Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/ea94faec Branch: refs/heads/master Commit: ea94faec8299f90f3c187b3b0f95aaf105758ceb Parents: 5dad813 Author: pascalschumacher Authored: Sun Oct 8 12:01

commons-pool git commit: fix java 6 build on travis by using precise distribution

2017-10-08 Thread pascalschumacher
ree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/5c4579b6 Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/5c4579b6 Branch: refs/heads/master Commit: 5c4579b623bc08b5719dc3ad8a830172061912d0 Parents: 2730f49 Author: pascalschumacher Authored: Sun Oct 8 12:00:01 2017 +0

commons-fileupload git commit: travis: fix buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK7 when using precise distribution

2017-10-08 Thread pascalschumacher
Repository: commons-fileupload Updated Branches: refs/heads/master 2434446fb -> 35d6e9e41 travis: fix buffer overflow in Java_java_net_Inet4AddressImpl_getLocalHostName of OpenJDK6 and OpenJDK7 when using precise distribution To fix this use the current (trusty) distribution and manually inst

[2/2] [lang] LANG-1348: StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf

2017-10-07 Thread pascalschumacher
-us.apache.org/repos/asf/commons-lang/tree/00feb98f Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/00feb98f Branch: refs/heads/master Commit: 00feb98f807cf44c993296052726043a90d70b7e Parents: cc6beb2 Author: pascalschumacher Authored: Sat Oct 7 11:54:38 2017 +0200 Committer: pascalschumacher

[1/2] [lang] LANG-1348 - StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf (closes #292)

2017-10-07 Thread pascalschumacher
sso Authored: Thu Sep 28 21:51:24 2017 -0300 Committer: pascalschumacher Committed: Sat Oct 7 11:50:15 2017 +0200 -- .../apache/commons/lang3/reflect/TypeUtils.java | 46 ++-- .../commons/lang3/refl

[lang] ExtendedMessageFormatTest integers (#295)

2017-10-07 Thread pascalschumacher
efs/heads/master Commit: 36217ee164239391c672fdfc8f5bd080beab5c4b Parents: cc748d3 Author: Allon Mureinik Authored: Thu Oct 5 21:46:26 2017 +0300 Committer: pascalschumacher Committed: Sat Oct 7 11:47:30 2017 +0200 -- .../org/apache/commons/lang3/text/Extende

[1/2] commons-cli git commit: pom.xml: use commons.findbugs.version as maven-findbugs-plugin version, because it is adjusted according to the java version in use (closes #20)

2017-10-07 Thread pascalschumacher
79e Parents: bf43d4e Author: pascalschumacher Authored: Sat Oct 7 11:01:48 2017 +0200 Committer: pascalschumacher Committed: Sat Oct 7 11:02:31 2017 +0200 -- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[2/2] commons-cli git commit: added findbug and checkstyle support while building (closes #16)

2017-10-07 Thread pascalschumacher
-us.apache.org/repos/asf/commons-cli/diff/bf43d4ed Branch: refs/heads/master Commit: bf43d4ed4639a334245b83c44b6c31f042e784de Parents: 76b2750 Author: Amey Jadiye Authored: Wed Aug 2 00:15:47 2017 +0530 Committer: pascalschumacher Committed: Sat Oct 7 11:02:31 2017 +0200

[1/2] [text] adding validation for pair (closes #66)

2017-10-02 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master da61665e2 -> c0d4830ea adding validation for pair (closes #66) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/339566bb Tree: http://git-wip-us.apa

[2/2] [text] added amey's mail id

2017-10-02 Thread pascalschumacher
added amey's mail id Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/c0d4830e Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/c0d4830e Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff

commons-collections git commit: IterableUtilsTest#indexOf, IteratorUtilsTest#indexOf: simplify

2017-10-02 Thread pascalschumacher
ons-collections/commit/c8bdf60d Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/c8bdf60d Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/c8bdf60d Branch: refs/heads/master Commit: c8bdf60d1d0be609094e14054be0b9af0fb05521 Parents: 6f35633 Author: pascalschumac

commons-collections git commit: travis: remove travis profile from pom and use travis-jacoco profile commons-parent

2017-10-02 Thread pascalschumacher
hor: pascalschumacher Authored: Mon Oct 2 11:24:41 2017 +0200 Committer: pascalschumacher Committed: Mon Oct 2 11:24:41 2017 +0200 -- .travis.yml | 2 +- pom.xml | 38 -- 2 files changed

[text] travis: remove travis profile from pom and use travis-jacoco profile commons-parent (closes #67)

2017-10-02 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 1bd8e5441 -> da61665e2 travis: remove travis profile from pom and use travis-jacoco profile commons-parent (closes #67) Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/as

[lang] travis: remove travis profile from pom and use travis-cobertura profile commons-parent

2017-10-01 Thread pascalschumacher
ons-lang/commit/cc748d35 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/cc748d35 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/cc748d35 Branch: refs/heads/master Commit: cc748d35e50cc290ffbecd287e04bec9db906a76 Parents: f3df259 Author: pascalschumacher Authored:

commons-io git commit: travis: remove travis profile from pom and use travis-cobertura profile commons-parent

2017-10-01 Thread pascalschumacher
-io/commit/43720d02 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/43720d02 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/43720d02 Branch: refs/heads/master Commit: 43720d02405e0b96939b331c1be7812fe5fec877 Parents: 46fa7b5 Author: pascalschumacher Authored: Sun Oct 1 16

commons-compress git commit: .travis.yml: trusty is now the default distribution, so remove it from explicit configuration

2017-10-01 Thread pascalschumacher
Repository: commons-compress Updated Branches: refs/heads/master ab85408b3 -> 1c016cb02 .travis.yml: trusty is now the default distribution, so remove it from explicit configuration Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/rep

[text] .travis.yml: trusty is now the default distribution, so remove it from explicit configuration

2017-10-01 Thread pascalschumacher
Repository: commons-text Updated Branches: refs/heads/master 2b3f09be6 -> 1bd8e5441 .travis.yml: trusty is now the default distribution, so remove it from explicit configuration Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/c

[lang] .travis.yml: trusty is now the default distribution, so remove it from explicit configuration

2017-10-01 Thread pascalschumacher
asf/commons-lang/commit/f3df2590 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/f3df2590 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/f3df2590 Branch: refs/heads/master Commit: f3df2590dfa631f21298f7d0c3d1fb42ca3a48b7 Parents: d65b9d2 Author: pascalschumacher Autho

[2/2] commons-io git commit: pom.xml: add profile that allows build on java 9

2017-10-01 Thread pascalschumacher
: http://git-wip-us.apache.org/repos/asf/commons-io/diff/46fa7b52 Branch: refs/heads/master Commit: 46fa7b526721723e26c9c2d62a546b6f563af8cf Parents: c898e48 Author: pascalschumacher Authored: Sun Oct 1 15:43:44 2017 +0200 Committer: pascalschumacher Committed: Sun Oct 1 15:43:44 2017 +0200

<    1   2   3   4   5   6   7   8   9   >