udayagiri-sivasai-dev opened a new pull request, #5988: URL: https://github.com/apache/fineract/pull/5988
## Description Splits the notification retrieval query into two explicit repository methods: * One method retrieves all notifications for the authenticated user. * One method retrieves only unread notifications. This removes the nullable `isRead` parameter and avoids the EclipseLink parameter-binding issue when `null` is passed. The notification read service now calls the appropriate repository method for each use case. ## Testing * `.\gradlew.bat :fineract-provider:compileJava` * `.\gradlew.bat :fineract-provider:compileTestJava` * `.\gradlew.bat spotlessApply` * `.\gradlew.bat :integration-tests:test --tests "*NotificationApiTest*" --no-parallel --max-workers=1` * `git diff --check` * `git diff --cached --check` All completed successfully. -- 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]
