Re: Make FeedbackMessages#add(FeedbackMessage) public?

2008-11-24 Thread Matthew Hanlon
That's great. Thanks. Regards, Matthew. On Sat, Nov 22, 2008 at 12:47 PM, Igor Vaynberg [EMAIL PROTECTED] wrote: it is now public. as far as tweaking this further, we already have this on the wishlist for 1.5 but for 1.4 we do not want to break the api too much. -igor On Fri, Nov 21,

Re: Make FeedbackMessages#add(FeedbackMessage) public?

2008-11-22 Thread Igor Vaynberg
it is now public. as far as tweaking this further, we already have this on the wishlist for 1.5 but for 1.4 we do not want to break the api too much. -igor On Fri, Nov 21, 2008 at 2:26 PM, Matthew Hanlon [EMAIL PROTECTED] wrote: Greetings! Is there any reason why

Make FeedbackMessages#add(FeedbackMessage) public?

2008-11-21 Thread Matthew Hanlon
Greetings! Is there any reason why FeedbackMessages#add(FeedbackMessage) is package private? I'd like to be able to just stick a FeedbackMessage directly in my Session rather than having to call add(Component, String, int), info(...), error(...), warn(...), fatal(...) or debug(...).