set correctionTypes as optional dependency in CorrectionTypeServiceImpl#501
set correctionTypes as optional dependency in CorrectionTypeServiceImpl#501saschaszott wants to merge 1 commit into4Science:main-crisfrom
Conversation
|
@jor4science, this is production-critical. The changes should be merged into DSC 2024.02.01. |
|
This pull request has been automatically marked as stale because it has not had Allowing pull requests to close as stale helps us filter out old work that is no longer All pull requests closed by this bot act like normal pull requests; If these changes are still relevant then please comment and/or rebase your PR based on the |
|
@jor4science , do you have any updates on this issue? |
Problem Description
This PR fixes a bug which is caused by a missing dependency in
CorrectionTypeServiceImpl. We see this error on application startup:The required dependency should be transformed to an optional dependency since
core-services.xmldoes not contain acorrectionTypeslist.