Skip to content

Conversation

@trivikr
Copy link
Member

@trivikr trivikr commented Oct 4, 2025

Issue

Description

Remove checks for deprecated SetShape

Testing

CI


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@trivikr trivikr requested a review from a team as a code owner October 4, 2025 06:41
@Override
public final String setShape(SetShape shape) {
return getDelegateDeserializer(shape);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we decide we're not supporting sets, this method and all other code points where sets were handled should throw an error, rather than allow the customer to get possibly non-functional code

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