Skip to content
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

SITES-15109 - RFH - Applying Async in clientlibraries not working on customer instance #2570

Merged
merged 3 commits into from Aug 17, 2023

Conversation

LSantha
Copy link
Contributor

@LSantha LSantha commented Aug 10, 2023

  • added request attribute based injection for categories and resourceTypes fields as a safety mechanism to reduce the risk of unintended injections on these two fields
  • updated unit tests
Q                       A
Fixed Issues? SITES-15109 , #1808
Patch: Bug Fix? Yes
Minor: New Feature? No
Major: Breaking Change? No
Tests Added + Pass? Yes
Documentation Provided Yes (code comments and or markdown)
Any Dependency Changes? No
License Apache License, Version 2.0

…customer instance

 * added request attribute based injection for categories and resourceTypes fields as a safety mechanism to reduce the risk of unintended injections on these two fields
 * updated unit tests
@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Merging #2570 (78e3f5d) into main (342bbbd) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 78e3f5d differs from pull request most recent head 57ad8b5. Consider uploading reports for the commit 57ad8b5 to get more accurate results

@@            Coverage Diff            @@
##               main    #2570   +/-   ##
=========================================
  Coverage     87.33%   87.33%           
- Complexity     2646     2648    +2     
=========================================
  Files           232      232           
  Lines          7072     7076    +4     
  Branches       1071     1073    +2     
=========================================
+ Hits           6176     6180    +4     
  Misses          359      359           
  Partials        537      537           
Files Changed Coverage Δ
...onents/internal/models/v1/ClientLibrariesImpl.java 91.20% <100.00%> (+0.40%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Aug 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@cbogdan0707 cbogdan0707 merged commit e8fc23a into main Aug 17, 2023
15 checks passed
@cbogdan0707 cbogdan0707 deleted the SITES-15109 branch August 17, 2023 13:16
@LSantha LSantha modified the milestone: 2.23.4 Sep 13, 2023
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.

Categories object not populated when using com.adobe.cq.wcm.core.components.models.ClientLibraries.
3 participants