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 e73e98d016 Merge pull request #6258
add 2a9a031cf3 FINERACT-2738: Add warning when Idempotency-Key header is
missing (config-gated)
new 1eb195ad3a Merge pull request #6228
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:
.../domain/ConfigurationDomainService.java | 1 +
.../core/config/FineractProperties.java | 2 +
.../core/filters/IdempotencyStoreFilter.java | 20 ++-
.../security/config/AuthorizationServerConfig.java | 1 -
.../config/OidcFederationSecurityConfig.java | 1 -
.../src/main/resources/application.properties | 1 +
.../core/filters/IdempotencyStoreFilterTest.java | 137 +++++++++++++++++++++
7 files changed, 156 insertions(+), 7 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/infrastructure/core/filters/IdempotencyStoreFilterTest.java