[GitHub] commons-lang issue #284: remove redundant modifiers (support recent checksty...

2017-09-08 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/284 [![Coverage Status](https://coveralls.io/builds/13181677/badge)](https://coveralls.io/builds/13181677) Coverage remained the same at 95.194% when pulling

[jira] [Commented] (LANG-1340) Add IBM Java 8 CI checks for Commons Lang

2017-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16158351#comment-16158351 ] ASF GitHub Bot commented on LANG-1340: -- Github user ameyjadiye closed the pull request at:

[jira] [Commented] (LANG-1340) Add IBM Java 8 CI checks for Commons Lang

2017-09-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16158350#comment-16158350 ] ASF GitHub Bot commented on LANG-1340: -- Github user ameyjadiye commented on the issue:

[GitHub] commons-lang pull request #284: remove redundant modifiers (support recent c...

2017-09-08 Thread osiegmar
GitHub user osiegmar opened a pull request: https://github.com/apache/commons-lang/pull/284 remove redundant modifiers (support recent checkstyle versions) You can merge this pull request into a Git repository by running: $ git pull https://github.com/osiegmar/commons-lang

[GitHub] commons-lang issue #285: make checkstyle config more portable (no maven coup...

2017-09-08 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/285 [![Coverage Status](https://coveralls.io/builds/13181719/badge)](https://coveralls.io/builds/13181719) Coverage remained the same at 95.194% when pulling

[GitHub] commons-lang issue #285: make checkstyle config more portable (no maven coup...

2017-09-08 Thread osiegmar
Github user osiegmar commented on the issue: https://github.com/apache/commons-lang/pull/285 I haven't checked the configuration of the maven site plugin in detail. Does it really generates a site for the current branch? I doubt that, as I've seen subversion commands in the config...

[GitHub] commons-lang pull request #285: make checkstyle config more portable (no mav...

2017-09-08 Thread osiegmar
GitHub user osiegmar opened a pull request: https://github.com/apache/commons-lang/pull/285 make checkstyle config more portable (no maven coupling) You can merge this pull request into a Git repository by running: $ git pull https://github.com/osiegmar/commons-lang

[GitHub] commons-lang issue #285: make checkstyle config more portable (no maven coup...

2017-09-08 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/285 Not sure. Here's what I just tried. ``` $ git reset --hard $ git status On branch pr/285 $ vim checkstyle.xml $ # removed line $ mvn clean site

[GitHub] commons-lang pull request #271: LANG-1340: Add ibmjdk8 support for travis-ci

2017-09-08 Thread ameyjadiye
Github user ameyjadiye closed the pull request at: https://github.com/apache/commons-lang/pull/271 ---

[jira] [Closed] (LANG-1340) Add IBM Java 8 CI checks for Commons Lang

2017-09-08 Thread Amey Jadiye (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amey Jadiye closed LANG-1340. - Resolution: Unresolved > Add IBM Java 8 CI checks for Commons Lang >

[GitHub] commons-lang issue #271: LANG-1340: Add ibmjdk8 support for travis-ci

2017-09-08 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-lang/pull/271 No need of this since we will be following travis for its simplicity ---

[GitHub] commons-lang issue #285: make checkstyle config more portable (no maven coup...

2017-09-08 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/285 Checked out pull request branch, built with the change, got no checkstyle errors. Then removed the suppression (without re-adding the previous value in pom.xml) and also got the same result,

[GitHub] commons-lang issue #285: make checkstyle config more portable (no maven coup...

2017-09-08 Thread osiegmar
Github user osiegmar commented on the issue: https://github.com/apache/commons-lang/pull/285 Removing the SuppressionFilter results in thousands of errors. Maybe you have a stale checkstyle cache file `target/cachefile`? ---

[GitHub] commons-lang issue #285: make checkstyle config more portable (no maven coup...

2017-09-08 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/285 >Does it really generates a site for the current branch? It should. That is one step in the release process. Probably due to the site using another configuration (under the reporting

[jira] [Resolved] (LANG-1349) EqualsBuilder#isRegistered: swappedPair construction bug

2017-09-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher resolved LANG-1349. - Resolution: Fixed Assignee: Pascal Schumacher Fix Version/s: 3.7 >

[GitHub] commons-lang pull request #284: remove redundant modifiers (support recent c...

2017-09-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/284 ---

[GitHub] commons-lang issue #284: remove redundant modifiers (support recent checksty...

2017-09-08 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/284 Thanks! :+1: ---

[GitHub] commons-lang pull request #282: SwappedPair constructed as Pair.of(rhs,lhs)

2017-09-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/282 ---

[GitHub] commons-lang issue #282: SwappedPair constructed as Pair.of(rhs,lhs)

2017-09-08 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/282 I added a test. Thanks for the pull request! :+1: ---

[jira] [Created] (IO-549) Make ByteArrayOutputStream.toBufferedInputStream public to avoid a buffer copy

2017-09-08 Thread Rob Reeves (JIRA)
Rob Reeves created IO-549: - Summary: Make ByteArrayOutputStream.toBufferedInputStream public to avoid a buffer copy Key: IO-549 URL: https://issues.apache.org/jira/browse/IO-549 Project: Commons IO

[jira] [Updated] (LANG-1348) StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf

2017-09-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1348: Priority: Major (was: Critical) > StackOverflowError on TypeUtils.toString(...) for a

[jira] [Updated] (LANG-1296) ArrayUtils.addAll() has unsafe use of varargs

2017-09-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1296: Priority: Major (was: Critical) > ArrayUtils.addAll() has unsafe use of varargs >

[jira] [Updated] (LANG-1295) ArrayUtils.toArray(T... items) has unsafe use of varargs

2017-09-08 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated LANG-1295: Priority: Major (was: Critical) > ArrayUtils.toArray(T... items) has unsafe use of varargs

[jira] [Commented] (BEANUTILS-500) Upgrade commons-collections to 4

2017-09-08 Thread Melloware (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16159249#comment-16159249 ] Melloware commented on BEANUTILS-500: - Definitely would love this change as my project only