jackson-dataformats-binary icon indicating copy to clipboard operation
jackson-dataformats-binary copied to clipboard

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile

Results 96 jackson-dataformats-binary issues
Sort by recently updated
recently updated
newest added

[The jackson-format-avro pom references avro 1.8.2](https://github.com/FasterXML/jackson-dataformats-binary/blob/master/avro/pom.xml#L34) which has jackson 1.9.13 as a transitive dependency. [Avro moved to using jackson 2.x on version 1.9.0](https://issues.apache.org/jira/browse/AVRO-1126) and [is using jackson 2.9.9 from avro...

avro

We found an issue trying to deserialize a custom-serialized null value, as shown in #182. Exception: ``` com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map due to end-of-input ```

avro

It doesn't appear that Avro serialization supports `@JsonIdentityReference` and `@JsonIdentityInfo`. It would be great if it did.

avro

@cowtowncoder implementing a null custom serialization for an internal library, I stumbled upon a bug that prevents serialized null from being deserialized (which should affect other packages, such as JSR-353)....

avro

Polymorphic deserialization from Ion even when providing subtypes with Json annotation does not work correctly. The details are in this SO post - https://stackoverflow.com/questions/52672038/missing-type-id-when-trying-to-resolve-subtype-jackson-ion-desrialization-even-a/

ion

I found an issue when trying to deserialize an IonValue embedded in a pojo. The conditons I've found that are required to hit it: 1. Must be deserializing to Ion...

ion

This class when Avro'd ``` public final class Foo { private Map strings; public Map getStrings() { return strings; } public void setStrings( Map strings ) { this.strings = strings;...

avro

That would be convenient to be able to send smile encoded data from cleint code to Java backend. related to https://github.com/FasterXML/jackson-dataformat-smile/issues/9

smile

Hi, It seems to me that (at least in a scala setting), parsing protobuf messages doesn't faithfully respect the message schema. Consider the following protobuf parser, together with two data...

protobuf
test-needed

I failed to configure jackson cbor to create canonical cbor, I assume that this is currently not possible. https://github.com/somejavacode/serializer-test/blob/master/jackson/src/test/java/org/sjc/serializer/jackson/JacksonCanonicalCborConfigTest.java canonical cbor specification (required by new standards like FIDO2 and WebAuthn)...

cbor