Re: [ANNOUCEMENT] Apache Commons IO Version 2.7

2020-05-28 Thread sebb
On Thu, 28 May 2020 at 20:37, Gary Gregory wrote: > > Apache Commons IO Version 2.7 is out! > > Commons IO is a package of Java utility classes like java.io. > Classes in this package are considered to be so standard and of such high > reuse as to justify existence in java.io. > > The Apache Commo

[ANNOUCEMENT] Apache Commons IO Version 2.7

2020-05-28 Thread Gary Gregory
Apache Commons IO Version 2.7 is out! Commons IO is a package of Java utility classes like java.io. Classes in this package are considered to be so standard and of such high reuse as to justify existence in java.io. The Apache Commons IO library contains utility classes, stream implementations, f

Re: [LANG] JSON Style ToStringBuilder for maps

2020-05-28 Thread Swaraj Pal
Hello everyone, Can i please have your novel views on the following issue, if its worth doing :) ? Best regards,SP. On Tue, May 26, 2020 at 11:20 AM, Swaraj Pal wrote: Hello all, This is my first time posting to the commons mailing list. I have noticed the JSON is not printed correctly as

Re: Commons Crypto AArch64 support

2020-05-28 Thread Melloware
If you look through the mailing list for May 2020 you can see the Commons Crypto guys are asking for help to get it released. See: http://mail-archives.apache.org/mod_mbox/commons-dev/202005.mbox/%3CCACiFetSzYCPuSnEHr%2BHtwPfayqL4V36VziSCEVbwHqiJOWcDcw%40mail.gmail.com%3E On 5/28/2020 1:55 AM

Re: [CSV] Features that commons-csv nees to do

2020-05-28 Thread Melloware
Chen, As with all open source you should submit your PR's on Github with good unit tests and then let the community review! Mello On 5/28/2020 10:28 AM, Chen wrote: Hi, gary Are there any features that commons-csv need to do? I'd like to implement them. If not, and I sorted out the issue

[CSV] Features that commons-csv nees to do

2020-05-28 Thread Chen
Hi, gary Are there any features that commons-csv need to do? I'd like to implement them. If not, and I sorted out the issue list of commons-csv. I found two problems which are empty string columns or null value columns problem and obtaining raw data problem. The two problems occur mote times.

Email validation

2020-05-28 Thread Amit Gadaley
Hello All, I have the following questions: Does the validator component able to validate valid email addresses like contact@armazen.design? Does it take care of all the valid domains ? -- Kind Regards, Amit Gadaley *Technical Consultant* *HotW

Re: [commons-statistics] Dev suggestions needed

2020-05-28 Thread Gilles Sadowski
Hello. 2020-05-28 15:45 UTC+02:00, icewing : > Hi all! > > > I'm a data analyst working with Java, so I need some libraries for math, > especially statistics. I came across the Apache Commons Math library and > found that you're working with a new sub-library of statistics. > > > I want to make so

[commons-statistics] Dev suggestions needed

2020-05-28 Thread icewing
Hi all! I'm a data analyst working with Java, so I need some libraries for math, especially statistics. I came across the Apache Commons Math library and found that you're working with a new sub-library of statistics. I want to make some contribution. I've roughly went through the current c

Commons Crypto AArch64 support

2020-05-28 Thread ODI DEV
Hi Team, Currently, Commons Crypto 1.0.0 jar available in the Maven repository does not have AArch64 support. Can you please release the jar for Commons Crypto 1.1.0 with AArch64 support? I have done cross/native compilation and tested the artifacts as well. If required I can help you with the sam