Skip to content

Fix issue with DAO injection in some APIs where it fails to start

Martin Lowe requested to merge malowe/main/1.0.0-release into main
  • Fix issue with DAO injection in some APIs where it fails to start

There seems to be a race condition involving the DAO and the mapped config objects in some APIs. When attempting to start in the Git ECA API, the DAO would fail to load the config and wouldn't start. It is the only API we noticed this happen, but it may impact other APIs we hadn't migrated yet.

Merge request reports