[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-07 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/84#issuecomment-99986254 Thanks for merging! :) --- 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

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/84 --- 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: @SuppressWarnings(deprecation) to joi...

2015-05-06 Thread coveralls
Github user coveralls commented on the pull request: https://github.com/apache/commons-lang/pull/84#issuecomment-99601310 [![Coverage Status](https://coveralls.io/builds/2502757/badge)](https://coveralls.io/builds/2502757) Coverage increased (+0.01%) to 93.36% when

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-06 Thread coveralls
Github user coveralls commented on the pull request: https://github.com/apache/commons-lang/pull/84#issuecomment-99589501 [![Coverage Status](https://coveralls.io/builds/2502815/badge)](https://coveralls.io/builds/2502815) Coverage decreased (-0.0%) to 93.35% when

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-06 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/84#discussion_r29793834 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -4196,7 +4196,8 @@ public static String join(final Iterable? iterable,

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-05 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/84#discussion_r29735276 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -4196,7 +4196,8 @@ public static String join(final Iterable? iterable, final

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-05 Thread coveralls
Github user coveralls commented on the pull request: https://github.com/apache/commons-lang/pull/84#issuecomment-99235241 [![Coverage Status](https://coveralls.io/builds/2494346/badge)](https://coveralls.io/builds/2494346) Coverage increased (+0.0%) to 93.35% when

[GitHub] commons-lang pull request: @SuppressWarnings(deprecation) to joi...

2015-05-05 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-lang/pull/84 @SuppressWarnings(deprecation) to joinWith, because it uses the deprecated ObjectUtils.toString(Object) method (which is o.k. to use as long as commons-lang3 does not require java