Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ThomasMortagne1 +XWiki.gdelhumeau - Content
-
... ... @@ -45,6 +45,7 @@ 45 45 * [[Velocity Tools 3.0>>https://jira.xwiki.org/browse/XCOMMONS-1529]] 46 46 * [[Velocity 2.2>>https://jira.xwiki.org/browse/XCOMMONS-1296]] 47 47 48 + 48 48 = Translations = 49 49 50 50 The following translations have been updated: ... ... @@ -102,10 +102,6 @@ 102 102 ** Known bugs: 103 103 *** Macro parameters names mess with expression passed to the macro: see https://issues.apache.org/jira/browse/VELOCITY-904?focusedCommentId=17019513&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17019513. Should be fixed in 12.0 final. 104 104 105 -=== Servlet 3.1 upgrade === 106 - 107 -XWiki now requires an application supporting Servlet 3.1 at least. This means for example that XWiki won't work in Tomcat 7 anymore. 108 - 109 109 == API Breakages == 110 110 111 111 The following APIs were modified since XWiki 11.10.2:
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -10,6 +10,24 @@ 10 10 "package": "org.xwiki.velocity.introspection" 11 11 }, 12 12 { 13 + "classQualifiedName": "org.xwiki.velocity.introspection.AbstractChainableUberspector", 14 + "classSimpleName": "AbstractChainableUberspector", 15 + "code": "java.class.removed", 16 + "elementKind": "class", 17 + "justification": "Not a breakage: class moved to a legacy module", 18 + "old": "class org.xwiki.velocity.introspection.AbstractChainableUberspector", 19 + "package": "org.xwiki.velocity.introspection" 20 + }, 21 + { 22 + "classQualifiedName": "org.xwiki.velocity.introspection.ChainableUberspector", 23 + "classSimpleName": "ChainableUberspector", 24 + "code": "java.class.removed", 25 + "elementKind": "interface", 26 + "justification": "Not a breakage: class moved to a legacy module", 27 + "old": "interface org.xwiki.velocity.introspection.ChainableUberspector", 28 + "package": "org.xwiki.velocity.introspection" 29 + }, 30 + { 13 13 "classQualifiedName": "org.xwiki.velocity.introspection.ChainingUberspector", 14 14 "classSimpleName": "ChainingUberspector", 15 15 "code": "java.class.removed",