This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a change to branch vorburger-README-LoggingGuidelines
in repository https://gitbox.apache.org/repos/asf/fineract.git.
discard cee32ed Update README.md
discard 25dff61 add new Logging Guidelines section to README (re.
FINERACT-942)
add 6103757 FINERACT-959 make javac fail for Xlint:cast
add dc3af0c FINERACT-964
add dd0c838 improve ClasspathHellDuplicatesCheckRuleTest (req. by
FINERACT-953)
add 44376ca Merge pull request #911 from vorburger/FINERACT-953_groovy
add e8276f0 Remove direct explicit Guava dependency (FINERACT-963) (#913)
add a36c0f7 add new Dependency Upgrades section to README (#910)
add f93cd4d minor README moves (#909)
add 3bc7914 Update spotbugs to v4.2.0(FINERACT-986)
add acfec8b FINERACT-723: Fixing date comparisons that resulting in a
problem when timezone is different on database and application server
add ed0181b add new Logging Guidelines section to README (re.
FINERACT-942)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cee32ed)
\
N -- N -- N refs/heads/vorburger-README-LoggingGuidelines
(ed0181b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.md | 67 +++++++++++++++-------
fineract-provider/build.gradle | 11 ++--
fineract-provider/dependencies.gradle | 5 +-
.../integrationtests/common/CenterDomain.java | 2 +-
.../common/GlobalConfigurationHelper.java | 2 +-
.../integrationtests/common/HookHelper.java | 4 +-
.../shares/ShareAccountIntegrationTests.java | 9 +--
.../apache/fineract/adhocquery/data/AdHocData.java | 4 +-
.../fineract/batch/service/ResolutionHelper.java | 29 +++++-----
.../BulkImportWorkbookPopulatorServiceImpl.java | 2 +-
.../campaigns/email/domain/EmailCampaign.java | 12 ++--
.../campaigns/sms/domain/SmsCampaign.java | 12 ++--
.../infrastructure/core/api/JsonCommand.java | 4 +-
.../infrastructure/core/api/JsonQuery.java | 4 +-
.../domain/CreditBureauLoanProductMapping.java | 2 +-
.../CreditBureauReadConfigurationServiceImpl.java | 2 +-
.../fineract/portfolio/client/domain/Client.java | 10 ++--
.../portfolio/group/api/GroupsApiResource.java | 2 +-
.../fineract/portfolio/group/domain/Group.java | 4 +-
.../portfolio/loanaccount/domain/Loan.java | 2 +-
.../domain/LoanOfficerAssignmentHistory.java | 4 +-
.../portfolio/savings/domain/SavingsAccount.java | 4 +-
.../savings/domain/SavingsAccountCharge.java | 4 ++
.../domain/SavingsOfficerAssignmentHistory.java | 2 +-
.../classdupes/ClasspathHellDuplicatesChecker.java | 2 +-
25 files changed, 114 insertions(+), 91 deletions(-)