-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
FINERACT-2067: NPE business date partition step COB #4056
FINERACT-2067: NPE business date partition step COB #4056
Conversation
@kulminsky can you pls explain what was the exact issue you solved? I'm not sure I understand the purpose of the code changes yet. Thanks. |
@kulminsky Please make sure to follow the following format for PR title and commit message: The ":" was missing from your actual title and commit message, but the above one is used to automatically pick up during a release and connect with the relevant jira ticket. |
Sorry, I saw the comment only after the commit. I will follow the rules in future commits. |
@galovics
|
43689bd
to
9531ff3
Compare
fineract-provider/src/main/java/org/apache/fineract/cob/loan/LoanCOBPartitioner.java
Outdated
Show resolved
Hide resolved
...provider/src/main/java/org/apache/fineract/cob/listener/JobExecutionContextCopyListener.java
Outdated
Show resolved
Hide resolved
9531ff3
to
b6bd067
Compare
...provider/src/main/java/org/apache/fineract/cob/listener/JobExecutionContextCopyListener.java
Outdated
Show resolved
Hide resolved
b6bd067
to
6fa5a6d
Compare
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.
LGTM
Description
This is to fix an NPE issue we are seeing in some of our test environments during COB in multi-tenant mode.
Possible cause:
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.