Changes for page Release Notes for XWiki 7.2 Milestone 2
Last modified by Thomas Mortagne on 2023/10/13
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.mflorea - Content
-
... ... @@ -50,6 +50,7 @@ 50 50 * The size of the Job status cache is now configurable. See ##job.statusCacheSize## property in ##xwiki.properties## files. 51 51 * The Spaces macro (which lists all Spaces) is now working fine when there are Nested Spaces (some links were failing). 52 52 * The LiveTable macro is now working fine when there are Nested Spaces (some links were failing). 53 +* The Solr Search is now able to correctly find nested documents. The Search UI still needs to be fixed though (some links may be broken and the document location/paths are not correctly displayed) but otherwise the results should be accurate. 53 53 54 54 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%227.2-milestone-2%22&tempMax=1000]] fixed in this release. 55 55 ... ... @@ -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##havebeenmovedto##xwiki-commons-script##:(((228 +* 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 230 +org.xwiki.job.JobManagerConfiguration: Method 'public int getJobStatusCacheSize()' has been added to an interface 232 232 {{/code}} 233 233 ))) 234 -* Newconfigurationoptiontochange the sizeoftheJobstatuses cache:(((233 +* 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 interface235 +org.xwiki.bridge.DocumentModelBridge: Method 'public org.xwiki.model.reference.DocumentReference getContentAuthorReference()' has been added to an interface 237 237 {{/code}} 238 238 ))) 238 +* ##ExportURLFactoryContext##, ##getExportURLFactoryContext()## and #ExportURLFactoryActionHandler# were Young APIs. ##ExportURLFactoryContext## been renamed to ##FilesystemExportContext## and moved to the Filesystem URL Scheme module:((( 239 +{{code language="none"}} 240 +com.xpn.xwiki.web.ExportURLFactory: Method 'public com.xpn.xwiki.web.ExportURLFactoryContext getExportURLFactoryContext()' has been removed 241 +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 242 +com.xpn.xwiki.web.ExportURLFactoryContext: Class com.xpn.xwiki.web.ExportURLFactoryContext removed 243 +{{/code}} 244 +))) 239 239 246 +