Change comment:
Added backward-compatiblity violations data
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -71,18 +71,11 @@ 71 71 ** ##hibernate.cfg.xml## 72 72 * 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. 73 73 74 -== Issues specific to XWiki <version> == 75 - 76 -<issues specific to the project> 77 - 78 78 == API Breakages == 79 79 80 80 The following APIs were modified since <project> <version - 1>: 81 81 82 -{{comment}} 83 -Remove! 84 -{{backwardCompatiblityReport version="<version>"/}} 85 -{{/comment}} 78 +{{backwardCompatiblityReport version="11.7-rc-1"/}} 86 86 87 87 = Credits = 88 88
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,0 +1,15 @@ 1 +[ 2 + [ 3 + { 4 + "code": "java.method.removed", 5 + "justification": "Not an API breakage (we replaced it with a generic get() method that can also be used to access $services.diff.display)", 6 + "old": "method org.xwiki.script.service.ScriptService org.xwiki.diff.script.DiffScriptService::getDisplay()" 7 + } 8 + ], 9 + [ 10 + 11 + ], 12 + [ 13 + 14 + ] 15 +]