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

Replace Jackson serde #10035

Merged
merged 20 commits into from
Jun 11, 2024
Merged

Replace Jackson serde #10035

merged 20 commits into from
Jun 11, 2024

Commits on May 19, 2024

  1. Minor perf nits discovered while profiling

    1. Avoiding loading cats. It will we loaded later anyway but
       `catchNonFatal` is not worth it anyway
    2. Avoid copying when reading all bytes from a file to compute digest of
       all files
    hubertp committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e3a83e0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    e784da3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    6663951 View commit details
    Browse the repository at this point in the history
  2. Fix jsoniter integration

    Turned out that one needs to separate definition site of the serializer
    from usage so that macros can do the magic properly.
    hubertp committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    148299a View commit details
    Browse the repository at this point in the history
  3. fmt

    hubertp committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d7d3485 View commit details
    Browse the repository at this point in the history
  4. package renaming

    hubertp committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f1246fd View commit details
    Browse the repository at this point in the history
  5. fix tests

    hubertp committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3369a0b View commit details
    Browse the repository at this point in the history
  6. one more rename

    hubertp committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    926c77e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Workaround nested option values jsoniter issue

    When having nested option string values, decoders and encoders don't
    seem to match under certain conditions. Added an option to skip the
    values instead, which appears to remedy the problems.
    
    Moving projects around to properly setup macros.
    hubertp committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    fdb11be View commit details
    Browse the repository at this point in the history
  2. nits

    hubertp committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    40e84ac View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Drop jackson annotations

    hubertp committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6f27c52 View commit details
    Browse the repository at this point in the history
  2. legal review

    hubertp committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    61c6c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0760638 View commit details
    Browse the repository at this point in the history
  4. missing licensing

    hubertp committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3125387 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fmt changes

    hubertp committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6733312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ff3c9 View commit details
    Browse the repository at this point in the history
  3. fmt

    hubertp committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    da7252b View commit details
    Browse the repository at this point in the history
  4. licensing

    hubertp committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e46b4c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2779406 View commit details
    Browse the repository at this point in the history
  6. missed licensing issues in PM

    hubertp committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6ed4b46 View commit details
    Browse the repository at this point in the history