AnvayKharb opened a new pull request, #6187: URL: https://github.com/apache/fineract/pull/6187
## Description - Supports LocalDateTime parsing for savings withdrawals and account transfers while preserving existing date-only behavior. - Persists supplied transaction time in nullable timestamp columns alongside existing transaction date columns. - Keeps existing LocalDate APIs and date-only requests backward compatible. ## Tests - git diff --check - ./gradlew --no-daemon :fineract-core:spotlessJavaCheck :fineract-core:checkstyleMain :fineract-core:checkstyleTest :fineract-core:spotbugsMain :fineract-core:spotbugsTest :fineract-core:modernizer :fineract-savings:spotlessJavaCheck :fineract-savings:checkstyleMain :fineract-savings:checkstyleTest :fineract-savings:spotbugsMain :fineract-savings:spotbugsTest :fineract-savings:modernizer :fineract-provider:spotlessJavaCheck :fineract-provider:checkstyleMain :fineract-provider:checkstyleTest :fineract-provider:spotbugsMain :fineract-provider:spotbugsTest :fineract-provider:modernizer - ./gradlew --no-daemon :fineract-provider:test :fineract-savings:test --rerun-tasks --tests org.apache.fineract.infrastructure.core.service.DateUtilsTest --tests org.apache.fineract.portfolio.account.domain.AccountTransferTransactionDateTimeTest --tests org.apache.fineract.portfolio.savings.domain.SavingsAccountTransactionDateTimeTest Note: full ./gradlew --no-daemon test was attempted but stopped in :oauth2-tests:cargoStartLocal due a local Cargo/Tomcat template bootstrap error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
