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
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
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.
>
>
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.
-
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
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
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
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 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 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
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 user coveralls commented on the issue:
https://github.com/apache/commons-text/pull/69
[](https://coveralls.io/builds/13688228)
Coverage decreased (-0.001%) to 98.238% when pulling
**3847951bfc40f98d3d38
Github user coveralls commented on the issue:
https://github.com/apache/commons-text/pull/69
[](https://coveralls.io/builds/13688228)
Coverage decreased (-0.001%) to 98.238% when pulling
**3847951bfc40f98d3d38
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
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 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 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 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 user coveralls commented on the issue:
https://github.com/apache/commons-collections/pull/27
[](https://coveralls.io/builds/13683372)
Coverage remained the same at 86.616% when pulling
**03bf26c4bc48b0b
Github user coveralls commented on the issue:
https://github.com/apache/commons-collections/pull/27
[](https://coveralls.io/builds/13683372)
Coverage remained the same at 86.616% when pulling
**03bf26c4bc48b0b
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 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 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
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
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
25 matches
Mail list logo