Merge branch 'hotfix' into 'release/4.348.x'
Fix UOE in ComponentDroolsExecutionService See merge request redactmanager/redaction-service!482
This commit is contained in:
commit
f08654a082
@ -131,7 +131,7 @@ public class AnalyzeService {
|
||||
document,
|
||||
document.getNumberOfPages(),
|
||||
true,
|
||||
Collections.emptySet());
|
||||
new HashSet<>());
|
||||
}
|
||||
|
||||
KieWrapper kieWrapperEntityRules = kieContainerCreationService.getLatestKieContainer(analyzeRequest.getDossierTemplateId(), RuleFileType.ENTITY);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user