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:11 UTC

[fineract-cn-async] 05/33: Merge pull request #2 from mgeiss/develop

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

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

commit 0b71ce25b8268223f7b7b6eb8a424642d1450109
Merge: 723d58a 2e4f5c3
Author: Mark <cr...@users.noreply.github.com>
AuthorDate: Wed Apr 19 11:22:25 2017 +0200

    Merge pull request #2 from mgeiss/develop
    
    created DelegatingTenantContextExecutor to assure tenant inheritance …

 build.gradle                                       |  4 +-
 .../config/AsyncProcessingJavaConfiguration.java   |  4 +-
 .../core/DelegatingTenantContextCallable.java      | 28 ++++++++++++
 .../core/DelegatingTenantContextExecutor.java      | 50 ++++++++++++++++++++++
 .../core/DelegatingTenantContextRunnable.java      | 26 +++++++++++
 5 files changed, 110 insertions(+), 2 deletions(-)