Changes for page Release Notes for XWiki 11.2-rc-1
Last modified by Vincent Massol on 2019/04/04
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
-
... ... @@ -6,21 +6,27 @@ 6 6 7 7 <insert description of release here> 8 8 9 -= New and Noteworthy (since XWiki <version -1>) =9 += New and Noteworthy (since XWiki 11.1) = 10 10 11 -[[Full list of issues fixed and Dashboard for <full version here even for RC, e.g.10.5>>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].11 +[[Full list of issues fixed and Dashboard for 11.2>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14405]]. 12 12 13 13 {{releasenotechanges/}} 14 14 15 -=== Moved Modules === 16 - 17 -<description deprecated, retired and moved projects> 18 - 19 19 === Upgrades === 20 20 21 21 The following runtime dependencies have been upgraded (they have a different release cycle than [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]): 22 22 23 23 * [[CSS4J 0.42.3>>https://jira.xwiki.org/browse/XWIKI-16195]] 20 +* [[ASM 7.1>>https://jira.xwiki.org/browse/XCOMMONS-1591]] 21 +* [[SLF4J 1.7.26>>https://jira.xwiki.org/browse/XCOMMONS-1587]] 22 +* [[Apache PDFBox 2.0.14>>https://jira.xwiki.org/browse/XWIKI-16202]] 23 +* [[snakeyaml 1.24>>https://jira.xwiki.org/browse/XCOMMONS-1590]] 24 +* [[commons-codec 1.12>>https://jira.xwiki.org/browse/XCOMMONS-1582]] 25 +* [[Batik 1.11>>https://jira.xwiki.org/browse/XWIKI-16189]] 26 +* [[Javassist 3.24.1-GA>>https://jira.xwiki.org/browse/XCOMMONS-1586]] 27 +* [[JGroups 4.0.18>>https://jira.xwiki.org/browse/XCOMMONS-1597]] 28 +* [[Infinispan 9.4.9.Final>>https://jira.xwiki.org/browse/XCOMMONS-1188]] 29 +* [[Stax2 API 4.2>>https://jira.xwiki.org/browse/XCOMMONS-1599]] 24 24 25 25 = Translations = 26 26
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,0 +1,74 @@ 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 + ], 58 + [ 59 + { 60 + "annotation": "@org.xwiki.properties.annotation.PropertyDisplayType({java.util.List.class, org.xwiki.rendering.block.Block.class})", 61 + "code": "java.annotation.added", 62 + "justification": "The annotation has been added in box macro but is used in Code Macro. It's not an api breakage.", 63 + "new": "method void org.xwiki.rendering.macro.box.BoxMacroParameters::setTitle(java.lang.String) @ org.xwiki.rendering.macro.code.CodeMacroParameters", 64 + "old": "method void org.xwiki.rendering.macro.box.BoxMacroParameters::setTitle(java.lang.String) @ org.xwiki.rendering.macro.code.CodeMacroParameters" 65 + }, 66 + { 67 + "annotation": "@org.xwiki.properties.annotation.PropertyDisplayType({java.util.List.class, org.xwiki.rendering.block.Block.class})", 68 + "code": "java.annotation.added", 69 + "justification": "The annotation has been added in box macro but is used in RSS Macro. It's not an api breakage.", 70 + "new": "method void org.xwiki.rendering.macro.box.BoxMacroParameters::setTitle(java.lang.String) @ org.xwiki.rendering.macro.rss.RssMacroParameters", 71 + "old": "method void org.xwiki.rendering.macro.box.BoxMacroParameters::setTitle(java.lang.String) @ org.xwiki.rendering.macro.rss.RssMacroParameters" 72 + } 73 + ] 74 +]