Changes for page Release Notes for XWiki 7.2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,8 +4,12 @@ 4 4 5 5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. 6 6 7 -This release is probably one of the biggest releases we have done in XWiki for years (more than 900 commits)! We have worked hard during all the summer to finally achieve the introduction of a new concept: the**//Nested Pages//**. This big change affects both the platform and the user interface, and you will discover many differences while using XWiki.7 +This release is probably one of the biggest releases we have done in XWiki for years (more than 900 commits)! We have worked hard during all the summer to finally achieve the introduction of a new concept: **//Nested Pages//**. This big change affects both the platform and the user interface, and you will discover many differences while using XWiki. 8 8 9 +{{warning}} 10 +As a consequence, we do not recommend using this version in production because we still need to fine-tune the UI to fully adapt it to Nested Pages. This will be done in XWiki 7.3. However, in order to flush out all issues, especially about usability, please try upgrading to this version and play with it to let us know what you like/don't like. There's still time to adjust things. Thanks for your help! 11 +{{/warning}} 12 + 9 9 For developers, this release also introduces a new //Script// right and some changes in the REST, Job and Refactoring modules, just to list a few... 10 10 11 11 Finally, it also brings a lot of bugs fixes! ... ... @@ -35,7 +35,7 @@ 35 35 36 36 For more information, see [[Content Organization>>platform:Features.ContentOrganization||anchor="HHistory"]]. 37 37 38 -We have worked a lot to minimize the retro-compatibility issues. However, some extensions are not adapted for //Nested Pages// yet, and their execution is still sub-optimal. For the next releases, we plan to work on the adaptation of theseextensions.42 +We have worked a lot to minimize the retro-compatibility issues. However, some Extensions are not adapted for //Nested Pages// yet, and their execution is still sub-optimal. For the next releases, we plan to work on the adaptation of these Extensions. 39 39 40 40 == Script right == 41 41 ... ... @@ -666,7 +666,22 @@ 666 666 667 667 The following APIs were modified since XWiki 7.1: 668 668 673 +* AbstractWrappingObject, AbstractSafeObject and ScriptSafeProvider have been moved to xwiki-commons-script:((( 669 669 {{code language="none"}} 670 -<clirr output here> 675 +org.xwiki.extension.wrap.WrappingIterableResult: Removed org.xwiki.extension.internal.safe.AbstractSafeObject from the list of superclasses 676 +org.xwiki.extension.wrap.WrappingIterableResult: Removed org.xwiki.extension.wrap.AbstractWrappingObject from the list of superclasses 677 +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 671 671 {{/code}} 679 +))) 672 672 681 +* New configuration to change the size of the Job statuses cache:((( 682 +{{code language="none"}} 683 +org.xwiki.job.JobManagerConfiguration: Method 'public int getJobStatusCacheSize()' has been added to an interface 684 +{{/code}} 685 +))) 686 + 687 +* Others:((( 688 +{{code language="none"}} 689 +org.xwiki.tool.xar.XWikiDocument: Class org.xwiki.tool.xar.XWikiDocument removedinterface 690 +{{/code}} 691 +)))