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 ba07b42a87 Merge pull request #5917
add aa8bd165b3 FINERACT-2298: Move standing instruction history read
security to SecurityConfig
new 0a6af5c1a9 Merge pull request #5918
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:
.../fineract/infrastructure/core/config/SecurityConfig.java | 3 +++
.../account/api/StandingInstructionHistoryApiResource.java | 12 ++++--------
...rvice.java => StandingInstructionHistoryReadService.java} | 2 +-
...l.java => StandingInstructionHistoryReadServiceImpl.java} | 4 ++--
.../portfolio/account/starter/AccountConfiguration.java | 10 +++++-----
5 files changed, 15 insertions(+), 16 deletions(-)
rename
fineract-provider/src/main/java/org/apache/fineract/portfolio/account/service/{StandingInstructionHistoryReadPlatformService.java
=> StandingInstructionHistoryReadService.java} (94%)
rename
fineract-provider/src/main/java/org/apache/fineract/portfolio/account/service/{StandingInstructionHistoryReadPlatformServiceImpl.java
=> StandingInstructionHistoryReadServiceImpl.java} (98%)