Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: d5e463dec379ddbbec80a663c909ba8b0e15a2a2 https://github.com/xwiki/xwiki-platform/commit/d5e463dec379ddbbec80a663c909b... Author: Michael Hamann <[email protected]> Date: 2025-01-24 (Fri, 24 Jan 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/pom.xml M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzer.java M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterObjectRequiredRightAnalyzerTest.java Log Message: ----------- XWIKI-22760: Execute wiki macro parameter's default values in the macro's context * Rewrite the WikiMacroParameterObjectRequiredRightAnalyzer to not require xwiki-platform-security-requiredrights-default but instead duplicate few lines of code. * Remove the xwiki-platform-security-requiredrights-default dependency as it pulls this dependency into integration tests where it wasn't present before and breaks them as they don't expect the required rights analyzer preventing editing. * Adapt the test case. (cherry picked from commit 6f5a9a003da52ffe0cc8d22c19b6a808680875f4) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications