This issue has been created
There are 2 updates.
 
 
XWiki Rendering / cid:jira-generated-image-avatar-94f0faa1-04a8-4fb9-a53c-2dc02377b5b3 XRENDERING-803 Open

Add support for overwriting the list of transformations to execute from the transformation context

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-de61cc08-aa41-4420-be0f-d9d684292b12 Marius Dumitru Florea created this issue on 10/Feb/26 17:45
 
Summary: Add support for overwriting the list of transformations to execute from the transformation context
Issue Type: cid:jira-generated-image-avatar-94f0faa1-04a8-4fb9-a53c-2dc02377b5b3 New Feature
Affects Versions: 18.0.1
Assignee: Unassigned
Components: Transformation
Created: 10/Feb/26 17:45
Priority: cid:jira-generated-image-static-major-f8f1572f-1c81-4900-93c9-f8697703a3eb Major
Reporter: Marius Dumitru Florea
Description:

The list of rendering transformations to execute is controlled by the rendering configuration. On XWiki side this list can be overwritten per HTTP request using a dedicated parameter. It would be nice to be able to overwrite this list for a particular execution, from the transformation context. We would have this fallback chain:

execution (transformation context) -> request (parameter) -> rendering configuration

I propose we add:

  • TransformationContext#setTransformationNames(List<String>)
  • TransformationContext#getTransformationNames()
 
 

2 updates

 
cid:jira-generated-image-avatar-de61cc08-aa41-4420-be0f-d9d684292b12 Changes by Marius Dumitru Florea on 10/Feb/26 17:45
 
Fix Version: 18.1.0-rc-1
Assignee: Marius Dumitru Florea