This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.
from f3d25d1 Update dependency com.puppycrawl.tools:checkstyle to v8.36.2
add d9ff0f1 FINERACT-1161: Fixing update and delete note operations
No new revisions were added by this update.
Summary of changes:
.../fineract/integrationtests/NotesTest.java | 324 +++++++++++++++++++++
.../integrationtests/common/NotesHelper.java | 137 +++++++++
...lientWritePlatformServiceJpaRepositoryImpl.java | 2 +-
...TypesWritePlatformServiceJpaRepositoryImpl.java | 2 +-
.../portfolio/note/domain/NoteRepository.java | 19 +-
.../fineract/portfolio/note/domain/NoteType.java | 5 +-
.../NoteWritePlatformServiceJpaRepositoryImpl.java | 25 +-
...ocessWritePlatformServiceJpaRepositoryImpl.java | 2 +-
...ocessWritePlatformServiceJpaRepositoryImpl.java | 2 +-
9 files changed, 496 insertions(+), 22 deletions(-)
create mode 100644
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/NotesTest.java
create mode 100644
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/common/NotesHelper.java