This is an automated email from the ASF dual-hosted git repository.

percyashu pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from bf0c7e2  docs: Fix broken build
     new 3e1444a  Remove unused fileName and resourceId from ContentRepository 
deleteFile() & deleteImage() (FINERACT-1201)
     new 6c853a6  ContentRepository.fetchImage() FileData not ImageData 
(FINERACT-1201)

The 2 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:
 .../documentmanagement/api/ContentResources.java   | 61 ++++++++++++++++++++++
 .../api/DocumentManagementApiResource.java         |  8 +--
 .../documentmanagement/api/ImagesApiResource.java  | 41 ++++-----------
 .../contentrepository/ContentRepository.java       |  9 ++--
 .../contentrepository/ContentRepositoryUtils.java  | 14 ++++-
 .../FileSystemContentRepository.java               | 30 +++++------
 .../contentrepository/S3ContentRepository.java     | 21 +++++---
 .../documentmanagement/data/DocumentData.java      | 18 +++++--
 .../documentmanagement/data/FileData.java          | 36 +++----------
 .../documentmanagement/data/ImageData.java         | 52 +++---------------
 .../documentmanagement/data/ImageResizer.java      | 19 ++++---
 .../service/DocumentReadPlatformServiceImpl.java   | 13 +----
 ...umentWritePlatformServiceJpaRepositoryImpl.java |  4 +-
 .../service/ImageReadPlatformService.java          |  4 +-
 .../service/ImageReadPlatformServiceImpl.java      |  3 +-
 ...ImageWritePlatformServiceJpaRepositoryImpl.java |  4 +-
 .../integrationtests/client/DocumentTest.java      | 14 +++--
 17 files changed, 169 insertions(+), 182 deletions(-)
 create mode 100644 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/api/ContentResources.java

Reply via email to