-
Notifications
You must be signed in to change notification settings - Fork 40
Move code from Release 3.4.0 to Main #114
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
Fix the Bengen Id
* fix: Handled Improper session managemant (#108) * AMM-1217 * removed unused imports * removed unused imports * AMM-1252 * swagger changes * bug(Identity-API) Edit family tagging null condition added * Jwttoken implementation and Crossorigin changes. * code rabbit comments addressed * coderabbitai comments addressed * coderabbit commments addressed * code optimised * redis runtime issuefixed * Coderabbit changes * removed unused method * Coderabbit comments addressed * fix: authentication issue * fix: removed db_iemr * fix: add env. to the variable to fetch the values from env file --------- Co-authored-by: ravishanigarapu <133210792+ravishanigarapu@users.noreply.github.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the β¨ Finishing Touchesπ§ͺ Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
| @Param(value = "{\r\n" + " \"vanID\": \"Integer\",\r\n" | ||
| + " \"benIDRequired\": \"Integer\"\r\n" + " }") @RequestBody String regIDList) { | ||
| com.iemr.common.identity.utils.response.OutputResponse response = new com.iemr.common.identity.utils.response.OutputResponse(); | ||
| logger.info("Test: inside saveGeneratedBenIDToLocalServer method with regIDList: " + regIDList); |
Check notice
Code scanning / SonarCloud
Logging should not be vulnerable to injection attacks Low




π Description
JIRA ID:
Please provide a summary of the change and the motivation behind it. Include relevant context and details.
β Type of Change
βΉοΈ Additional Information
Please describe how the changes were tested, and include any relevant screenshots, logs, or other information that provides additional context.