Changes for page Release Notes for XWiki 11.3.6
Last modified by Ilie Andriuta on 2019/11/26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -55,10 +55,6 @@ 55 55 ** ##hibernate.cfg.xml## 56 56 * 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. 57 57 58 -== Issues specific to XWiki <version> == 59 - 60 -<issues specific to the project> 61 - 62 62 == API Breakages == 63 63 64 64 The following APIs were modified since XWiki 11.3.5:
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,0 +1,34 @@ 1 +[ 2 + [ 3 + 4 + ], 5 + [ 6 + 7 + ], 8 + [ 9 + { 10 + "annotation": "@org.xwiki.properties.annotation.PropertyDescription(\"The type of the object property to parse (when the input is an object property)\")", 11 + "code": "java.annotation.added", 12 + "justification": "Not a breakage", 13 + "new": "method java.lang.String org.xwiki.filter.xar.input.XARInputProperties::getObjectPropertyType()", 14 + "old": "method java.lang.String org.xwiki.filter.xar.input.XARInputProperties::getObjectPropertyType()" 15 + }, 16 + { 17 + "annotation": "@org.xwiki.properties.annotation.PropertyName(\"Object property type\")", 18 + "code": "java.annotation.added", 19 + "justification": "Not a breakage", 20 + "new": "method java.lang.String org.xwiki.filter.xar.input.XARInputProperties::getObjectPropertyType()", 21 + "old": "method java.lang.String org.xwiki.filter.xar.input.XARInputProperties::getObjectPropertyType()" 22 + }, 23 + { 24 + "annotationType": "org.xwiki.properties.annotation.PropertyName", 25 + "attribute": "value", 26 + "code": "java.annotation.attributeValueChanged", 27 + "justification": "Not a breakage", 28 + "new": "method boolean org.xwiki.filter.xar.input.XARInputProperties::isWithExtension()", 29 + "newValue": "\"With extensions\"", 30 + "old": "method boolean org.xwiki.filter.xar.input.XARInputProperties::isWithExtension()", 31 + "oldValue": "\"Indicates if extension event should be generated if possible\"" 32 + } 33 + ] 34 +]