Last modified by Ilie Andriuta on 2020/06/01

<
From version < 15.1 >
edited by Guillaume Delhumeau
on 2020/01/23
To version < 16.2 >
edited by Thomas Mortagne
on 2020/01/23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gdelhumeau
1 +XWiki.ThomasMortagne
Content
... ... @@ -45,7 +45,6 @@
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 -
49 49  = Translations =
50 50  
51 51  The following translations have been updated:
... ... @@ -103,6 +103,10 @@
103 103  ** Known bugs:
104 104  *** 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.
105 105  
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 +
106 106  == API Breakages ==
107 107  
108 108  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",

Get Connected