-
Notifications
You must be signed in to change notification settings - Fork 122
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
Refactor the code to utilize the application management service for retrieving the main application ID #267
Refactor the code to utilize the application management service for retrieving the main application ID #267
Conversation
…etrieving the main application ID
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #267 +/- ##
============================================
+ Coverage 19.14% 19.21% +0.07%
+ Complexity 181 175 -6
============================================
Files 52 50 -2
Lines 2862 2659 -203
Branches 326 305 -21
============================================
- Hits 548 511 -37
+ Misses 2270 2107 -163
+ Partials 44 41 -3 ☔ View full report in Codecov by Sentry. |
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/11288434480
A circular OSGI service dependency arose when implementing the changes related to PR #2581. To address this, the PR proposes a refactoring of the codebase by removing the
OrgApplicationManager
dependency and introducing a framework service to retrieve the main application ID for a specific shared app.