mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-05-29 13:42:18 +00:00
* 6564 default partition id bug (#6917) * Revert "6564 default partition id bug (#6917)" This reverts commit 62dc506fe93735f742badc70ca9425eb002cabbc. * Fix canonicalizer concurrency exception (#6936) * Add failing test * Reduce concurrency likelihood by setting collection atomically * changelog * fix transaction partition override for post entries (#6931) * pass in entry specific request details for POST entries in a transaction * address code review comment * added test cleanup to restore defaults * restore unnamed mode in test * Rel 8 2 changelogs (#6935) * Once-over some changelogs * wip * Apply patch * onceovering * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_2_0/6849-fix-fhir-chain-search-never-completing-with-count-param.yaml Co-authored-by: Nathan Doef <n.doef@protonmail.com> * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_2_0/6769-upgraded-core-library.yaml Co-authored-by: Nathan Doef <n.doef@protonmail.com> * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_2_0/6865-handle-dupe-resources-in-npm-packages.yaml Co-authored-by: Nathan Doef <n.doef@protonmail.com> * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_2_0/6892-fix-patching-operation-fails-for-enumerated-fields.yaml Co-authored-by: Nathan Doef <n.doef@protonmail.com> --------- Co-authored-by: Nathan Doef <n.doef@protonmail.com> * guard recursion (#6943) * guard recursion * enhance test * change log * Automated Migration Testing (HAPI-FHIR) - updated test migration scripts for 8_2_0 (#6944) * initialize requestdetails earlier in cache synchronizer (#6940) * initialize RequestDetails earlier in BaseResourceCacheSynchronizer * added change log * update changelog description as suggested * Improve Validator Performance For Large Terminologies (#6870) * validator performance test harness * Replace VersionConvertorFactory references with VersionCanonicalizer * fix tests * clean up duplicate code * clean up duplicate code * simplify DSTU2 branch * Replace VersionConvertorFactory references with VersionCanonicalizer * fix test * clean up * spotless * test logging * simplify convertToCanonicalVersionAndGenerateSnapshot * move test harness to hapi fhir * fix package structure * clean up * loaded terminology programmatically * spotless * refactor to add more test cases * refactor to add more test cases * add testcase that requires valueset expansion * test validation using $validate and JpaValidationSupportChain * start remote terminology test case * refactor VersionSpecificWorkerContextWrapper * fix broken cache key * cache conversion from canonical * clean up * remote terminology test * remote terminology test * spotless * clean up * clean up * clean up * improve test stats * clean up metrics * clean up metrics * log individual runs * log concepts * clean up * fix test * add assertions to verify caching * changelogs * cleanup * logs * add version canonicalizer to remote terminology validator worker context * address code review comments 1 * address code review comments 2 * address code review comments 3 * Licenses * fix broken link (#6956) * Revert "Revert "6564 default partition id bug (#6917)"" (#6930) * Revert "Revert "6564 default partition id bug (#6917)"" This reverts commit 0aa6f4d39995292fab0eee173ce46f2d9c4430d8. * lazy load partitionsettings and subscription cannonicalizer * version bump * more default id fixes * spotless * review fixes round 1 * review fixes 2 * spotless * adding comment * fixing tests * spotless * adding more partition ids * fixing tests * spotless --------- Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-mbp.home> * Jd 20250428 fix search param ordinal date timing (#6914) * fix and tests * changelog * remove todo * fix param names * remove unused/duplicated methods * address review comments --------- Co-authored-by: jdar <justin.dar@smiledigitalhealth.com> * version bump * Bump spring-boot * Temp fix release * Updating version to: 8.2.1 post release. * revert publish hack * Compile fixes * version bump * bump again * Remove dead dep --------- Co-authored-by: TipzCM <leif.stawnyczy@gmail.com> Co-authored-by: Gary <garygraham@simpatico.ai> Co-authored-by: jmarchionatto <60409882+jmarchionatto@users.noreply.github.com> Co-authored-by: Emre Dincturk <74370953+mrdnctrk@users.noreply.github.com> Co-authored-by: Nathan Doef <n.doef@protonmail.com> Co-authored-by: JasonRoberts-smile <85363818+JasonRoberts-smile@users.noreply.github.com> Co-authored-by: volodymyr-korzh <132366313+volodymyr-korzh@users.noreply.github.com> Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-mbp.home> Co-authored-by: jdar8 <69840459+jdar8@users.noreply.github.com> Co-authored-by: jdar <justin.dar@smiledigitalhealth.com> Co-authored-by: markiantorno <markiantorno@gmail.com> Co-authored-by: James Agnew <jamesagnew@gmail.com>