[codec] Releasing 1.11 and the binary "cli" jar

2017-10-12 Thread Gary Gregory
Hi all, I starting preparing RC1 to release 1.11 and I see a "cli" jar being generated as documented in the POM: But the cli jar _is_ deployed when I run 'mvn clean deploy -Prelease': [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ commons-codec --- Upl

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Bruno P. Kinoshita
Oh, good idea. That way we could test it locally too during the release vote. Bruno From: Gary Gregory To: "brunodepau...@yahoo.com.br" Cc: Commons Developers List Sent: Friday, 13 October 2017 9:39 AM Subject: Re: [COLLECTIONS] Test failures on Windows I was thinking of something

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Gary Gregory
I was thinking of something driven by Maven profiles so that anyone could try different settings from the command line. Gary On Thu, Oct 12, 2017 at 1:40 PM, Bruno P. Kinoshita < brunodepau...@yahoo.com.br> wrote: > And in a few different timezones too. Lang had some issues because of that. > >

Re: svn commit: r1811996 - /commons/proper/codec/trunk/README.md

2017-10-12 Thread Pascal Schumacher
Am 12.10.2017 um 21:37 schrieb Pascal Schumacher: I plan take a look if it is possible modify the template so that the travis and coveralls badge are adjusted depending on version control system used by the component. Done now. Was easier than I expected. -

Re: [RESULT][VOTE] Release Commons Configuration 2.2 based on RC1

2017-10-12 Thread Oliver Heger
Am 11.10.2017 um 23:04 schrieb Gary Gregory: > Can you release from Nexus ASAP SVP? Done. Oliver > > Gary > > On Oct 11, 2017 14:24, "Oliver Heger" wrote: > >> The vote to release Commons Configuration 2.2 based on RC1 passed with >> the following binding votes: >> >> Bruno P. Kinoshita: +1

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Bruno P. Kinoshita
And in a few different timezones too. Lang had some issues because of that. In Jenkins you can create a matrix job, that would take longer, but maybe could run as a nightly regression job. There should be something similar in Travis CI too. Sent from Yahoo Mail on Android On Fri, 13 Oct 201

Re: svn commit: r1811996 - /commons/proper/codec/trunk/README.md

2017-10-12 Thread Pascal Schumacher
I recently removed the license badge from the template. I plan take a look if it is possible modify the template so that the travis and coveralls badge are adjusted depending on version control system used by the component. I guess it no possible to remove version like "20041127.091804" from

Re: svn commit: r1811996 - /commons/proper/codec/trunk/README.md

2017-10-12 Thread Gary Gregory
Do you want ti fix up the templates as well? Gary On Oct 12, 2017 12:30, wrote: > Author: pascalschumacher > Date: Thu Oct 12 18:30:18 2017 > New Revision: 1811996 > > URL: http://svn.apache.org/viewvc?rev=1811996&view=rev > Log: > README.md: fix travis badge and remove other broken or less hel

[GitHub] commons-text pull request #69: Fix typos, minor clean ups

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

[GitHub] commons-text issue #69: Fix typos, minor clean ups

2017-10-12 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-text/pull/69 Thanks! 👍 Concerning the typo in `org.apache.commons.text.similarity.LongestCommonSubsequence#logestCommonSubsequence`. If you like, you can submit a new pull reque

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Gary Gregory
Dang, it would be neat to run all of our tests in different locales as part of a normal build. Gary On Oct 12, 2017 02:23, "Pascal Schumacher" wrote: > With current master on windows 10 (java 7, 8, 9; german locale) the > occasional failures have been replace by constant failures: > > Failed te

[GitHub] commons-text issue #69: Fix typos, minor clean ups

2017-10-12 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/69 [![Coverage Status](https://coveralls.io/builds/13688228/badge)](https://coveralls.io/builds/13688228) Coverage decreased (-0.001%) to 98.238% when pulling **3847951bfc40f98d3d38

[GitHub] commons-text issue #69: Fix typos, minor clean ups

2017-10-12 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/69 [![Coverage Status](https://coveralls.io/builds/13688228/badge)](https://coveralls.io/builds/13688228) Coverage decreased (-0.001%) to 98.238% when pulling **3847951bfc40f98d3d38

[GitHub] commons-text pull request #69: Fix typos, minor clean ups

2017-10-12 Thread Abrasha
GitHub user Abrasha opened a pull request: https://github.com/apache/commons-text/pull/69 Fix typos, minor clean ups - simplify `if` condition with direct return - fix some typos Also I found a typo in public signature in `org.apache.commons.text.similarity.LongestCommo

Re: [COLLECTIONS] Test failures on Windows

2017-10-12 Thread Pascal Schumacher
With current master on windows 10 (java 7, 8, 9; german locale) the occasional failures have been replace by constant failures: Failed tests:   MapUtilsTest.testgetDoubleValue:956 expected:<20.0> but was:<2.0>   MapUtilsTest.testgetFloatValue:974 expected:<20.0> but was:<2.0> These are new test

[GitHub] commons-collections issue #29: Added unit tests to increase code coverage

2017-10-12 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-collections/pull/29 `assertEquals(MapUtils.getDouble(in,"key", 0.0), 2.0, 0);` etc. should be `assertEquals(2.0, MapUtils.getDouble(in,"key", 0.0), 0);` because it is `assertEquals(double expected,

[GitHub] commons-collections pull request #27: travis: add java 9 to build

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

[GitHub] commons-collections pull request #27: travis: add java 9 to build

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

[GitHub] commons-collections issue #27: travis: add java 9 to build

2017-10-12 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-collections/pull/27 [![Coverage Status](https://coveralls.io/builds/13683372/badge)](https://coveralls.io/builds/13683372) Coverage remained the same at 86.616% when pulling **03bf26c4bc48b0b

[GitHub] commons-collections issue #27: travis: add java 9 to build

2017-10-12 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-collections/pull/27 [![Coverage Status](https://coveralls.io/builds/13683372/badge)](https://coveralls.io/builds/13683372) Coverage remained the same at 86.616% when pulling **03bf26c4bc48b0b

[GitHub] commons-collections pull request #30: COLLECTIONS-662 : Override Jacoco vers...

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

[GitHub] commons-collections pull request #30: COLLECTIONS-662 : Override Jacoco vers...

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

[GitHub] commons-collections issue #30: COLLECTIONS-662 : Override Jacoco version for...

2017-10-12 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-collections/pull/30 Thanks! --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev

Re: Commons IO 2.6 RC1 still in Nexus

2017-10-12 Thread Benedikt Ritter
Done! Sorry, I didn’t get the time yet to prepare RC2. Hope to have some time this evening or tomorrow. Benedikt > Am 08.10.2017 um 19:40 schrieb 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 Comm

[jcs] No access to assign an issue in JIRA (JCS-184)

2017-10-12 Thread Bruno P. Kinoshita
Hi, I was working on JCS-184, a low hanging fruit in JCS. After writing the patch to fix it, and adding the changes.xml entry, I was going to check the Fix Version and assign the issue in JIRA, but then realised I had no access to alter the ticket. Tried JCS-183 and other issues in JCS, and al