[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/269 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-07 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/269#discussion_r120550160 --- Diff: src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java --- @@ -316,7 +317,7 @@ public void testReflectionHierarchyArrayList()

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-07 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/269#discussion_r120549733 --- Diff: src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java --- @@ -316,7 +317,7 @@ public void

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-07 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/269#discussion_r120546260 --- Diff: src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java --- @@ -316,7 +316,7 @@ public void testReflectionHierarchyArrayList()

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-07 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/269#discussion_r120545692 --- Diff: src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java --- @@ -316,7 +316,7 @@ public void testReflectionHierarchyArrayList()

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-06 Thread sebbASF
Github user sebbASF commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/269#discussion_r120390348 --- Diff: src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java --- @@ -316,7 +316,7 @@ public void

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-06 Thread andyklimczak
Github user andyklimczak commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/269#discussion_r120386094 --- Diff: src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java --- @@ -316,7 +316,7 @@ public void

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-06 Thread sebbASF
Github user sebbASF commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/269#discussion_r120385458 --- Diff: src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java --- @@ -316,7 +316,7 @@ public void

[GitHub] commons-lang pull request #269: LANG-1337: Fix test failures in IBM JDK 8 fo...

2017-06-06 Thread kinow
GitHub user kinow opened a pull request: https://github.com/apache/commons-lang/pull/269 LANG-1337: Fix test failures in IBM JDK 8 for ToStringBuilderTest by specifying the ArrayList initial capacity. See https://issues.apache.org/jira/browse/LANG-1337 for issue description and