Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version. 6 6 7 - The release bringstheability to define default notification filters for new users and pavestheway for adding componentsmetadata inside Extensions (such as being able to indicate the Rendering macros that an Extensionprovides; This will allow for future use cases such as exposing all available macros from insideyour wiki, evenforextensions that you haven't installed yet!). Security has been tightened by not allowing redirection to other domainswithout anexplicitconsent. Last but not least, this release brings several developer improvements: Localization REST endpoint, a Syntax Registry, LESS compilation support for WebJars, and more.7 +<insert description of release here> 8 8 9 9 = New and Noteworthy (since XWiki 13.2) = 10 10 ... ... @@ -14,36 +14,13 @@ 14 14 15 15 === Moved Modules === 16 16 17 -* The [[Help Center Application>>extensions:Extension.Help Center Application.WebHome]] has been retired and its content integrated in the [[Help Application>>extensions:Extension.Help Application]], for the following reasons: 18 -** 2 extensions must not share the same pages 19 -** It’s logical that the help is in sync with what it documents 20 -** contrib extensions should be minimized for XS, all of XS deps should be in the XWiki GitHub organization (since they are maintained by the XS dev team), and preferably inside ##xwiki-platform## when possible. 21 -** Simpler to manage XS releases 17 +<description deprecated, retired and moved projects> 22 22 23 23 === Upgrades === 24 24 25 25 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]]): 26 26 27 -* [[log4j API 2.14.1>>https://jira.xwiki.org/browse/XCOMMONS-2165]] 28 -* [[XZ 1.9>>https://jira.xwiki.org/browse/XCOMMONS-2166]] 29 -* [[XStream 1.4.16>>https://jira.xwiki.org/browse/XCOMMONS-2167]] 30 -* [[Woodstox 6.2.5>>https://jira.xwiki.org/browse/XCOMMONS-2182]] 31 -* [[Tika 1.26>>https://jira.xwiki.org/browse/XWIKI-18520]] 32 -* [[Protobuf Java 3.15.8>>https://jira.xwiki.org/browse/XCOMMONS-2163]] 33 -* [[Netty 4.1.63>>https://jira.xwiki.org/browse/XWIKI-18519]] 34 -* [[Liquibase 4.3.3>>https://jira.xwiki.org/browse/XWIKI-18516]] 35 -* [[Jakarta Mail 1.6.7>>https://jira.xwiki.org/browse/XCOMMONS-2186]] 36 -* [[JNA 5.8.0>>https://jira.xwiki.org/browse/XWIKI-18498]] 37 -* [[JFFI 1.3.2>>https://jira.xwiki.org/browse/XWIKI-18517]] 38 -* [[Infinispan 11.0.10>>https://jira.xwiki.org/browse/XCOMMONS-2168]] 39 -* [[ICU4J 69.1>>https://jira.xwiki.org/browse/XCOMMONS-2183]] 40 -* [[Hibernate 5.4.30>>https://jira.xwiki.org/browse/XWIKI-18489]] 41 -* [[Guava 30.1.1>>https://jira.xwiki.org/browse/XCOMMONS-2162]] 42 -* [[Error Prone annotations 2.6.0>>https://jira.xwiki.org/browse/XCOMMONS-2177]] 43 -* [[Checker Qual 3.12.0>>https://jira.xwiki.org/browse/XCOMMONS-2181]] 44 -* [[Apache PDFBox 2.0.23>>https://jira.xwiki.org/browse/XWIKI-18488]] 45 -* [[Antlr 4.9.2>>https://jira.xwiki.org/browse/XCOMMONS-2164]] 46 -* [[Maven 3.8.1 and Resolver 1.6.2>>https://jira.xwiki.org/browse/XWIKI-18538]] 23 +* <list libraries that have been upgraded> 47 47 48 48 = Translations = 49 49 ... ... @@ -84,16 +84,10 @@ 84 84 ** ##hibernate.cfg.xml## 85 85 * 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. 86 86 87 -== Issues specific to XWiki 13.3==64 +== Issues specific to XWiki <version> == 88 88 89 - Thisrelease introduced a newsecuritymechanism toprevent unwanted redirection (details can befound [[here>>doc:.Entry006.WebHome]]). This mechanismmightneed a propersetup of ##url.trustedDomains## property. In case it would create unwanted behaviour, you can always switch it off byeditingyour ##xwiki.properties##config file and adding:66 +<issues specific to the project> 90 90 91 -{{code language="properties"}} 92 -url.trustedDomainsEnabled=false 93 -{{/code}} 94 - 95 -Also note that developers can use a specific property ##bypassDomainSecurityCheck## in the execution context, when they need to use an URL redirect API even when the trusted domains are not properly configured, e.g. in some specific authenticators. 96 - 97 97 == API Breakages == 98 98 99 99 The following APIs were modified since <project> <version - 1>: