Closed AnandPaladin closed 3 months ago
The primary change in this update involves modifying the adjustStatus
method in PolicyExecutor.java
to correctly handle exempted statuses by replacing the status constant from STATUS_EXEMPT
to STATUS_EXEMPTED
. Additionally, a minor typo in a comment within the setUncaughtExceptionHandler
method was corrected.
File | Change Summary |
---|---|
jobs/pacman-rule-engine-2.0/src/main/java/com/tmobile/pacman/executor/PolicyExecutor.java | Modified the adjustStatus method to handle exempted statuses correctly and corrected a comment typo. |
Objective | Addressed | Explanation |
---|---|---|
Fixing Root cause- System Audit Log for "Exempt" Status (CORE-2068) | ✅ |
In the land of code where logic weaves, A change was made, the system breathes. "Exempt" transformed to "Exempted" now, And comments clear, with furrowed brow. A rabbit hops through fields of text, To make the code more clean, what's next?
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
This fix needs to be reverted, since it has some impact on other functionalities. We will address this as permanent fix as part of tech debt solution
Problem
Solution
Fixes # (issue if any)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist:
Other Information:
List any documentation updates that are needed for the Wiki
Summary by CodeRabbit