Re: Less boilerplate in code

2014-05-14 Thread Lukasz Lenart
I went through how SLF4J is implemented and they did exactly what I want to do :-) I need some regex Ninja to remove if statement around LOG's calls Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014-05-12 13:17 GMT+02:00 Dave Newton : > I think the issue is only when the params

Re: Less boilerplate in code

2014-05-14 Thread Chris Pratt
If you want a really powerful version of what they did, check out my onyx project (https://code.google.com/p/anodyzed/). It's kind of been languishing since I haven't found too many people that really care about logging efficiency, but I'd be totally willing to donate the code to Struts2 (and do s

[GitHub] struts pull request: WW-4346 - Nested visitor validator returns wr...

2014-05-14 Thread aleksandr-m
GitHub user aleksandr-m opened a pull request: https://github.com/apache/struts/pull/13 WW-4346 - Nested visitor validator returns wrong full field name get correct full field name in visitor field validator You can merge this pull request into a Git repository by running: $ gi

Re: Less boilerplate in code

2014-05-14 Thread Chris Pratt
Yes, we could use Onyx's interface mechanism, but I think SLF4j's is probably more stable and definitely more supported. So I'd probably recommend that we extract the SLF4j support object and use it directly (or at least make it the default). If it's something that you're interested in, I'd have