Changes for page Release Notes for XWiki Enterprise 4.0 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Added "Annotations merged with Comments by default" section
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.enygma - Content
-
... ... @@ -17,6 +17,15 @@ 17 17 18 18 {{todo/}} 19 19 20 +== Annotations merged with Comments by default == 21 + 22 +Starting with version 4.0M2, annotations have been merged by default with comments. More specifically, this means: 23 + 24 +* The default annotation class is now XWiki.XWikiComments instead of AnnotationCode.AnnotationClass 25 +* The Annotations tab is now replaced by the Comments tab where you can see both annotations and comments 26 + 27 +{{warning}}If you were/are using a custom annotations class, other than the previously default AnnotationsCode.AnnotationsClass, in the annotations configuration then the merging-with-comments feature will not be available to you. What you can do is to enable back the Annotations tab by going to the Administration > Look and Feel > Page Elements and changing the value of "Show document annotations " from "No" to "Yes". Now you will still be able to use your custom annotations without being affected by the changes.{{/warning}} 28 + 20 20 == New Velocity tool to serialize Java objects to JSON format == 21 21 22 22 {{todo/}}