[beanutils2] Future plans, how to contribute?

2014-02-11 Thread André Diermann
Hi, I stumbled upon the BeanUtils2 project which looks quite interessing to me. Do you have any future plans? (When) Will it replace the BeanUtils component? I'm highly interested in contributing to this project. Please let me know, if you plan to continue work on that project and how I might hel

Re: [beanutils2] Future plans, how to contribute?

2014-02-11 Thread André Diermann
1:00 Benedikt Ritter : > Hello André, > > nice that you're interested in BU2, welcome to this list. > > > 2014-02-11 12:26 GMT+01:00 André Diermann : > > > Hi, > > > > I stumbled upon the BeanUtils2 project which looks quite interessing to > me. >

Re: [beanutils2] Future plans, how to contribute?

2014-02-16 Thread André Diermann
ht be conflicting somehow? [1] https://issues.apache.org/jira/browse/SANDBOX-462 Regards, André 2014-02-12 21:43 GMT+01:00 Benedikt Ritter : > Hell André > > > 2014-02-11 20:01 GMT+01:00 André Diermann : > > > Hi Benedikt, > > > > many thanks for your kind introduct

[beanutils2] Assertions class vs. lang Validate

2014-03-01 Thread André Diermann
Hello, I noticed that the majority (all?) functionality of the Assertions class is already covert by commons-lang Validate [1]. For instance Assertions.checkNotNull() is an equivalent to Validate.notNull(). Is there a reason for this? Regards, André [1] http://commons.apache.org/proper/commons

Re: [beanutils2] Assertions class vs. lang Validate

2014-03-01 Thread André Diermann
ing why it was not reused. Thank you. 2014-03-01 17:32 GMT+01:00 Gary Gregory : > My preference would be for components like [io] and [lang] to be reused > from other components as a dependency in order to avoid this kind of > duplication. > > Gary > > > On Sat, Mar 1, 2014

Re: [beanutils2] Assertions class vs. lang Validate

2014-03-01 Thread André Diermann
e the exception handling and wrapping code much more clearer. > > Benedikt > > [1] > > http://docs.oracle.com/javase/7/docs/api/java/lang/ReflectiveOperationException.html > > > 2014-03-01 17:50 GMT+01:00 André Diermann : > > > Simon, that makes totally sense to me :

Re: [beanutils] porting fluent APIs from BU2 to BU

2014-03-03 Thread André Diermann
Hi all, with some guidance of you guys, I would like to help you with the porting. Sounds interesting to me! For instance, someone of you, with an overview of what to do in general, need to specify the required steps to go in JIRA and I can go them for you :) Regards, André 2014-03-03 9:05 GMT

Re: [beanutils2] Assertions class vs. lang Validate

2014-03-03 Thread André Diermann
2014-03-03 9:10 GMT+01:00 Benedikt Ritter : > > > The stuff that we have implemented in the Assertions class can be replaced > by the methods available in Objects from java 7. You're right about > MethodUtil and TypeUtil. > > Just to be clear what you mean by replace: - wrapping the methods from Ob

Re: [beanutils2] Checkstyle Errors

2014-04-04 Thread André Diermann
Hi Yogesh, I had problems with the Maven codestyle when I started to contribute to BU2 since most IDE does not support it by default. What helped me was [1] or [2] respectively. Just want to share this information with you in case who weren't aware already :-) [1] https://maven.apache.org/develop