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 96755799d0 Merge pull request #6022
     add 8019630b44 FINERACT-2421: No more manual persistence.xml
     new 5d4e393b22 Merge pull request #6040

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:
 STATIC_WEAVING.md                                  |  11 +-
 build.gradle                                       |   2 +-
 .../module/fineract-accounting/persistence.xml     | 102 -------
 .../module/fineract-branch/persistence.xml         | 108 -------
 .../module/fineract-charge/persistence.xml         |  93 ------
 .../module/fineract-cob/persistence.xml            |  86 ------
 .../module/fineract-core/persistence.xml           |  82 -----
 .../module/fineract-investor/persistence.xml       | 176 -----------
 .../fineract-loan-origination/persistence.xml      | 170 -----------
 .../module/fineract-loan/persistence.xml           | 167 ----------
 .../fineract-progressive-loan/persistence.xml      | 171 -----------
 .../module/fineract-provider/persistence.xml       | 340 ---------------------
 .../module/fineract-rates/persistence.xml          |  86 ------
 .../module/fineract-report/persistence.xml         |  82 -----
 .../module/fineract-savings/persistence.xml        | 135 --------
 .../module/fineract-tax/persistence.xml            |  88 ------
 .../fineract-working-capital-loan/persistence.xml  | 194 ------------
 static-weaving.gradle                              | 177 +++++++++--
 18 files changed, 158 insertions(+), 2112 deletions(-)
 delete mode 100644 
fineract-accounting/src/main/resources/jpa/static-weaving/module/fineract-accounting/persistence.xml
 delete mode 100644 
fineract-branch/src/main/resources/jpa/static-weaving/module/fineract-branch/persistence.xml
 delete mode 100644 
fineract-charge/src/main/resources/jpa/static-weaving/module/fineract-charge/persistence.xml
 delete mode 100644 
fineract-cob/src/main/resources/jpa/static-weaving/module/fineract-cob/persistence.xml
 delete mode 100644 
fineract-core/src/main/resources/jpa/static-weaving/module/fineract-core/persistence.xml
 delete mode 100644 
fineract-investor/src/main/resources/jpa/static-weaving/module/fineract-investor/persistence.xml
 delete mode 100644 
fineract-loan-origination/src/main/resources/jpa/static-weaving/module/fineract-loan-origination/persistence.xml
 delete mode 100644 
fineract-loan/src/main/resources/jpa/static-weaving/module/fineract-loan/persistence.xml
 delete mode 100644 
fineract-progressive-loan/src/main/resources/jpa/static-weaving/module/fineract-progressive-loan/persistence.xml
 delete mode 100644 
fineract-provider/src/main/resources/jpa/static-weaving/module/fineract-provider/persistence.xml
 delete mode 100644 
fineract-rates/src/main/resources/jpa/static-weaving/module/fineract-rates/persistence.xml
 delete mode 100644 
fineract-report/src/main/resources/jpa/static-weaving/module/fineract-report/persistence.xml
 delete mode 100644 
fineract-savings/src/main/resources/jpa/static-weaving/module/fineract-savings/persistence.xml
 delete mode 100644 
fineract-tax/src/main/resources/jpa/static-weaving/module/fineract-tax/persistence.xml
 delete mode 100644 
fineract-working-capital-loan/src/main/resources/jpa/static-weaving/module/fineract-working-capital-loan/persistence.xml

Reply via email to