You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/09 07:39:42 UTC

[fineract-cn-provisioner] branch develop updated (4327ce0 -> 14f1da9)

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

juhan pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-provisioner.git.


    from 4327ce0  Merge pull request #6 from Izakey/FINCN-129
     new 1bfb7b3  upgrade to gradle 4.10.3. adjust travis script so that building forks doesn't fail
     new 46a1796  fix typo
     new c3e04fc  apply same changes that made gradle 4.2.1 work
     new 3746b2e  upgrade gradle wrapper
     new dcd3392  fix component-test build
     new 58acbb1  move to an unique port
     new 0535edc  FINCN-175 remove Netty warnings
     new 7ac9757  add docker hub shield
     new b34d114  fix shield
     new 13be26f  fix shield link
     new 06b46be  link to documentation in wiki
     new b55b055  add app-specific startup banner
     new 86eff1a  exclude logs and banners from RAT check
     new 6d2695f  update RAT plugin version
     new 14f1da9  Merge pull request #11 from aasaru/gradle_4.10.3

The 98 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:
 README.md                                          |   4 +++-
 api/build.gradle                                   |   8 +++----
 build.gradle                                       |   6 +++++
 component-test/build.gradle                        |  10 ++++++--
 gradle/wrapper/gradle-wrapper.jar                  | Bin 54212 -> 56177 bytes
 gradle/wrapper/gradle-wrapper.properties           |   3 +--
 gradlew                                            |   6 ++---
 service/build.gradle                               |  26 +++++++++++----------
 .../internal/service/TenantApplicationService.java |   2 +-
 service/src/main/resources/application.yaml        |   4 ++--
 service/src/main/resources/banner.txt              |  10 ++++++++
 .../internal/util/JdbcUrlBuilderTest.java          |  12 +++++-----
 shared.gradle                                      |  15 +++++-------
 travis.sh                                          |  16 +++++++++----
 14 files changed, 76 insertions(+), 46 deletions(-)
 create mode 100644 service/src/main/resources/banner.txt