<
From version < 19.2 >
edited by Vincent Massol
on 2013/04/20
To version < 20.1 >
edited by Vincent Massol
on 2013/04/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -99,6 +99,18 @@
99 99  
100 100  The following APIs were modified since XWiki 4.5.3:
101 101  
102 +* [Young API] Made public by mistake:(((
102 102  {{code language="none"}}
103 -<clirr output here>
104 +org.xwiki.job.AbstractJob: Class org.xwiki.job.AbstractJob removed
104 104  {{/code}}
106 +)))
107 +* [Young API] Interfaces missing methods for uninstalling an Extension and the notion of "Features" means that an upgraded extension can have several previous extensions:(((
108 +{{code language="none"}}
109 +org.xwiki.extension.handler.ExtensionHandler: Method 'public void uninstall(org.xwiki.extension.InstalledExtension, java.lang.String, org.xwiki.job.Request)' has been added to an interface
110 +org.xwiki.extension.handler.ExtensionHandler: Method 'public void upgrade(java.util.Collection, org.xwiki.extension.LocalExtension, java.lang.String, org.xwiki.job.Request)' has been added to an interface
111 +org.xwiki.extension.handler.ExtensionHandlerManager: Method 'public void uninstall(org.xwiki.extension.InstalledExtension, java.lang.String, org.xwiki.job.Request)' has been added to an interface
112 +org.xwiki.extension.handler.ExtensionHandlerManager: Method 'public void upgrade(java.util.Collection, org.xwiki.extension.LocalExtension, java.lang.String, org.xwiki.job.Request)' has been added to an interface
113 +org.xwiki.extension.job.plan.ExtensionPlanAction: Method 'public java.util.Collection getPreviousExtensions()' has been added to an interface
114 +{{/code}}
115 +)))
116 +

Get Connected