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. gdelhumeau1 +XWiki.ThomasMortagne - Content
-
... ... @@ -12,10 +12,6 @@ 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]]): ... ... @@ -49,7 +49,6 @@ 49 49 * [[Velocity Tools 3.0>>https://jira.xwiki.org/browse/XCOMMONS-1529]] 50 50 * [[Velocity 2.2>>https://jira.xwiki.org/browse/XCOMMONS-1296]] 51 51 52 - 53 53 = Translations = 54 54 55 55 The following translations have been updated: ... ... @@ -107,6 +107,10 @@ 107 107 ** Known bugs: 108 108 *** 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. 109 109 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 + 110 110 == API Breakages == 111 111 112 112 The following APIs were modified since XWiki 11.10.2:
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -10,24 +10,6 @@ 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 - { 31 31 "classQualifiedName": "org.xwiki.velocity.introspection.ChainingUberspector", 32 32 "classSimpleName": "ChainingUberspector", 33 33 "code": "java.class.removed",