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

Conversation

abaranec
Copy link
Contributor

This fixes #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)

…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 abaranec added the ReleaseNotesNeeded Release notes are needed label Jul 18, 2024
@devinrsmith devinrsmith changed the title feat: Extract Codec & friends from Util into separate modules (#5727) feat: Extract Codec & friends from Util into separate modules Jul 18, 2024
@devinrsmith devinrsmith merged commit d6aaa76 into deephaven:rc/v0.35.x Jul 18, 2024
13 of 15 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants