Re: [ALL] Volunteers for a Math IPMC?

2016-06-11 Thread Gary Gregory
Even though I am not a SME, I'd be happy to help Math as the community sees fit, IPMC, TLP, PMC or any TLA ;-) Gary On Jun 11, 2016 3:26 AM, "James Carman" wrote: > We (the Commons PMC) have not decided yet what to do, but I just wanted to > gauge the interest in joining the math IPMC if we choo

Re: [VOTE][LAZY] Migrate Apache Commons IO to git

2016-06-11 Thread Gary Gregory
On Jun 10, 2016 10:23 AM, "James Carman" wrote: > > On Fri, Jun 10, 2016 at 1:05 PM Gary Gregory wrote: > > > > > I think mailing the list for each component is nice. It seems polite, less > > overbearing and less brute-force; IOW more community oriented. The VOTE is > > nice because it gives fol

FW: [ALL] Volunteers for a Math IPMC?

2016-06-11 Thread Dennis E. Hamilton
Seemed fair to provide this here after all. Note the PPS. > -Original Message- > From: Dennis E. Hamilton [mailto:dennis.hamil...@acm.org] > Sent: Saturday, June 11, 2016 09:12 > To: gene...@incubator.apache.org > Subject: RE: [ALL] Volunteers for a Math IPMC? > [orcmid] For a Math Po

Re: [crypto]

2016-06-11 Thread sebb
See CRYPTO-65 On 11 June 2016 at 10:19, Benedikt Ritter wrote: > I also see those warnings on MacOS. I don't know whether they indicate real > problems. > > Gary Gregory schrieb am Do., 9. Juni 2016 um 08:51: > >> When I build on Linux, I get some warnings. Can we get these fixed? >> >> make: >>

Re: [crypto] Logging dependency

2016-06-11 Thread Torsten Curdt
On Sat, Jun 11, 2016 at 7:34 AM, Ralph Goers wrote: > > > On Jun 10, 2016, at 2:56 PM, Torsten Curdt wrote: > > > >> Matt, there is a big difference between printing the stack trace and > >> walking it to find the info. printing it on every debug call would be > >> insane. > >> > > > > Why would

[ALL] Volunteers for a Math IPMC?

2016-06-11 Thread James Carman
We (the Commons PMC) have not decided yet what to do, but I just wanted to gauge the interest in joining the math IPMC if we choose to go TLP by way of the incubator. The idea would be that math (whatever its name may be), would go through the incubator in order to enrich its community prior to bec

Re: [VOTE] Move Commons Math to TLP (again)...

2016-06-11 Thread James Carman
We would take math through the incubator in order to build community around it first. If we fail to do so, then we can decide its fate at that time. We haven't done a good job attracting new people to math here at all. It has always been maintained primarily by a select few. On Sat, Jun 11, 2016 a

Re: [crypto]

2016-06-11 Thread Benedikt Ritter
I also see those warnings on MacOS. I don't know whether they indicate real problems. Gary Gregory schrieb am Do., 9. Juni 2016 um 08:51: > When I build on Linux, I get some warnings. Can we get these fixed? > > make: > [exec] compiling OSInfo.java > [exec] make: Warning: File > 'targe

Re: [crypto] Logging dependency

2016-06-11 Thread Benedikt Ritter
I still think crypto should do no logging at all, but propagate errors using exceptions. Higher level application code may catch those exceptions and implement the desired recovery routines: - show a message to the user - Add the problem to an admin dash board - try a different crypto provider - .

Re: Any commons project to refer standard datastructures and algorithms implementation

2016-06-11 Thread Benedikt Ritter
Hello Venkatesha, you should have a look at Commons Collections and Commons Graph. Benedikt venkatesha m schrieb am Sa., 11. Juni 2016 um 07:42: > Hi > I would like to know if there is an umbrella project under which basic > datastructures and algorithm implementations exist. If there is one p

Re: [bcel] console logging

2016-06-11 Thread Benedikt Ritter
No logging via System.out/err. Either use a decent logging framework or use exceptions to propagate errors. I'm in the throw exceptions camp. Benedikt Gary Gregory schrieb am Sa., 11. Juni 2016 um 01:15: > I see this in [bcel]: > > System.out.println(buf.toString()); > e

Re: [crypto] Logging dependency

2016-06-11 Thread sebb
On 11 June 2016 at 06:34, Ralph Goers wrote: > >> On Jun 10, 2016, at 2:56 PM, Torsten Curdt wrote: >> >>> Matt, there is a big difference between printing the stack trace and >>> walking it to find the info. printing it on every debug call would be >>> insane. >>> >> >> Why would anyone want to