Tatu Saloranta

Results 200 issues of Tatu Saloranta

(note: follow up for #556) Currently the regular build as well as build on Continuous Integration (implemented using Github Actions) simply use the define `version.kotlin` dependency for everything. But this...

enhancement

Not sure when this happened -- Github action suggest breakage at least before end of 2021 -- but currently unit tests for 3.0.0-SNAPSHOT result in: ``` [ERROR] Tests run: 234,...

bug

(moved from https://github.com/FasterXML/jackson-dataformat-avro/issues/10) Avro streams may include embedded schema, and since it should be relatively safe to either auto-detect it; or just configure this to be the default if no...

avro
pr-needed

Another OSSFuzz found issue (see https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35979), for which we have a unit test to reproduce (see `Fuzz_35979_StringValueTest`) but no fix yet. Input content with 296 bytes (resource `/data/clusterfuzz-cbor-35979.cbor`) used to...

cbor
fuzz
2.14
has-failing-test

(from https://github.com/FasterXML/jackson-dataformat-cbor/issues/11) By @mbaril: It would be great to add the possibility to encode array and map with finite length.

cbor
3.x

(moved from https://github.com/FasterXML/jackson-dataformat-avro/issues/28 authored by @osi) I'd like to get the JsonSubTypes annotation working for schema generation and serialization. For schema generation, I think it should be a union of...

avro

While maybe not the biggest problem in the world, there may be use cases where it'd be nice to let users essentially convert data bound in Avro-specific containers (like GenericContainer)...

avro

(moved from https://github.com/FasterXML/jackson-dataformat-protobuf/issues/4) Initial generator version does not keep track of required fields, but it should in near future. Required fields for which no explicit value is given should either...

protobuf

(originally by neothemachine) --- There is a draft RFC to be published soon which adds support for packed/typed arrays in CBOR, see the [current version](https://tools.ietf.org/html/draft-jroatch-cbor-tags-02). As one of the original...

cbor

(from https://github.com/FasterXML/jackson-dataformat-avro/issues/29 by @osi) When generating an avro schema, given: ``` java class A { @JsonUnwrapped public final Optional b; } class B { public final boolean flag; } ```...

avro