Skip to content

Conversation

@tanderson-ld
Copy link
Contributor

@tanderson-ld tanderson-ld commented Jan 12, 2026

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions
    Unable to with just this part of code.

Related issues

SDK-1607

Describe the solution you've provided

Porting of Dotnet Server SDK Implementation

BEGIN_COMMIT_OVERRIDE
feat: adds fdv2 payload parsing and protocol handling
END_COMMIT_OVERRIDE

@tanderson-ld tanderson-ld requested a review from a team as a code owner January 12, 2026 16:48
*/
public abstract class GsonHelpers {
private static final Gson GSON_INSTANCE = new Gson();
private static final Gson GSON_INSTANCE = new GsonBuilder()
Copy link
Member

Choose a reason for hiding this comment

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

For other types I think this was handled by a type adapter factory?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm a dummy, I clicked merge before I saw this. Let me take a look.

Copy link
Member

@kinyoklion kinyoklion left a comment

Choose a reason for hiding this comment

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

I am un-approving because I think we cannot do these as chores. Because we need to release the library.

@tanderson-ld tanderson-ld changed the title chore: adds fdv2 payload parsing and protocol handling feat: adds fdv2 payload parsing and protocol handling Jan 13, 2026
@tanderson-ld tanderson-ld merged commit a1412c4 into main Jan 13, 2026
21 checks passed
@tanderson-ld tanderson-ld deleted the ta/SDK-1607/take2-fdv2-proto-processing branch January 13, 2026 18:26
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.

3 participants