From 83aee91b72ff6b7765ecfd65924469bf0f0cac00 Mon Sep 17 00:00:00 2001 From: "justin.mckelvy" Date: Tue, 16 May 2023 12:56:38 -0600 Subject: [PATCH] change log for 4850 --- .../6_8_0/4850-fix-dropped-securitycontext-cr.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_8_0/4850-fix-dropped-securitycontext-cr.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_8_0/4850-fix-dropped-securitycontext-cr.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_8_0/4850-fix-dropped-securitycontext-cr.yaml new file mode 100644 index 00000000000..18b1433edb3 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_8_0/4850-fix-dropped-securitycontext-cr.yaml @@ -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"