Skip to content

Conversation

@Ahoo-Wang
Copy link
Owner

  • Removed com.fasterxml.jackson.core:jackson-databind from cosid-proxy module
  • Added tools.jackson.core:jackson-databind to cosid-proxy-api module
  • Replaced ObjectMapper initialization with JsonMapper builder pattern
  • Updated JSON serialization configuration to use StreamReadFeature
  • Configured property inclusion settings for NON_NULL values
  • Maintained existing serialization behavior with new implementation

- Removed com.fasterxml.jackson.core:jackson-databind from cosid-proxy module
- Added tools.jackson.core:jackson-databind to cosid-proxy-api module
- Replaced ObjectMapper initialization with JsonMapper builder pattern
- Updated JSON serialization configuration to use StreamReadFeature
- Configured property inclusion settings for NON_NULL values
- Maintained existing serialization behavior with new implementation
@Ahoo-Wang Ahoo-Wang added the enhancement New feature or request label Dec 13, 2025
@Ahoo-Wang Ahoo-Wang merged commit f3059c0 into main Dec 13, 2025
20 checks passed
@Ahoo-Wang Ahoo-Wang deleted the replace-Jackson-dependencies-with-tools.jackson branch December 13, 2025 09:38
@codecov
Copy link

codecov bot commented Dec 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.32%. Comparing base (8bbebf0) to head (0fb7d33).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #934   +/-   ##
=========================================
  Coverage     85.32%   85.32%           
- Complexity     1328     1329    +1     
=========================================
  Files           214      214           
  Lines          4191     4192    +1     
  Branches        413      413           
=========================================
+ Hits           3576     3577    +1     
  Misses          342      342           
  Partials        273      273           
Flag Coverage Δ
unittests 85.32% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants