Changes for page Release Notes for XWiki 4.3 Milestone 2
Last modified by Thomas Mortagne on 2023/10/13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -137,7 +137,7 @@ 137 137 == Issues specific to XWiki 4.3 Milestone 2 == 138 138 139 139 * The methods setUrlPatternMatcher and getUrlPatternMatcher have been removed from the core class com.xpn.xwiki.XWiki. The underlying URLPatternMatcher could not really be used as a singleton instance and was causing irregular failures in the basic authentication method. Thus these methods cannot be meaningfully relied upon and have therefore been removed. 140 -* When setting the value using setValue (or setList) on a list field in an XWiki object, the list will now be copied. To be able to update the list, you must call getValue (or getList) and update the returned list. This is due to ~[~[XWIKI-8398 (Content dirty flag isn't cleared when document is loaded)>>http://jira.xwiki.org/browse/XWIKI-8398].140 +* When setting the value using setValue (or setList) on a list field in an XWiki object, the list will now be copied. To be able to update the list, you must call getValue (or getList) and update the returned list. This is due to [[XWIKI-8398 (Content dirty flag isn't cleared when document is loaded)>>http://jira.xwiki.org/browse/XWIKI-8398]]. 141 141 142 142 == API Breakages == 143 143