-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: NXP-9.x
-
Fix Version/s: NXP-9.x
-
Component/s: HotFix factory
-
Tags:
-
Sprint:nxsupport 10.2.1
-
Story Points:0
In AutomationRenderer class, the render method calls OperationContext#push
public static List<Blob> render(DocumentModel doc, RenditionDefinition definition, CoreSession session) { ... oc.push(Constants.O_DOCUMENT, doc);
The problem is that the signature of this method has changed since NXP-24480 and therefore the module nuxeo-rendition-core was compiled with this new signature => the jar must be included in HF05
We have to update the assembly to add nuxeo-platform-rendition-core and publish a version 1.1.0 of nuxeo-9.10-HF05
- is related to
-
NXP-24839 Keep public OperationContext#push method in maintenance branch
- Resolved