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 1db8ef46f Date to LocalDate (scheduler excluded due to quartz)
     new 8a55d5807 FINERACT-1656 Correlation ID propagation and configuration
     new 4f832f948 Correlation ID support implementation

The 2 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:
 .../commands/provider/CommandHandlerProvider.java  |   2 +-
 .../core/config/FineractProperties.java            |  10 ++
 .../core/filters/CorrelationHeaderFilter.java      |  84 +++++++++++++
 ...ikariDataSourceFactory.java => MDCWrapper.java} |  14 ++-
 .../filter/FineractInstanceModeApiFilter.java      |   2 -
 .../security/utils/LogParameterEscapeUtil.java     |   4 +
 .../src/main/resources/application.properties      |   6 +
 .../src/main/resources/logback-spring.xml          |   1 +
 .../core/filters/CorrelationHeaderFilterTest.java  | 131 +++++++++++++++++++++
 9 files changed, 246 insertions(+), 8 deletions(-)
 create mode 100644 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/filters/CorrelationHeaderFilter.java
 copy 
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/{HikariDataSourceFactory.java
 => MDCWrapper.java} (80%)
 create mode 100644 
fineract-provider/src/test/java/org/apache/fineract/infrastructure/core/filters/CorrelationHeaderFilterTest.java

Reply via email to