[GitHub] commons-bcel pull request #15: Typo fix

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

[VOTE] Release Commons Configuration 2.2 based on RC1

2017-10-08 Thread Oliver Heger
Hi all, there was a request for a new release on the ML, so here we go. Configuration 2.2 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/configuration/ (rev. 22170) The tag is here: http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION

[GitHub] commons-bcel pull request #15: Typo fix

2017-10-08 Thread mernst
GitHub user mernst opened a pull request: https://github.com/apache/commons-bcel/pull/15 Typo fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/mernst/commons-bcel doubleupper-typo Alternatively you can review and apply these

Re: [compress] Cutting 1.15

2017-10-08 Thread Gary Gregory
Go for it! :-) Gary On Oct 8, 2017 11:46, "Stefan Bodewig" wrote: > Hi all > > there's not been the single big feature or bugfix since 1.14, but we've > accumulated a few changes. Also the last release hasn't included the > Automatic-Module name while master does. > > I plan to cut a new releas

[compress] Cutting 1.15

2017-10-08 Thread Stefan Bodewig
Hi all there's not been the single big feature or bugfix since 1.14, but we've accumulated a few changes. Also the last release hasn't included the Automatic-Module name while master does. I plan to cut a new release, likely by the next weekend. If you feel there is an important issue that should

Re: Commons IO 2.6 RC1 still in Nexus

2017-10-08 Thread Benedikt Ritter
Yes, I will take of that. Benedikt Gary Gregory schrieb am So. 8. Okt. 2017 um 19:20: > Hi All, > > I see that Commons IO 2.6 RC1 is still in Nexus. We canceled the VOTE so we > can drop that RC. Right? > > Gary >

Commons IO 2.6 RC1 still in Nexus

2017-10-08 Thread Gary Gregory
Hi All, I see that Commons IO 2.6 RC1 is still in Nexus. We canceled the VOTE so we can drop that RC. Right? Gary

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

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

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

2017-10-08 Thread Pascal Schumacher
Looks like Apache Tiles 3 does not use commons-chain. The only mention of commons-chain I could find in https://github.com/apache/tiles/tree/trunk was an exclusion a of transitive commons-chain dependency. https://tiles.apache.org/framework/tiles-compat/dependencies.html also does not list c

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

2017-10-08 Thread Rob Tompkins
What’s the largest project that depends upon it? Apache “Tiles” seems to. -Rob > On Oct 8, 2017, at 9:44 AM, Benedikt Ritter wrote: > > > >> Am 07.10.2017 um 12:35 schrieb Pascal Schumacher : >> >> Hello everybody, >> >> the last commons-chain release is from 2008. >> >> The last bugfix/f

Re: [lang] ExceptionUtils

2017-10-08 Thread Pascal Schumacher
Am 08.10.2017 um 15:42 schrieb Benedikt Ritter: Am 06.10.2017 um 17:18 schrieb Zheng Xie : Hi. I have found the design of three root cause related methods inconsistent when the input Throwable does not wrap up another Throwable. These three methods are 1. getRootCause(Throwable t) 2. ge

[GitHub] commons-text issue #68: TEXT-74 Introduced new StrSubstitutor attribute to d...

2017-10-08 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-text/pull/68 Thanks! Imho this pull request is good to merge. Only thing that is missing are `@since 1.2` tags in the javadoc of the new methods. @chtompki What do you think? ---

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

2017-10-08 Thread Benedikt Ritter
> Am 07.10.2017 um 12:35 schrieb 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

Re: [lang] ExceptionUtils

2017-10-08 Thread Benedikt Ritter
Hello, > Am 06.10.2017 um 17:18 schrieb Zheng Xie : > > Hi. > > I have found the design of three root cause related methods inconsistent > when the input Throwable does not wrap up another Throwable. > > These three methods are > > 1. getRootCause(Throwable t) > 2. getRootCauseMessage(Thro

[GitHub] commons-fileupload issue #11: travis: fix buffer overflow in Java_java_net_I...

2017-10-08 Thread jochenw
Github user jochenw commented on the issue: https://github.com/apache/commons-fileupload/pull/11 Applied, thank you. Pascal, I'd be interested to know your email address, so that I can add it to changes.xml, and pom.xml/contributors. Please contact me at joc...@apache.org. ---

[GitHub] commons-text issue #68: TEXT-74 Introduced new StrSubstitutor attribute to d...

2017-10-08 Thread sermojohn
Github user sermojohn commented on the issue: https://github.com/apache/commons-text/pull/68 Thank you for the notice! --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail

[GitHub] commons-text issue #68: TEXT-74 Introduced new StrSubstitutor attribute to d...

2017-10-08 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/68 [![Coverage Status](https://coveralls.io/builds/13620504/badge)](https://coveralls.io/builds/13620504) Coverage increased (+0.003%) to 98.239% when pulling **5bd02a5f8ec870c27bc8

[GitHub] commons-fileupload pull request #11: travis: fix buffer overflow in Java_jav...

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

[GitHub] commons-fileupload pull request #9: Msamery commons fileupload 1.3.2 patch 1

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

[GitHub] commons-fileupload issue #10: FILEUPLOAD-286: allow default charset to be ov...

2017-10-08 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-fileupload/pull/10 @maxxedev Thanks! The jdk6/7 build failures are unrelated. https://github.com/apache/commons-fileupload/pull/11 contains the fix for these failures. --- --

[GitHub] commons-fileupload pull request #11: travis: fix buffer overflow in Java_jav...

2017-10-08 Thread PascalSchumacher
GitHub user PascalSchumacher opened a pull request: https://github.com/apache/commons-fileupload/pull/11 travis: fix buffer overflow in Java_java_net_Inet4AddressImpl_getLoca… …lHostName of OpenJDK6 and OpenJDK7 when using precise distribution To fix this use the current

[GitHub] commons-text issue #68: TEXT-74 Introduced new StrSubstitutor attribute to d...

2017-10-08 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-text/pull/68 Thanks for the pull request! It would be nice if you could fix the checkstyle violations. See https://travis-ci.org/apache/commons-text/jobs/284821493 for details or run "mvn c