aem-core-wcm-components icon indicating copy to clipboard operation
aem-core-wcm-components copied to clipboard

perf: Use and re-use ObjectWriter for data serialization (fixes #1381)

Open dhardtke opened this issue 4 years ago • 4 comments

Also moves the configuration of ComponentData's serializer inside ComponentDataImpl

Q                       A
Fixed Issues? Fixes https://github.com/adobe/aem-core-wcm-components/issues/1381
Patch: Bug Fix? No
Minor: New Feature? Maybe
Major: Breaking Change? No
Tests Added + Pass? No new tests necessary
Documentation Provided Yes (code comments and or markdown)
Any Dependency Changes?
License Apache License, Version 2.0

dhardtke avatar Feb 06 '21 01:02 dhardtke

Kudos, SonarCloud 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
1.3% 1.3% Duplication

sonarqubecloud[bot] avatar Feb 06 '21 16:02 sonarqubecloud[bot]

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

sonarqubecloud[bot] avatar Jul 08 '22 13:07 sonarqubecloud[bot]

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

sonarqubecloud[bot] avatar Dec 27 '23 14:12 sonarqubecloud[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ca953b4) 87.34% compared to head (cf1ea6c) 87.34%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1382   +/-   ##
=========================================
  Coverage     87.34%   87.34%           
  Complexity     2648     2648           
=========================================
  Files           232      232           
  Lines          7080     7081    +1     
  Branches       1073     1073           
=========================================
+ Hits           6184     6185    +1     
  Misses          359      359           
  Partials        537      537           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 27 '23 14:12 codecov[bot]