Last modified by Thomas Mortagne on 2023/10/13

<
From version < 35.2 >
edited by Vincent Massol
on 2015/08/07
To version < 36.1 >
edited by Vincent Massol
on 2015/08/08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -224,16 +224,22 @@
224 224  
225 225  The following APIs were modified since XWiki 7.1.1:
226 226  
227 -* ##AbstractWrappingObject##, ##AbstractSafeObject## and ##ScriptSafeProvider ## have been moved to ##xwiki-commons-script##:(((
227 +* New configuration option to change the size of the Job statuses cache:(((
228 228  {{code language="none"}}
229 -org.xwiki.extension.wrap.WrappingIterableResult: Removed org.xwiki.extension.internal.safe.AbstractSafeObject from the list of superclasse
230 -org.xwiki.extension.wrap.WrappingIterableResult: Removed org.xwiki.extension.wrap.AbstractWrappingObject from the list of superclasse
231 -org.xwiki.extension.wrap.WrappingIterableResult: Parameter 2 of 'public WrappingIterableResult(org.xwiki.extension.repository.result.IterableResult, org.xwiki.extension.internal.safe.ScriptSafeProvider)' has changed its type to org.xwiki.script.internal.safe.ScriptSafeProvider
229 +org.xwiki.job.JobManagerConfiguration: Method 'public int getJobStatusCacheSize()' has been added to an interface
232 232  {{/code}}
233 233  )))
234 -* New configuration option to change the size of the Job statuses cache:(((
232 +* Added missing methods to the ##DocumentModelBridge## class, which are already implemented by XWikiDocument;(((
235 235  {{code language="none"}}
236 -org.xwiki.job.JobManagerConfiguration: Method 'public int getJobStatusCacheSize()' has been added to an interface
234 +org.xwiki.bridge.DocumentModelBridge: Method 'public org.xwiki.model.reference.DocumentReference getContentAuthorReference()' has been added to an interface
237 237  {{/code}}
238 238  )))
237 +* ##ExportURLFactoryContext##, ##getExportURLFactoryContext()## and #ExportURLFactoryActionHandler# were Young APIs. ##ExportURLFactoryContext## been renamed to ##FilesystemExportContext## and moved to the Filesystem URL Scheme module:(((
238 +{{code language="none"}}
239 +com.xpn.xwiki.web.ExportURLFactory: Method 'public com.xpn.xwiki.web.ExportURLFactoryContext getExportURLFactoryContext()' has been removed
240 +com.xpn.xwiki.web.ExportURLFactoryActionHandler: Parameter 7 of 'public java.net.URL createURL(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.xpn.xwiki.XWikiContext, com.xpn.xwiki.web.ExportURLFactoryContext)' has changed its type to org.xwiki.url.filesystem.FilesystemExportContext
241 +com.xpn.xwiki.web.ExportURLFactoryContext: Class com.xpn.xwiki.web.ExportURLFactoryContext removed
242 +{{/code}}
243 +)))
239 239  
245 +

Get Connected