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

adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit aeb61b62a9afc16993f138dbdf1a471ed5e3082d
Merge: 330c17f3ae d24ce47af8
Author: Adam Saghy <[email protected]>
AuthorDate: Thu Mar 26 15:04:36 2026 +0000

    Merge pull request #5641
    
    FINERACT-2511: Return 400 for invalid dateFormat on client create/update

 .../data/api/BusinessDateUpdateRequest.java        |   2 +
 .../portfolio/client/data/ClientDataValidator.java |  20 ++++
 .../client/data/ClientDataValidatorTest.java       | 132 +++++++++++++++++++++
 .../validation/constraints/DateFormat.java         |  40 +++++++
 .../constraints/DateFormatValidator.java           |  55 +++++++++
 .../main/resources/ValidationMessages.properties   |   1 +
 .../constraints/DateFormatValidationTest.java      | 105 ++++++++++++++++
 7 files changed, 355 insertions(+)


Reply via email to