-
Notifications
You must be signed in to change notification settings - Fork 171
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
feat: Change internals to use Jackson #20962
base: main
Are you sure you want to change the base?
Conversation
Create jackson versions of the JsonUtils and JsonCodec. part of #20741
0e1963e
to
05bd453
Compare
Test Results 553 files - 612 553 suites - 612 12m 1s ⏱️ - 1h 23m 48s Results for commit 99a422a. ± Comparison against base commit 714d220. This pull request removes 1098 and adds 38 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
05bd453
to
1f93afc
Compare
TC Format Checker Report - 10:21 - 07 - FebThere are 7 files with format errors
Here is the list of files with format issues in your PR:
|
Change part of the internal methods to use Jackson instead of Elemental Json. Public methods marked deprecated as far as plausible. part of #20741
1f93afc
to
99a422a
Compare
Quality Gate passedIssues Measures |
Change part of the internal methods
to use Jackson instead of Elemental Json.
Public methods marked deprecated as
far as plausible.
part of #20741