sul-dlss-deprecated / dor_indexing_app

An indexing API for Stanford's Digital Object Repository
https://sul-dlss-deprecated.github.io/dor_indexing_app/
Apache License 2.0
0 stars 2 forks source link

Use lightweight callables that invoke DSC for indexing #1112

Closed mjgiarlo closed 7 months ago

mjgiarlo commented 7 months ago

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