Changes for page Release Notes for XWiki 13.1-rc-1
Last modified by Marius Dumitru Florea on 2021/06/15
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -74,6 +74,10 @@ 74 74 75 75 The interface ##org.xwiki.officeimporter.converter.OfficeConverter## has been broken on purpose after [[an accepted proposal on the forum>>https://forum.xwiki.org/t/refactor-officeconverter-api-to-remove-getformatregistry/8152]]. This API was going to be broken because of the Jodconverter upgrade since the maintainer of the project moved their APIs to another package, so we took the opportunity to stop exposing in OfficeConverter classes coming from Jodconverter. Note that we introduced some new APIs to cover the usages we've seen for this API. Don't hesitate to open a feature request on Jira if some usages are not covered. 76 76 77 +=== New Reset Password and Retrieve Username URLs === 78 + 79 +See above for more details. The old ##XWiki.ResetPassword## and ##XWiki.ForgotUsername## wiki pages must not be used anymore, and any custom change perform in those pages won't be taken into account (you'll need to port your changes to Java since the new feature is coded in Java). However, the pages have been kept to ensure that using the old URLs will keep working for the time being: the pages now redirect to the new URLs. 80 + 77 77 == API Breakages == 78 78 79 79 The following APIs were modified since XWiki 13.0:
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,26 +1,25 @@ 1 1 <?xml version="1.0" encoding="UTF-8"?><ignores> 2 - 2 + 3 3 <item xmlns="http://maven.apache.org/POM/4.0.0"> 4 - 4 + 5 5 <code>java.method.removed</code> 6 - 6 + 7 7 <old>method org.jodconverter.document.DocumentFormatRegistry org.xwiki.officeimporter.converter.OfficeConverter::getFormatRegistry()</old> 8 - 8 + 9 9 <justification>This API has been removed to avoid future issues with the exposure of Jodconverter classes when upgrading. Some API have been introduced that should cover most of the usecases.</justification> 10 - 10 + 11 11 </item> 12 - 12 + 13 13 <item xmlns="http://maven.apache.org/POM/4.0.0"> 14 - 14 + 15 15 <code>java.method.returnTypeChanged</code> 16 - 16 + 17 17 <old>method org.xwiki.security.authentication.api.AuthenticationConfiguration org.xwiki.security.authentication.script.AuthenticationScriptService::getAuthenticationConfiguration()</old> 18 - 18 + 19 19 <new>method org.xwiki.security.authentication.AuthenticationConfiguration org.xwiki.security.authentication.script.AuthenticationScriptService::getAuthenticationConfiguration()</new> 20 - 20 + 21 21 <justification>AuthenticationConfiguration has only been moved to a new package, so it should not be breaking for people using this API in scripts.</justification> 22 - 22 + 23 23 </item> 24 - 24 + 25 25 </ignores> 26 -
- ReleaseNotes.Code.ReleaseNoteClass[0]
-
- Release Date
-
... ... @@ -1,0 +1,1 @@ 1 +2021-02-16 00:00:00.0 - Is Released?
-
... ... @@ -1,1 +1,1 @@ 1 - No1 +Yes