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

Move to CBOR trait from configured formats #2088

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Jan 3, 2024

This commit refactors the trait implementation to be specific to the CBOR wire format instead of taking a collection of possible wire formats, simplifying the process of resolving the protocol to use for generated code.

It also moves the package to smithy-protocol-traits, removing the pluralization on protocols.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kstich kstich requested a review from a team as a code owner January 3, 2024 00:08
@kstich kstich requested a review from gosar January 3, 2024 00:08
@mtdowling mtdowling removed the request for review from gosar January 3, 2024 16:26
This commit refactors the trait implementation to be specific to the
CBOR wire format instead of taking a collection of possible wire
formats, simplifying the process of resolving the protocol to use
for generated code.

It also moves the package to `smithy-protocol-traits`, removing the
pluralization on `protocols`.
@kstich kstich force-pushed the remote_trait_formats branch from b0c5e38 to 72e38e8 Compare January 3, 2024 18:48
@kstich kstich requested a review from mtdowling January 3, 2024 18:48
@kstich kstich merged commit 05373e0 into smithy-rpc-v2 Jan 3, 2024
11 checks passed
@kstich kstich deleted the remote_trait_formats branch January 3, 2024 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants