This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit df110556914e50bf88f2ee3bb071d03c2a57f35e Merge: 7f3d40d377 fd080a0a8c Author: Adam Saghy <[email protected]> AuthorDate: Mon Apr 6 18:42:57 2026 +0000 Merge pull request #5337 FINERACT-2421: Implement Note CRUD for SHARE_ACCOUNT and SAVINGS_TRANSACTION types .../portfolio/note/api/NotesApiResource.java | 2 +- .../portfolio/note/domain/NoteRepository.java | 6 + .../note/service/NoteReadPlatformServiceImpl.java | 4 + .../note/service/NoteWritePlatformServiceImpl.java | 35 ++++- .../service/NoteReadPlatformServiceImplTest.java | 39 +++++ .../service/NoteWritePlatformServiceImplTest.java | 161 +++++++++++++++++++++ 6 files changed, 244 insertions(+), 3 deletions(-)
