change log for 4850

This commit is contained in:
justin.mckelvy 2023-05-16 12:56:38 -06:00
parent d65a7a6697
commit 83aee91b72
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
type: fix
issue: 4850
title: "When running clinical-reasoning module in partitioned environment with threading options enabled, security context
was dropping on async executor of measure processor, which blocked it from accessing required resources for measure evaluations (library, patients, etc).
To fix this we updated MeasureProcessor to have an injectable executor property which is now being loaded from a bean
in hapi-fhir's clinical-reasoning configuration, with needed security context delegation"