* initial roughout of mdm clear batch job
* still roughing out classes
* finished first draft of reader
* most tests passing now
* all tests pass. now FIXMEs
* FIXMEs done. Time for regression.
* fix test
* changelog and docs
* fix test
* pre-review cleanup
* version bump
* move spring autowire deps for cdr
* move spring autowire deps for cdr
* finally got beans working phew
* rearrange method calls so persistence module can perform clear operation on its own
* Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_mdm/mdm_operations.md
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
* review feedback
* review feedback
* Remove inheritance
* fix beans
Co-authored-by: Tadgh <tadgh@cs.toronto.edu>
Co-authored-by: Tadgh <garygrantgraham@gmail.com>
* Added the start of a new Unit Test.
* Renamed the Unit Test.
* Fleshed out the Unit Test with additional Resource properties.
* Tweaked the Unit Test more but it is still not working as desired so more changes will be needed to replicate the specific scenario...
* More Unit Test tweaks...
* More Unit Test tweaks.
* More tweaks...
* Reproduced the problem.
* Finally, a Failing Unit Test that exposes the problem.
* Fixed the Unit Test by changing how SearchBuilder manipulates underscore params.
* Added another test scenario.
* Added a third search test.
* Removed the third search example since it was not effective.
* Test fix
Co-authored-by: jamesagnew <jamesagnew@gmail.com>
* Impl displayLanguage for $lookup - first cut
* Added original lookupCode method
* Added original lookupCode method to IFhirResourceDaoCodeSystem
* Added more test cases and changelog
* Process batch in parallel
* Added a test case
* Added more test cases
* Default the bundle batch to single thread.
* Tried transaction before multi-thread.
* Updated the test cases
* Update based on review comments and add changelog
* Updated the changelog
* Restore QueueCapacity