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

fix: add missing type transformer registrations #3656

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

Adds missing type transformer registrations

Why it does that

Well... they were missing.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method
signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #3648

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger added this to the Milestone 13 milestone Nov 24, 2023
@paullatzelsperger paullatzelsperger added bug Something isn't working dcp labels Nov 24, 2023
@paullatzelsperger paullatzelsperger force-pushed the fix/3648_register_all_transformers branch from 4882f88 to 87dcf88 Compare November 24, 2023 12:16
@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (906bc17) 71.74% compared to head (565c8cd) 71.85%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3656      +/-   ##
==========================================
+ Coverage   71.74%   71.85%   +0.11%     
==========================================
  Files         915      916       +1     
  Lines       18342    18361      +19     
  Branches     1040     1041       +1     
==========================================
+ Hits        13159    13194      +35     
+ Misses       4727     4710      -17     
- Partials      456      457       +1     

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

@paullatzelsperger paullatzelsperger merged commit dce1be9 into eclipse-edc:main Nov 24, 2023
16 checks passed
@paullatzelsperger paullatzelsperger deleted the fix/3648_register_all_transformers branch November 24, 2023 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dcp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IATP: JsonObject transformers are not registered
4 participants