Re: [JCS] Rework logging

2014-08-20 Thread Yogesh Rao
jars etc. Regards, -Yogesh On Wed, Aug 20, 2014 at 7:31 PM, Gary Gregory wrote: > On Wed, Aug 20, 2014 at 9:54 AM, Yogesh Rao wrote: > > > Though i am not a member of the dev team :-) I would support a full > fledge > > facade implementation which doesn't provide

Re: [JCS] Rework logging

2014-08-20 Thread Yogesh Rao
Though i am not a member of the dev team :-) I would support a full fledge facade implementation which doesn't provide any logging at all and let the framework user decide which logging would he would like to bind it to. SLF4J does that very neatly and its also easy, i am also aware it might turn d

Re: [beanutils2] SANDBOX-472

2014-08-13 Thread Yogesh Rao
Hi Benedikt, Have attached the updated patch in JIRA. Please do apply it if everything is found okay. Regards, -Yogesh On Wed, Jul 23, 2014 at 11:18 AM, Benedikt Ritter wrote: > Hello Yogesh, > > > 2014-07-22 16:42 GMT+02:00 Yogesh Rao : > > > Hello Benedikt, > &

Re: [beanutils2] SANDBOX-472

2014-07-22 Thread Yogesh Rao
Hello Benedikt, I have attached few files with their test cases which can be applied to the BU2 trunk if everything is okay :-) I am working on the rest... Regards, -Yogesh On Mon, Jun 30, 2014 at 8:26 AM, Yogesh Rao wrote: > Hi benedikt, > > No problem...and yes very much avai

Re: [beanutils2] SANDBOX-472

2014-06-29 Thread Yogesh Rao
l up for some BU2 development ;-) > > Best regards, > Benedikt > > > 2014-06-09 4:44 GMT+02:00 Yogesh Rao >: > > > Hi, > > > > I have updated the thread in JIRA with some of my thoughts ... let me > know > > if it aligns so i can help contribut

[beanutils2] SANDBOX-472

2014-06-08 Thread Yogesh Rao
Hi, I have updated the thread in JIRA with some of my thoughts ... let me know if it aligns so i can help contribute to the project. Regards, -Yogesh

Re: [SANDBOX][BEANUTILS2] Property expressions

2014-05-20 Thread Yogesh Rao
How about giving the user the options 1. go the traditional way of calling the series of get methods and perform the operation or 2. the pure expression way (this wouldnt allow the user to mix with the first style) the 2nd option does seem very similar to what jxpath does for living, but having s

Re: [SANDBOX][BEANUTILS2] Changing code style

2014-05-02 Thread Yogesh Rao
Hi, Eclipse style seems to be better :) Regards, -Yogesh On Sat, May 3, 2014 at 7:42 AM, sebb wrote: > +1 > > I don't like the > curly brace > on new line > rule > as it > wastes vertical > space > ! > > > On 2 May 2014 14:57, Gary Gregory wrote: > > +1 > > > > Gary > > > > > > On Fri, May 2

Re: [beanutils2] New JIRA Task added

2014-04-28 Thread Yogesh Rao
Hi, I have added the patch to JIRA issue "SANDBOX-473" Regards, -Yogesh On Fri, Apr 25, 2014 at 6:58 PM, Yogesh Rao wrote: > Hi Benedikt, > > I havent added patches yet wantes ro know if i need to add tht with jira > created > > Regards, > -Yogesh > >

Re: [beanutils2] New JIRA Task added

2014-04-25 Thread Yogesh Rao
time to review your patches. I'll try to have a look tomorrow. > > Regards, > Benedikt > > > 2014-04-25 10:19 GMT+02:00 Yogesh Rao >: > > > Hi, > > > > I have added 2 new tasks in JIRA :- SANDBOX-472 & SANDBOX-473 > > > > Awaiting comme

[beanutils2] New JIRA Task added

2014-04-25 Thread Yogesh Rao
Hi, I have added 2 new tasks in JIRA :- SANDBOX-472 & SANDBOX-473 Awaiting comments on the JIRA issues and also please let me know if i need to attach patches right away to the issues Regards, -Yogesh

[beanutils2] Automatic Datatype Transformers / Converters

2014-04-16 Thread Yogesh Rao
Hi, I see that the datatype transformers still needs to be incorporated into the BU2 project. I have a fair bit of idea on what needs to be done in that i.e extending AbstractTransformer for the specific datatypes and incorporating the call in DefaultBeanPropertySetter.invokeSetter method (is my u

Re: [beanutils2] Checkstyle Errors

2014-04-08 Thread Yogesh Rao
ust start with one of the things I've pointed > > out. > > > > Regards, > > Benedikt > > > > [1] http://markmail.org/message/pv2qpr7em4ftnulj > > > > > > 2014-04-03 16:36 GMT+02:00 Yogesh Rao : > > > > > Hi, > > >

[beanutils2] Checkstyle Errors

2014-04-03 Thread Yogesh Rao
Hi, I was planning to contribute to the bu2 project and thought fixing checkstyle errors should be a good start to it. I ran the mvn checkstyle:checkstyle command to generate the report which ended up showing 3218 errors. I wanted to know if all the errors needs to fixed or only few specific ones.