-
Notifications
You must be signed in to change notification settings - Fork 754
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
replace @Inject annotation with the specific ones #2441
Conversation
...e/src/main/java/com/adobe/cq/wcm/core/components/internal/models/v1/ClientLibrariesImpl.java
Outdated
Show resolved
Hide resolved
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.
@joerghoh Can you please have a look at the failing tests? Thanks!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2441 +/- ##
=========================================
Coverage 87.34% 87.34%
Complexity 2648 2648
=========================================
Files 232 232
Lines 7080 7080
Branches 1073 1073
=========================================
Hits 6184 6184
Misses 359 359
Partials 537 537 ☔ View full report in Codecov by Sentry. |
@bpauli done. |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
…o improvement/remove-inject-annotations
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Remove the use of the
@Inject
annotation and replace it with the more specific injector-specific one.