We're currently using cocina_repository for both Cocina and non-Cocina concerns, and using a different solution entirely for release tags. This makes each of these independent and switches to an interface that allows lightweight callables to be used over full classes.
Why was this change made?
We're currently using
cocina_repository
for both Cocina and non-Cocina concerns, and using a different solution entirely for release tags. This makes each of these independent and switches to an interface that allows lightweight callables to be used over full classes.How was this change tested?
CI