Re: commons-graph still on sandbox ?

2020-05-30 Thread Bruno P. Kinoshita
Hi Amey! >> 3. Any pending work or jiras available which I can help to graduate commons >> graph? this is not available https://issues.apache.org/jira/projects/GRAPH ? > >Strange; again maybe the reason is in the ML archive. I believe projects in the Sandbox use the common JIRA project "SANDBOX

[bean-utils] MethodUtils.getPrimitiveWrapper : should we consider about Void and void?

2020-05-30 Thread Xeno Amess
right now the logic is : /** * Gets the wrapper object class for the given primitive type class. * For example, passing {@code boolean.class returns Boolean.class} * @param primitiveType the primitive type class for which a match is to be found * @return the wrapper type associated with the gi

[bcel] Anything pending for a 6.4.2 release?

2020-05-30 Thread Gary Gregory
Mark and all: I see a few fixes in git master for the 6.4.2 release. Is there anything else? I am just taking stock of some components what could be useful to release. Gary

[commons-lang] last commit fails checkstyle, thus fails travis-ci

2020-05-30 Thread Xeno Amess
Commit at : https://github.com/apache/commons-lang/commit/c141bc961cb5cb84c47a21c3a5b0f15ab0035728 Don't worry, I've already being fixing it. I will start a pr when things ready.

Re: commons-graph still on sandbox ?

2020-05-30 Thread Amey Jadiye
Hi Gilles, I found some useful things in jira-sandbox with component name Graph. I will dig some more important things and come up with some plan. Thanks for your help. Regards, Amey On Sat, May 30, 2020 at 6:42 PM Gilles Sadowski wrote: > Hello. > > Le sam. 30 mai 2020 à 14:12, Amey Jadiye a

Re: commons-graph still on sandbox ?

2020-05-30 Thread Gilles Sadowski
Hello. Le sam. 30 mai 2020 à 14:12, Amey Jadiye a écrit : > > Hi All, > > I'm working on an interesting project which uses Graph, I knew there is > commons-graph available and I'm trying to use it. I have a couple of > questions. > > 1. Why graph in the sandbox? Probably because work stopped bef

Re: [io] BroadcastInputStream

2020-05-30 Thread Gary Gregory
Hi John, Please provide your proposal a PR on GitHub [1] so it can be better reviewed and built by Travis-CI. Gary [1] https://github.com/apache/commons-io On Sat, May 30, 2020 at 6:30 AM John Crowley wrote: > Have posted this to https://github.com/jcrowley66/BroadcastInputStream < > https://

Re: [commons-el] where is commons-el?

2020-05-30 Thread Xeno Amess
thanks! I will have a try. sebb 于2020年5月30日周六 下午8:11写道: > You should have read access to: > > http://svn.apache.org/repos/asf/commons/dormant/el/ > and > http://svn.apache.org/viewvc/commons/dormant/el/ > > On Sat, 30 May 2020 at 10:26, Xeno Amess wrote: > > > > Yes it might be there but: > > F

commons-graph still on sandbox ?

2020-05-30 Thread Amey Jadiye
Hi All, I'm working on an interesting project which uses Graph, I knew there is commons-graph available and I'm trying to use it. I have a couple of questions. 1. Why graph in the sandbox? any plan of releasing it with 1.0 ? 2. I don't see its repo on GitHub thus I cant contribute a few improveme

Re: [commons-el] where is commons-el?

2020-05-30 Thread sebb
You should have read access to: http://svn.apache.org/repos/asf/commons/dormant/el/ and http://svn.apache.org/viewvc/commons/dormant/el/ On Sat, 30 May 2020 at 10:26, Xeno Amess wrote: > > Yes it might be there but: > Forbidden > > You don't have permission to access this resource. > > > Bruno P

Re: Email validation

2020-05-30 Thread Amit Gadaley
Hello Amey, Thanks for the confirmation. On Fri, May 29, 2020 at 3:58 PM Amey Jadiye wrote: > Hi Amit, > > Yes you can use EmailValidator from commons-validator, it can validate all > kind of email addresses. > > It internally uses DomainValidator for tld validations. for all the > details abou

[irc.freenode.net] or [irc.freenode.org]?

2020-05-30 Thread Xeno Amess
Hi. I see documents in apache commons projects using [irc.freenode.net] or [ irc.freenode.org], or both of them in one same repo. (for example commons-lang3 use irc.freenode.org in README.md but irc.freenode.net in CONTRIBUTING.md) Should we unify it?

[io] BroadcastInputStream

2020-05-30 Thread John Crowley
Have posted this to https://github.com/jcrowley66/BroadcastInputStream as a potential contribution if considered generally useful. A BroadcastInputStream will broadcast a copy of the base InputStream to 1-N BroadcastConsumers - which are usua

Re: [commons-el] where is commons-el?

2020-05-30 Thread Xeno Amess
Yes it might be there but: Forbidden You don't have permission to access this resource. Bruno P. Kinoshita 于2020年5月30日周六 下午4:20写道: > Hi, > > I think the code is in the dormant section now: > > > http://svn.apache.org/viewvc/commons/dormant/el/trunk/http://svn.apache.org/viewvc/commons/dormant/

Re: [commons-el] where is commons-el?

2020-05-30 Thread Bruno P. Kinoshita
Hi, I think the code is in the dormant section now: http://svn.apache.org/viewvc/commons/dormant/el/trunk/http://svn.apache.org/viewvc/commons/dormant/el/ Bruno On Saturday, 30 May 2020, 7:12:40 pm NZST, Xeno Amess wrote: https://github.com/apache/commons-el  is an empty repo. And acc

[commons-el] where is commons-el?

2020-05-30 Thread Xeno Amess
https://github.com/apache/commons-el is an empty repo. And according to http://commons.apache.org/dormant/commons-el/source-repository.html I should be able to found it at http: //svn.apache.org/viewvc/commons/proper/el/trunk but actually returns 404. so, what happened? is it dropped?