[GitHub] commons-cli pull request #20: Findbug checkstyle support

2017-10-07 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-cli/pull/20 Findbug checkstyle support You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/commons-cli findbug_checkstyle_support

[GitHub] commons-cli pull request #20: Findbug checkstyle support

2017-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-cli/pull/20 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-cli pull request #20: Findbug checkstyle support

2017-10-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-cli/pull/20 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-cli issue #16: added findbug and checkstyle support while building

2017-10-07 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-cli/pull/16 Thanks! I solved the findbugs version problem with: https://github.com/apache/commons-cli/commit/2392ae8afc08b496a3eb49908aa421ea86a9679e --- -

[GitHub] commons-cli issue #16: added findbug and checkstyle support while building

2017-10-07 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-cli/pull/16 Thanks! I solved the findbugs version problem with: https://github.com/apache/commons-cli/commit/2392ae8afc08b496a3eb49908aa421ea86a9679e --- -

[DISCUSS] - Move commons-chain to dormant?

2017-10-07 Thread Pascal Schumacher
Hello everybody, the last commons-chain release is from 2008. The last bugfix/feature commits are from 2013. Since 2013 only one bugfix/feature released issue was created in JIRA. Maybe it is time to move the component to dormant? What do you think? -Pascal

[DISCUSS] Move commons-proxy to dormant?

2017-10-07 Thread Pascal Schumacher
Hello everybody, the last release of Proxy is from 2008. I looks like attempts to release a 2.0 version were abandoned three and a half year ago. Maybe it is time to move the component to dormant? What do you think? -Pascal ---

Re: [DISCUSS] - Move commons-chain to dormant?

2017-10-07 Thread Gary Gregory
Are there any bug fixes that could be released first? Gary On Oct 7, 2017 04:35, "Pascal Schumacher" wrote: > Hello everybody, > > the last commons-chain release is from 2008. > > The last bugfix/feature commits are from 2013. > > Since 2013 only one bugfix/feature released issue was created in

[GitHub] commons-bcel pull request #14: Fix typo

2017-10-07 Thread mernst
GitHub user mernst opened a pull request: https://github.com/apache/commons-bcel/pull/14 Fix typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/mernst/commons-bcel typo-verificationresult Alternatively you can review and apply

[GitHub] commons-text pull request #68: TEXT-74 Introduced new StrSubstitutor attribu...

2017-10-07 Thread sermojohn
GitHub user sermojohn opened a pull request: https://github.com/apache/commons-text/pull/68 TEXT-74 Introduced new StrSubstitutor attribute to disable recursive substitution You can merge this pull request into a Git repository by running: $ git pull https://github.com/sermoj

Re: Support Percent-Encoding (described in RFC3986 and RFC7578)

2017-10-07 Thread Giannis Sermetziadis
Hi Bruno, I preferred to just send the pull request, than bloating the e-mail list with another email :) First, thank you very much for your message, I totally understand that the time of the committers is limited and its best to give examples with code for an enhancement suggestion. So, I have su