Skip to content

Commit 40cca74

Browse files
committed
[Misc] Document backport of isolated macro execution feature
1 parent 7550c50 commit 40cca74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/IsolatedExecutionConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
*
3737
* @version $Id$
3838
* @since 17.3.0RC1
39+
* @since 16.10.9
3940
*/
4041
@Component(roles = IsolatedExecutionConfiguration.class)
4142
@Singleton

xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/Macro.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ default void prepare(MacroBlock macroBlock) throws MacroPreparationException
9696
* A macro needs to return {@code false} if it executes macro transformations with macros it doesn't know
9797
* (e.g., parsed from its content or another page) with the XDOM or the macro block accessible for these macros.
9898
* @since 17.3.0RC1
99+
* @since 16.10.9
99100
*/
100101
@Unstable
101102
default boolean isExecutionIsolated(P parameters, String content)

0 commit comments

Comments
 (0)