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

Negative values support for TextCodec and SegmentCodec #2393

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Negative values support for TextCodec and SegmentCodec #2393

merged 1 commit into from
Aug 24, 2023

Conversation

danieletorelli
Copy link
Contributor

Add support for negative numbers in TextCodec and SegmentCodec. Both negative Int and Long will be correctly parsed in URL segments, headers and query parameters.

Closes #2378
/claim #2378

@vigoo vigoo merged commit ca6513f into zio:main Aug 24, 2023
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.

IntCodec cannot take negative values
2 participants