Last modified by Thomas Mortagne on 2023/10/13

<
From version < 33.1 >
edited by Vincent Massol
on 2015/12/22
To version < 32.1 >
edited by Ramona Conoro
on 2015/12/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.RamonaConoro
Content
... ... @@ -197,7 +197,8 @@
197 197  
198 198  The following APIs were modified since XWiki 7.3:
199 199  
200 -* Job code was wrongly extending an internal class:(((
200 +* was wrongly extending internal class:
201 +
201 201  {{code language="none"}}
202 202  org.xwiki.extension.job.history.ReplayJobStatus: Removed org.xwiki.job.internal.AbstractJobStatus from the list of superclasses
203 203  org.xwiki.extension.job.history.ReplayJobStatus: Removed org.xwiki.job.internal.DefaultJobStatus from the list of superclasses
... ... @@ -206,8 +206,9 @@
206 206  org.xwiki.refactoring.job.EntityJobStatus: Removed org.xwiki.job.internal.AbstractJobStatus from the list of superclasses
207 207  org.xwiki.refactoring.job.EntityJobStatus: Removed org.xwiki.job.internal.DefaultJobStatus from the list of superclasses
208 208  {{/code}}
209 -)))
210 -* Remove the XMLRPC module:(((
210 +
211 +* impossible to implement it without dependeing on XMLRPC module:
212 +
211 211  {{code language="none"}}
212 212  com.xpn.xwiki.XWikiContext: Method 'public org.apache.xmlrpc.server.XmlRpcServer ajc$get$xmlRpcServer(com.xpn.xwiki.XWikiContext)' has been removed
213 213  com.xpn.xwiki.XWikiContext: Method 'public void ajc$set$xmlRpcServer(com.xpn.xwiki.XWikiContext, org.apache.xmlrpc.server.XmlRpcServer)' has been removed
... ... @@ -221,4 +221,3 @@
221 221  com.xpn.xwiki.XWikiContextCompatibilityAspect: Method 'public org.apache.xmlrpc.server.XmlRpcServer ajc$interMethodDispatch1$com_xpn_xwiki_XWikiContextCompatibilityAspect$com_xpn_xwiki_XWikiContext$getXMLRPCServer(com.xpn.xwiki.XWikiContext)' has been removed
222 222  com.xpn.xwiki.XWikiContextCompatibilityAspect: Method 'public void ajc$interMethodDispatch1$com_xpn_xwiki_XWikiContextCompatibilityAspect$com_xpn_xwiki_XWikiContext$setXMLRPCServer(com.xpn.xwiki.XWikiContext, org.apache.xmlrpc.server.XmlRpcServer)' has been removed
223 223  {{/code}}
224 -)))

Get Connected