Excellent, thank you! On Sun, Oct 28, 2012 at 6:02 PM, Lukasz Lenart <[email protected]>wrote:
> 2012/10/28 Lukasz Lenart <[email protected]>: > >> It did, however, break one of my plugins that uses the xwork UrlSet > class, > >> whose constructor signatures have changed in this release, breaking my > >> code. Was there a reason the constructor couldn't have been marked > >> deprecated instead of completely removed, so that this sort of change > >> doesn't completely break custom plugins? Not a big deal, though. The > >> class isn't part of the API really, so I should have no expectation of > it > >> not changing. > > > > Hmm... at some point you're right, but from other side UrlSet should > > be used only locally by the framework ;-) > > > > I'll try to remove FileManager dependency and move it outside the > > class. It was always there but as a static dependency. > > Done, was able to remove the dependency, wait for commit :-) > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
