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

Add a String Array write method in the Streaming API #504

Closed
feinstein opened this issue Dec 13, 2018 · 4 comments
Closed

Add a String Array write method in the Streaming API #504

feinstein opened this issue Dec 13, 2018 · 4 comments
Milestone

Comments

@feinstein
Copy link

In version 2.9.7 there are methods for writing int[], long[] and double[] arrays. I think it would be a nice addition to add a method for writing String[] arrays as well.

@cowtowncoder
Copy link
Member

Forgot to ask: is this just for convenience or for some other reason? Not against addition, just want to double-check.

@feinstein
Copy link
Author

feinstein commented Jan 6, 2020

Just a convenience. If I recall it correctly (as there has been more than a year already) I saw the docs and asked myself why String[] wasn't included.

@cowtowncoder
Copy link
Member

Ok. Sounds reasonable. Challenge wrt APIs is regarding how much to include in cases like this; but often just a core set of boolean, int, long, String are included so I think adding of String[] seems reasonable.

alevskyi added a commit to alevskyi/jackson-core that referenced this issue Feb 10, 2020
@cowtowncoder cowtowncoder added this to the 2.11.0 milestone Feb 17, 2020
cowtowncoder added a commit that referenced this issue Feb 17, 2020
@cowtowncoder
Copy link
Member

Will be included in 2.11.0.

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

No branches or pull requests

2 participants