2012/10/27 Rees Byars <[email protected]>: > I spent some time last night testing it for my needs, and everything seemed > to work fine.
Thanks! > 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. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
