FINERACT-2510: Resolve compilation warnings in fineract-core#5554
FINERACT-2510: Resolve compilation warnings in fineract-core#5554Ambika-Sony wants to merge 1 commit intoapache:developfrom
Conversation
|
Please Squash & Commit |
2c5a17e to
828a7e3
Compare
did it |
@Ambika-Sony please run ./gradlew spotlessApply spotbugsMain spotbugsTest checkstyleMain checkstyleTest as pre commit checks [Incubating] Problems report is available at: file:///home/runner/work/fineract/fineract/build/reports/problems/problems-report.html
Run './gradlew :fineract-core:spotlessApply' to fix these violations.
|
a4b3cbd to
1d8a135
Compare
I'v successfully run spotlessApply, spotbugs, and checkstyle locally as requested, and the build is passing. Thank you for the guidance. |
…re test compatibility
1d8a135 to
024bab8
Compare
Description
The details regarding these changes are present on the associated Apache Fineract JIRA ticket.
Summary of work:
Resolved 45 compilation warnings in the fineract-core module,
Replaced deprecated ObjectUtils.defaultIfNull and Date(String) constructor.
Fixed unchecked casts and raw type usage in DataEnricherProcessor and InternalExternalEventService.
Verified the module now compiles cleanly with a "BUILD SUCCESSFUL" status.
Your assigned reviewer(s) will follow our guidelines for code reviews.