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 8e5113ddcd FINERACT-2326: Fix swagger generation
new 56f0b83d40 FINERACT-2343: Fix update currency api validation
new 1e1787399a FINERACT-2343: added e2e tests for business date and
currency validation
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:
.../JakartaValidationExceptionMapper.java | 21 +++++--
.../monetary/api/CurrenciesApiResource.java | 3 +-
.../fineract/test/helper/ErrorMessageHelper.java | 20 +++++++
.../test/stepdef/common/BusinessDateStepDef.java | 49 ++++++++++++++++
.../stepdef/common/GlobalConfigurationStepDef.java | 66 ++++++++++++++++++++++
.../test/resources/features/BusinessDate.feature | 25 ++++++++
.../test/resources/features/Configuration.feature | 18 ++++++
7 files changed, 197 insertions(+), 5 deletions(-)
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/Configuration.feature