Support for IDestroyableWebApplicationFactory is gone in 1.5

2011-01-06 Thread Martin Grigorov
Hi, I just noticed that Matej removed the support for org.apache.wicket.protocol.http.IDestroyableWebApplicationFactory in WicketFilter in 1.5 with a change from 4 Jan 2010. With the new code we don't notify these factories on Filter#destroy(). If there is no strong reason to not support this

Re: Support for IDestroyableWebApplicationFactory is gone in 1.5

2011-01-06 Thread Igor Vaynberg
+1 to reenable -igor On Thu, Jan 6, 2011 at 5:34 AM, Martin Grigorov martin.grigo...@gmail.com wrote: Hi, I just noticed that Matej removed the support for org.apache.wicket.protocol.http.IDestroyableWebApplicationFactory in WicketFilter in 1.5 with a change from 4 Jan 2010. With the new

Re: Support for IDestroyableWebApplicationFactory is gone in 1.5

2011-01-06 Thread Matej Knopp
I don't think I've removed it, I just didn't carry it through :) There are probably more bells and whistles missing. -Matej On Thu, Jan 6, 2011 at 10:31 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: +1 to reenable -igor On Thu, Jan 6, 2011 at 5:34 AM, Martin Grigorov

Re: Support for IDestroyableWebApplicationFactory is gone in 1.5

2011-01-06 Thread Martin Grigorov
On Thu, Jan 6, 2011 at 4:42 PM, Matej Knopp matej.kn...@inmethod.comwrote: I don't think I've removed it, I just didn't carry it through :) Yep, this is more correct way to explain :-) There are probably more bells and whistles missing. There are two problems here: 1) we find them slowly,

Re: Support for IDestroyableWebApplicationFactory is gone in 1.5

2011-01-06 Thread Eelco Hillenius
We shouldn't just remove things that were part of the public API without either providing an alternative or at least a good reason why it should be removed (and have that documented clearly as part of the migration documentation). Eelco On Thu, Jan 6, 2011 at 7:57 AM, Martin Grigorov