-
Notifications
You must be signed in to change notification settings - Fork 2.2k
FINERACT-2181: Refactor ResultsetColumnHeaderData using Lombok and modern java new features #4307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Show resolved
Hide resolved
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Show resolved
Hide resolved
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Show resolved
Hide resolved
adamsaghy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly review the comments!
@adamsaghy |
|
@a7med3del1973 please squash your commits! |
1 similar comment
|
@a7med3del1973 please squash your commits! |
b68b45b to
e384bfa
Compare
|
@adamsaghy squash done |
2b77e08 to
41b4859
Compare
|
@adamsaghy |
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Outdated
Show resolved
Hide resolved
41b4859 to
c78a15c
Compare
|
@a7med3del1973 what's the purpose here? are you familiar with Java and have an IDE set up properly? I really feel like you're just starting out hence the "used in SearchUtil" comments in the codebase. Also, the PR builds are failing, probably due to formatting issues (haven't checked). |
|
@galovics Thanks for your review |
c78a15c to
616da39
Compare
|
@a7med3del1973 Kindly fix the failing checks: |
616da39 to
d529545
Compare
|
@a7med3del1973 Please make sure the PR title and commit message are following the required naming conventions: "FINERACT-XXXX: short description" |
d529545 to
0646edd
Compare
|
@a7med3del1973 FINERACT-2081 was a story to cover minor changes in 1.11. Since this version of release process started, we cannot use this story anymore. Kindly use the https://issues.apache.org/jira/browse/FINERACT-2181 from now on for minor changes which will be part of 1.12. |
0646edd to
5995e49
Compare
Changes done. |
5995e49 to
9813a07
Compare
...main/java/org/apache/fineract/infrastructure/dataqueries/data/ResultsetColumnHeaderData.java
Outdated
Show resolved
Hide resolved
adamsaghy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my review...
…n Java new features
9813a07 to
609b152
Compare
Description
Ignore if these details are present on the associated Apache Fineract JIRA ticket.
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
Write the commit message as per https://github.com/apache/fineract/#pull-requests
Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
Create/update unit or integration tests for verifying the changes made.
Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions.
Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes
Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.)
FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide.