0.1.63
DSND-3112: Refactor delete processing (#105) * DSND-3112: Send resource changed when child missing but parent not * Also replaces deprecated @MockBean with @MockitoBean * DSND-3112: Refactor delete processing * Deletes now retrieve an existing document by _id instead of _entity_id. * Indexes of children in child arrays are compurted programmatically. * Removed feature flag to toggle deletion of child transactions.