On Jan 30, 2010, at 9:13 PM, Sergiu Dumitriu wrote:
Hi devs,
I'd like to further the move from web to space by deprecating all the methods that still use Web in their name. These are:
- in XWiki: getWebCopyright, getWebPreference*, copyWikiWeb, getDefaultWeb, useDefaultWeb - in Document: getCurrentMonthWebStats - in objects.BaseClass: get/setDefaultWeb (should we keep the element name in the XML?)
As per our official deprecation strategy, these methods will continue to be present in the generated classes via the deprecation aspect, for at least 2 major releases.
WDYT?
Fine with me. Note that in practice we've never enforced the "2 major releases" rule and we've kept deprecated methods longer. I don't know if that's a good idea or not... but them being in an aspect move them out of our way anyway... Thanks -Vincent