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

jackson-binding support for arrays in AttributeTypeInfo and Patch #273

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

groldan
Copy link
Member

@groldan groldan commented Sep 8, 2022

Fixes #271

Support binding array types to AttributeTypeInfo attribtues.
Support arrays as value objects in Patch objects.

Improve JSON encoding of Literal, using specialized encoder and
decoder, instead of multiple instance fields.

@groldan groldan added the bug Something isn't working label Sep 8, 2022
@groldan groldan force-pushed the bug/byte_array_json_binding branch 2 times, most recently from c36fbe0 to f60c696 Compare September 26, 2022 23:00
@groldan groldan changed the title Support binding array types to AttributeTypeInfo attribtues jackson-binding support for arrays in AttributeTypeInfo and Patch Sep 26, 2022
@groldan groldan force-pushed the bug/byte_array_json_binding branch from f60c696 to 60afca7 Compare September 26, 2022 23:19
Support binding array types to AttributeTypeInfo attribtues.
Support arrays as value objects in Patch objects.

Improve JSON encoding of Literal, using specialized encoder and
decoder, instead of multiple instance fields.
@groldan groldan force-pushed the bug/byte_array_json_binding branch from 60afca7 to f1789c2 Compare September 27, 2022 00:55
@groldan groldan merged commit 07cf863 into geoserver:main Sep 27, 2022
@groldan groldan deleted the bug/byte_array_json_binding branch September 27, 2022 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing JSON binding for byte[] attribute type
1 participant