You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2026. It is now read-only.
Describe the bug
When the
SignatureServiceinterface was created, necessary refactoring forcom.dke.data.agrirouter.impl.onboard.secured.OnboardServiceImplhad not been done.This leads to duplicate code:
https://github.com/DKE-Data/agrirouter-api-java/blob/develop/agrirouter-api-java-impl/src/main/java/com/dke/data/agrirouter/impl/onboard/secured/OnboardingServiceImpl.java#L117-L160
Expected behavior
Code respects DRY,
OnboardServiceImplimplementsSignatureService