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-18137: core.wcm.components.core: remove non-test use of Guava #2654

Merged
merged 3 commits into from
Jan 17, 2024

Conversation

mbaedke
Copy link
Contributor

@mbaedke mbaedke commented Jan 9, 2024

Resolves #2639
Added compile dependency to core.wcm.components.core: org.apache.commons:commons-collections4-4.4
Replaced non-test usages of Guava with JavaSE and Apache Commons.

Replaced usages of Guava with JavaSE and Apache Commons.
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (5caec60) 87.34% compared to head (d667d9f) 87.36%.
Report is 1 commits behind head on main.

Files Patch % Lines
...cq/wcm/core/components/internal/link/LinkUtil.java 85.71% 1 Missing and 1 partial ⚠️
...o/LanguageNavigationSiteRootSelectionStrategy.java 87.50% 0 Missing and 1 partial ⚠️
...onents/internal/servlets/AdaptiveImageServlet.java 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2654      +/-   ##
============================================
+ Coverage     87.34%   87.36%   +0.02%     
- Complexity     2648     2656       +8     
============================================
  Files           232      232              
  Lines          7080     7101      +21     
  Branches       1073     1081       +8     
============================================
+ Hits           6184     6204      +20     
+ Misses          359      357       -2     
- Partials        537      540       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Created new utility method imitating the bevavior of com.google.common.net.URL_FRAGMENT_ESCAPER
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@mbaedke mbaedke requested a review from vladbailescu January 12, 2024 10:38
@vladbailescu vladbailescu merged commit 48ace5b into adobe:main Jan 17, 2024
8 of 9 checks passed
@LSantha LSantha added this to the 2.24.0 milestone Feb 14, 2024
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.

remove (non-test) Guava dependency
3 participants