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

feat: Extract Codec & friends from Util into separate modules #5801

Merged
merged 2 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. feat: Extract Codec & friends from Util into separate modules (deepha…

    …ven#5727)
    
    This fixes deephaven#5726 by removing ObjectCodec and ObjectDecoder, their
    implementations, as well as CodecCache and it's exception from the Util
    module and into their own separate packages, codec-base, codec-builtin
    and codec-cache.
    
    (cherry picked from commit 4fdad15)
    abaranec committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4828f9c View commit details
    Browse the repository at this point in the history
  2. fix test deps`

    abaranec committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ee8aed2 View commit details
    Browse the repository at this point in the history