Skip to content

Merge release 3.6.1 to main#127

Merged
drtechie merged 64 commits intomainfrom
fix-release-3.6.1
Mar 19, 2026
Merged

Merge release 3.6.1 to main#127
drtechie merged 64 commits intomainfrom
fix-release-3.6.1

Conversation

@vanitha1822
Copy link
Copy Markdown
Member

📋 Description

JIRA ID:

Please provide a summary of the change and the motivation behind it. Include relevant context and details.


✅ Type of Change

  • 🐞 Bug fix (non-breaking change which resolves an issue)
  • New feature (non-breaking change which adds functionality)
  • 🔥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🛠 Refactor (change that is neither a fix nor a new feature)
  • ⚙️ Config change (configuration file or build script updates)
  • 📚 Documentation (updates to docs or readme)
  • 🧪 Tests (adding new or updating existing tests)
  • 🎨 UI/UX (changes that affect the user interface)
  • 🚀 Performance (improves performance)
  • 🧹 Chore (miscellaneous changes that don't modify src or test files)

ℹ️ Additional Information

Please describe how the changes were tested, and include any relevant screenshots, logs, or other information that provides additional context.

SauravBizbRolly and others added 21 commits November 10, 2025 14:06
fix: amm-1927 send headers only if the request is from the allowed origin
* feat(health,version): add health and version endponts

* fix(health): add constant and remove duplicates

* fix(health): avoid permanent DEGRADED from historical deadlocks

* fix(health): Removed the unnecessary boolean literal

* fix(health):  Fixed the broken lock-wait detection

* fix(health): avoid blocking DB I/O under write lock and restore interrupt flag

* fix(health): add cancelFutures in healthservice

* fix(health): close basic DB connection before advanced checks and remove shared-map race
@vanitha1822 vanitha1822 requested a review from drtechie March 19, 2026 11:03
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 19, 2026

Warning

Rate limit exceeded

@vanitha1822 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 10 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 398f171c-37d1-4c04-858a-bc77ba31e1b2

📥 Commits

Reviewing files that changed from the base of the PR and between 0683b41 and f804273.

📒 Files selected for processing (28)
  • pom.xml
  • src/main/java/com/iemr/admin/config/CorsConfig.java
  • src/main/java/com/iemr/admin/controller/bulkRegistration/BulkRegistrationController.java
  • src/main/java/com/iemr/admin/controller/employeemaster/EmployeeMasterController.java
  • src/main/java/com/iemr/admin/controller/employeemaster/EmployeeSignatureController.java
  • src/main/java/com/iemr/admin/controller/version/VersionController.java
  • src/main/java/com/iemr/admin/data/bulkuser/BulkRegistrationError.java
  • src/main/java/com/iemr/admin/data/bulkuser/Employee.java
  • src/main/java/com/iemr/admin/data/bulkuser/EmployeeList.java
  • src/main/java/com/iemr/admin/data/employeemaster/M_Religion.java
  • src/main/java/com/iemr/admin/data/employeemaster/M_User1.java
  • src/main/java/com/iemr/admin/repo/employeemaster/EmployeeMasterRepoo.java
  • src/main/java/com/iemr/admin/repo/employeemaster/EmployeeSignatureRepo.java
  • src/main/java/com/iemr/admin/repo/employeemaster/V_ShowuserRepo.java
  • src/main/java/com/iemr/admin/repository/user/UserLoginRepo.java
  • src/main/java/com/iemr/admin/service/bulkRegistration/BulkRegistrationService.java
  • src/main/java/com/iemr/admin/service/bulkRegistration/BulkRegistrationServiceImpl.java
  • src/main/java/com/iemr/admin/service/bulkRegistration/EmployeeXmlService.java
  • src/main/java/com/iemr/admin/service/employeemaster/EmployeeMasterInter.java
  • src/main/java/com/iemr/admin/service/employeemaster/EmployeeMasterServiceImpl.java
  • src/main/java/com/iemr/admin/service/employeemaster/EmployeeSignatureService.java
  • src/main/java/com/iemr/admin/service/employeemaster/EmployeeSignatureServiceImpl.java
  • src/main/java/com/iemr/admin/service/rolemaster/Role_MasterInter.java
  • src/main/java/com/iemr/admin/service/rolemaster/Role_Master_ServiceImpl.java
  • src/main/java/com/iemr/admin/utils/JwtAuthenticationUtil.java
  • src/main/java/com/iemr/admin/utils/JwtUserIdValidationFilter.java
  • src/main/java/com/iemr/admin/utils/http/HTTPRequestInterceptor.java
  • src/main/resources/application.properties
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-release-3.6.1
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@vanitha1822 vanitha1822 self-assigned this Mar 19, 2026
@vanitha1822 vanitha1822 reopened this Mar 19, 2026
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
3.2% Duplication on New Code (required ≤ 3%)
B Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@drtechie drtechie merged commit 4327dea into main Mar 19, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants