Last modified by Ilie Andriuta on 2018/11/29

<
From version < 9.1 >
edited by Marius Dumitru Florea
on 2018/11/21
To version < 12.2 >
edited by Guillaume Delhumeau
on 2018/11/21
>
Change comment: Added backward-compatiblity violations data

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.gdelhumeau
Content
... ... @@ -8,8 +8,10 @@
8 8  
9 9  For developers, a new asynchronous framework has been created. It allows the execution of desired parts of the rendering of a page to be executed asynchronously, with an AJAX request. This makes the rendering of the page faster, making the least important parts visible after the page is loaded.
10 10  
11 -To finish, it is now possible to make the content of a macro editable inline with the WYSIWYG editor.
11 +Among other things, Wiki Macros can now have typed parameters and it is now possible to make the content of a macro editable inline with the WYSIWYG editor.
12 12  
13 +To finish, more than 30 bugs have been fixed since XWiki 10.9.
14 +
13 13  = New and Noteworthy (since XWiki 10.9) =
14 14  
15 15  [[Full list of issues fixed and Dashboard for XWiki 10.10-rc-1>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14340]].
... ... @@ -78,21 +78,31 @@
78 78  ** ##hibernate.cfg.xml##
79 79  * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
80 80  
81 -== Issues specific to XWiki <version> ==
82 -
83 -<issues specific to the project>
84 -
85 85  == API Breakages ==
86 86  
87 -The following APIs were modified since <project> <version - 1>:
85 +The following APIs were modified since XWiki 10.9:
88 88  
89 -{{comment}}
90 -Remove!
91 -{{backwardCompatiblityReport version="<version>"/}}
92 -{{/comment}}
87 +{{backwardCompatiblityReport version="10.10-rc-1"/}}
93 93  
89 +
94 94  = Credits =
95 95  
96 96  The following people have contributed code and translations to this release (sorted alphabetically):
97 97  
98 -<code contributors>
94 +* Adel Atallah
95 +* Alex Cotiugă
96 +* Anca Luca
97 +* Clemens Klein-Robbenhaar
98 +* Clément Aubin
99 +* Edvard
100 +* Guillaume Delhumeau
101 +* Mario-Hofstaetter
102 +* Marius Dumitru Florea
103 +* Paul Panțiru
104 +* Sergiu Dumitriu
105 +* Simon Urli
106 +* Thomas Mortagne
107 +* Vincent Massol
108 +* xrichard
109 +
110 +Thanks to them!
ReleaseNotes.BackwardCompatibility[0]
Violations
... ... @@ -1,0 +1,79 @@
1 +[
2 + [
3 + {
4 + "annotation": "@java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.CONSTRUCTOR})",
5 + "annotationType": "java.lang.annotation.Target",
6 + "attribute": "value",
7 + "classQualifiedName": "org.xwiki.stability.Unstable",
8 + "classSimpleName": "Unstable",
9 + "code": "java.annotation.attributeValueChanged",
10 + "elementKind": "@interface",
11 + "justification": "Not a breakage.",
12 + "new": "@interface org.xwiki.stability.Unstable",
13 + "newValue": "{java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.CONSTRUCTOR}",
14 + "old": "@interface org.xwiki.stability.Unstable",
15 + "oldValue": "{java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD}",
16 + "package": "org.xwiki.stability"
17 + },
18 + {
19 + "classQualifiedName": "org.xwiki.velocity.introspection.AbstractChainableUberspector",
20 + "classSimpleName": "AbstractChainableUberspector",
21 + "code": "java.class.removed",
22 + "elementKind": "class",
23 + "justification": "Not a breakage: class moved to a legacy module",
24 + "old": "class org.xwiki.velocity.introspection.AbstractChainableUberspector",
25 + "package": "org.xwiki.velocity.introspection"
26 + },
27 + {
28 + "classQualifiedName": "org.xwiki.velocity.introspection.ChainableUberspector",
29 + "classSimpleName": "ChainableUberspector",
30 + "code": "java.class.removed",
31 + "elementKind": "interface",
32 + "justification": "Not a breakage: class moved to a legacy module",
33 + "old": "interface org.xwiki.velocity.introspection.ChainableUberspector",
34 + "package": "org.xwiki.velocity.introspection"
35 + },
36 + {
37 + "classQualifiedName": "org.xwiki.velocity.introspection.ChainingUberspector",
38 + "classSimpleName": "ChainingUberspector",
39 + "code": "java.class.removed",
40 + "elementKind": "class",
41 + "justification": "Not a breakage: class moved to a legacy module",
42 + "old": "class org.xwiki.velocity.introspection.ChainingUberspector",
43 + "package": "org.xwiki.velocity.introspection"
44 + },
45 + {
46 + "classQualifiedName": "org.xwiki.velocity.introspection.LinkingUberspector",
47 + "classSimpleName": "LinkingUberspector",
48 + "code": "java.class.removed",
49 + "elementKind": "class",
50 + "justification": "Not a breakage: class moved to a legacy module",
51 + "old": "class org.xwiki.velocity.introspection.LinkingUberspector",
52 + "package": "org.xwiki.velocity.introspection"
53 + }
54 + ],
55 + [
56 + {
57 + "code": "java.class.nonFinalClassInheritsFromNewClass",
58 + "justification": "Not a breackage",
59 + "new": "class org.xwiki.rendering.transformation.TransformationException",
60 + "old": "class org.xwiki.rendering.transformation.TransformationException",
61 + "superClass": "org.xwiki.rendering.RenderingException"
62 + },
63 + {
64 + "code": "java.class.nowCheckedException",
65 + "justification": "Not a breackage",
66 + "new": "class org.xwiki.rendering.transformation.TransformationException",
67 + "old": "class org.xwiki.rendering.transformation.TransformationException"
68 + }
69 + ],
70 + [
71 + {
72 + "code": "java.class.nonFinalClassInheritsFromNewClass",
73 + "justification": "As RssMacro now inherits from AbstractBoxMacro, its parameter class needs to\n inherits from BoxMacroParameters. This could only break compatibility if a class inheriting from\n RssMacroParameters defines a method with same name and parameters than in BoxMacroParameters but\n different return type. We consider this risk as acceptable since the chances are very low and in\n case it occurs, the fix for the user would be easy.",
74 + "new": "class org.xwiki.rendering.macro.rss.RssMacroParameters",
75 + "old": "class org.xwiki.rendering.macro.rss.RssMacroParameters",
76 + "superClass": "org.xwiki.rendering.macro.box.BoxMacroParameters"
77 + }
78 + ]
79 +]

Get Connected