[GitHub] coveralls edited a comment on issue #91: run time support is added for openssl 1.0 and 1.1 for UNIX

2018-12-17 Thread GitBox
coveralls edited a comment on issue #91: run time support is added for openssl 1.0 and 1.1 for UNIX URL: https://github.com/apache/commons-crypto/pull/91#issuecomment-448120136 [![Coverage Status](https://coveralls.io/builds/20689468/badge)](https://coveralls.io/builds/20689468)

Re: [CSV] Records as Lists

2018-12-17 Thread Bruno P. Kinoshita
>From what I understood from the previous messages & discussion on GitHub, it >would be more convenient for users to be able to have a List instead of an >Iterable, or instead of having to call the #toList() or convert to a List in >some other way. I commented in the pull request, that I don't

[GitHub] coveralls commented on issue #91: run time support is added for openssl 1.0 and 1.1 for UNIX

2018-12-17 Thread GitBox
coveralls commented on issue #91: run time support is added for openssl 1.0 and 1.1 for UNIX URL: https://github.com/apache/commons-crypto/pull/91#issuecomment-448120136 [![Coverage Status](https://coveralls.io/builds/20689145/badge)](https://coveralls.io/builds/20689145)

[GitHub] ossdev07 opened a new pull request #91: run time support is added for openssl 1.0 and 1.1 for UNIX

2018-12-17 Thread GitBox
ossdev07 opened a new pull request #91: run time support is added for openssl 1.0 and 1.1 for UNIX URL: https://github.com/apache/commons-crypto/pull/91 This patch will check for both libcrypto library in system and will create libcommons-crypto.so using those. In this patch absolute name

Re: git-wip => gitbox edits

2018-12-17 Thread Rob Tompkins
> On Dec 17, 2018, at 5:28 PM, sebb wrote: > > Jenkins - I've done all of these (I think) > Websites - I've edited all the production sites; however: > POMS - these need to be fixed so the sites will be correct when regenerated > I think that’s it. > Anything else? > >

git-wip => gitbox edits

2018-12-17 Thread sebb
Jenkins - I've done all of these (I think) Websites - I've edited all the production sites; however: POMS - these need to be fixed so the sites will be correct when regenerated Anything else? - To unsubscribe, e-mail:

Re: Script to change git remote url to gitbox

2018-12-17 Thread Rob Tompkins
++I (we) need to change all of the sites to accommodate for the new location. But I’m AFK currently. Cheers, -Rob > On Dec 17, 2018, at 4:09 PM, sebb wrote: > > In case it's useful, here is a Unix shell command to change the > current git repo from git-wit-us to gitbox: > > git remote

Script to change git remote url to gitbox

2018-12-17 Thread sebb
In case it's useful, here is a Unix shell command to change the current git repo from git-wit-us to gitbox: git remote set-url origin $(git remote get-url origin | sed -e s/git-wip-us.apache.org/gitbox.apache.org/) - To

Re: [RESULT][VOTE][LAZY] move commons git-wip repos to gitbox

2018-12-17 Thread Rob Tompkins
This has been completed. > On Dec 13, 2018, at 3:55 PM, Rob Tompkins wrote: > > I’ve submitted the jira’s to INFRA for all of the following except [math], > [numbers], [rng], and [statistics] which IIRC @Gilles sorted out for us (many > thanks there) > > Cheers, > -Rob > >> On Dec 13,

Re: [Numbers] 1.0 Roadmap

2018-12-17 Thread Gary Gregory
Go for it! :-) Gary On Mon, Dec 17, 2018, 04:19 Gilles Hi. > > I've proposed to release a beta version of "Commons > Numbers"[1]. > > Any blockers? > > Regards, > Gilles > > [1] https://markmail.org/message/3wskoxpc2l7itiao > > >

Re: [exec] Add stream api to improve exec ease of use

2018-12-17 Thread Gilles
Hello. On Sun, 9 Dec 2018 13:14:15 +0800, ideal wrote: Hi all, the current use of java8 has been very extensive. I designed a stream api based simplified `exec` and verified its usability in a lot of scenarios. Share my api now. demo: JVMLauncher launcher = JVMLaunchers.newJvm()

Re: [Release-plugin] Auto-generated download page is wrong (Was: Returned post for annou...@apache.org)

2018-12-17 Thread Gilles
Ping? Is this a "release-plugin" bug to report on JIRA (COMMONSSITE), or a usage issue? I did not spot a recent documentation resource that warns of this (new?) problem. Gilles On Thu, 13 Dec 2018 16:38:38 +0100, Gilles wrote: Hi. [See below, the rejected announce mail for Commons RNG v1.2.]

Re: [CSV] Records as Lists

2018-12-17 Thread sebb
What is the use-case for using lists? On Thu, 13 Dec 2018 at 18:34, Gary Gregory wrote: > > Hi All, > > I am looking for opinions on turning a CSV record into a list, as opposed > to the minimal current implementation. There would be side-effects like a > record becoming writable instead of

[Numbers] 1.0 Roadmap

2018-12-17 Thread Gilles
Hi. I've proposed to release a beta version of "Commons Numbers"[1]. Any blockers? Regards, Gilles [1] https://markmail.org/message/3wskoxpc2l7itiao - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For