Branch: refs/heads/stable-17.0.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: 9340ede5dc9920d72351ded29cd06a4ae9dfac54
https://github.com/xwiki/xwiki-platform/commit/9340ede5dc9920d72351ded29cd0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
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