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

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


    from e840db50fc FINERACT-2308: added e2e tests for  allow approval 
disbursal over applied amount calculation
     add 11cecb0d45 FINERACT-2181: Some tweaks in the gradle build to ensure 
correct task processing

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |   4 -
 custom/docker/build.gradle                         |   1 -
 fineract-accounting/build.gradle                   |  59 +++-
 .../src/main/resources/META-INF/persistence.xml    |  51 ---
 .../module/accounting}/persistence.xml             |  83 +++--
 fineract-avro-schemas/build.gradle                 |   6 +-
 fineract-branch/build.gradle                       |  61 +++-
 .../static-weaving/module/branch}/persistence.xml  |  90 +++--
 fineract-charge/build.gradle                       |  61 +++-
 .../static-weaving/module/charge}/persistence.xml  |  81 +++--
 fineract-command/build.gradle                      |  56 ++++
 fineract-command/dependencies.gradle               |   3 +
 .../command/persistence/CommandRepository.java     |   2 +-
 .../{model => domain}/CommandEntity.java           |   2 +-
 .../command/persistence/mapping/CommandMapper.java |   2 +-
 .../static-weaving/module/command}/persistence.xml |  10 +-
 fineract-core/build.gradle                         |  65 +++-
 .../static-weaving/module/core}/persistence.xml    |  68 ++--
 fineract-document/build.gradle                     |  61 +++-
 .../module/document}/persistence.xml               |  71 ++--
 fineract-investor/build.gradle                     |  61 +++-
 .../module/investor}/persistence.xml               | 135 ++++----
 fineract-loan/build.gradle                         |  62 ++--
 .../static-weaving/module/loan}/persistence.xml    | 118 ++++---
 fineract-progressive-loan/build.gradle             |  61 +++-
 .../module/progressive-loan}/persistence.xml       | 127 +++----
 fineract-provider/build.gradle                     | 182 +++++++++-
 .../static-weaving/module/provider/persistence.xml | 367 +++++++++++++++++++++
 fineract-rates/build.gradle                        |  61 +++-
 .../static-weaving/module/rates}/persistence.xml   |  67 ++--
 fineract-report/build.gradle                       |  61 +++-
 .../static-weaving/module/report}/persistence.xml  |  66 ++--
 fineract-savings/build.gradle                      |  63 +++-
 .../src/main/resources/META-INF/persistence.xml    |  74 -----
 .../static-weaving/module/savings}/persistence.xml | 113 +++++--
 fineract-tax/build.gradle                          |  61 +++-
 .../jpa/static-weaving/module/tax}/persistence.xml |  69 ++--
 37 files changed, 1762 insertions(+), 823 deletions(-)
 delete mode 100644 
fineract-accounting/src/main/resources/META-INF/persistence.xml
 copy {fineract-loan/src/main/resources/META-INF => 
fineract-accounting/src/main/resources/jpa/static-weaving/module/accounting}/persistence.xml
 (74%)
 copy {fineract-loan/src/main/resources/META-INF => 
fineract-branch/src/main/resources/jpa/static-weaving/module/branch}/persistence.xml
 (69%)
 rename {fineract-rates/src/main/resources/META-INF => 
fineract-charge/src/main/resources/jpa/static-weaving/module/charge}/persistence.xml
 (72%)
 rename 
fineract-command/src/main/java/org/apache/fineract/command/persistence/{model 
=> domain}/CommandEntity.java (97%)
 rename {fineract-core/src/main/resources/META-INF => 
fineract-command/src/main/resources/jpa/static-weaving/module/command}/persistence.xml
 (74%)
 rename {fineract-charge/src/main/resources/META-INF => 
fineract-core/src/main/resources/jpa/static-weaving/module/core}/persistence.xml
 (75%)
 rename {fineract-branch/src/main/resources/META-INF => 
fineract-document/src/main/resources/jpa/static-weaving/module/document}/persistence.xml
 (75%)
 rename {fineract-provider/src/main/resources/META-INF => 
fineract-investor/src/main/resources/jpa/static-weaving/module/investor}/persistence.xml
 (71%)
 rename {fineract-investor/src/main/resources/META-INF => 
fineract-loan/src/main/resources/jpa/static-weaving/module/loan}/persistence.xml
 (84%)
 rename fineract-progressive-loan/src/main/resources/{META-INF => 
jpa/static-weaving/module/progressive-loan}/persistence.xml (86%)
 create mode 100644 
fineract-provider/src/main/resources/jpa/static-weaving/module/provider/persistence.xml
 rename {fineract-tax/src/main/resources/META-INF => 
fineract-rates/src/main/resources/jpa/static-weaving/module/rates}/persistence.xml
 (80%)
 rename {fineract-document/src/main/resources/META-INF => 
fineract-report/src/main/resources/jpa/static-weaving/module/report}/persistence.xml
 (75%)
 delete mode 100644 fineract-savings/src/main/resources/META-INF/persistence.xml
 rename {fineract-loan/src/main/resources/META-INF => 
fineract-savings/src/main/resources/jpa/static-weaving/module/savings}/persistence.xml
 (54%)
 rename {fineract-report/src/main/resources/META-INF => 
fineract-tax/src/main/resources/jpa/static-weaving/module/tax}/persistence.xml 
(81%)

Reply via email to