adb-notes (deprecated)
AI-generated content
This document was generated by an AI assistant. Verify accuracy before relying on the details.
This service is dead — do not use it
adb-notes is not deployed, has no module in the monorepo, and has no active consumers. Its note-management features were merged into adb-tickets. All remaining references in adb-common are dead code and should be deleted.
adb-notes originally managed notes attached to business entities (persons, contracts, properties). It was deprecated when the feature was absorbed by adb-tickets during release R4. The module directory no longer exists. The only surviving artefacts are dead stubs in adb-common.
What still exists (and must be cleaned up)
| Artefact | Location | Action |
|---|---|---|
FQDN.NOTES enum constant | adb/adb-common/…/client/FQDN.java | Delete the NOTES entry |
NotesClient interface | adb/adb-common/…/client/NotesClient.java | Delete the file |
NotesClientImpl | adb/adb-common/…/client/impl/NotesClientImpl.java | Delete the file |
FQDN.NOTES and NotesClient are not referenced anywhere in the monorepo outside their own declaration files — deletion is safe with no downstream impact.
Cleanup checklist
- [ ] Delete
FQDN.NOTESfromadb/adb-common/…/client/FQDN.java - [ ] Delete
adb/adb-common/…/client/NotesClient.java - [ ] Delete
adb/adb-common/…/client/impl/NotesClientImpl.java - [ ] Verify no service imports
NotesClient(grep -r NotesClient --include="*.java") - [ ] Remove this page from the doc index once the cleanup PR merges