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

fix: kotlin generic serialization and tests #870

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

wesbillman
Copy link
Collaborator

@wesbillman wesbillman commented Feb 2, 2024

Fix kotlin integration tests.
Fix gson serialization with generic types.

Before this change, generic requests like HttpRequest<GetRequest> would serialize the body field to a map instead of the concrete type of the request.

@wesbillman wesbillman force-pushed the fix-kotlin-generic-serialization branch from 94ac389 to 72e02f4 Compare February 2, 2024 19:56
@wesbillman wesbillman force-pushed the fix-kotlin-generic-serialization branch from 72e02f4 to 7f01699 Compare February 2, 2024 20:07
@wesbillman wesbillman merged commit 079c6f6 into main Feb 2, 2024
11 checks passed
@wesbillman wesbillman deleted the fix-kotlin-generic-serialization branch February 2, 2024 20:14
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.

1 participant