This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 7f3d40d377 Merge pull request #5727
add fd080a0a8c FINERACT-2421: Implement note CRUD for share account and
savings transaction
new df11055691 Merge pull request #5337
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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} | 22 +--
.../service/NoteWritePlatformServiceImplTest.java | 161 +++++++++++++++++++++
6 files changed, 217 insertions(+), 13 deletions(-)
copy
fineract-provider/src/test/java/org/apache/fineract/{infrastructure/businessdate/data/BusinessDataTypeTest.java
=> portfolio/note/service/NoteReadPlatformServiceImplTest.java} (60%)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/portfolio/note/service/NoteWritePlatformServiceImplTest.java