mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-09 14:34:56 +00:00
* Delete HFJ_RES_SEARCH_URL record when delete expunging a resource. Add a new foreign key on RES_ID to HFJ_RESOURCE to HFJ_RES_SEARCH_URL. Add a migration task to set up the new FK. * Cleanup logging. * Fix unit test failures and ensure ResourceSearchUrlEntity is created with a ResourceTable. * Remove TODO. * Fix more unit tests. * Add more unit test assertions. * Add changelog. * Code review feedback. * Fix unit test failures due to lazy loading lack of session. * Reverse original code review feedback changes.