Skip to content

issues Search Results · repo:FasterXML/jackson-dataformats-binary language:Java

Filter by

311 results
 (96 ms)

311 results

inFasterXML/jackson-dataformats-binary (press backspace or delete to remove)

I think I encountered an issue in the schema generation of records that are unions: https://github.com/FasterXML/jackson-dataformats-binary/blob/605e79ff2236950a0f0548681717dc177ba65a9d/avro/src/main/java/com/fasterxml/jackson/dataformat/avro/schema/RecordVisitor.java#L53 ...
2.19
avro
  • raphw
  • 5
  • Opened 
    16 days ago
  • #589

Hello, currently, we re decoding Simple values from Major type (7) as VALUE_NUMBER_INT Token, where it s better to be decoded using a special type (I agree and assume VALUE_EMBEDDED_OBJECT would work ...
2.20
cbor
  • iifawzi
  • 4
  • Opened 
    19 days ago
  • #587

(note: found in test written for #108) Looks like there is missing END_OBJECT for some case(s) of nested Objects. This was exposed by databind PR https://github.com/FasterXML/jackson-databind/pull/4885 ...
3.x
  • cowtowncoder
  • Opened 
    23 days ago
  • #584

In Jackson 2.x we have to default to using non-standard encoding for negative BigInteger values (see #431 for details) for backwards-compatibility. But for 3.0 we can and should change that.
3.x
cbor
  • cowtowncoder
  • 1
  • Opened 
    23 days ago
  • #582

(note: inspired by https://github.com/FasterXML/jackson-core/issues/1428) Since tag system in CBOR is extensible, users may well want to use custom tags. Although there is a very bare-bones accessibility ...
2.20
cbor
  • cowtowncoder
  • 1
  • Opened 
    23 days ago
  • #581

I m with the Software Engineering Research Group at the TU Delft, and I am investigating automations. I have looked at your repository and which GitHub workflows and Maven plugins you are using. I hope ...
  • simcha-vos-from-tu-delft
  • Opened 
    on Apr 8
  • #572

I am not seeing a good option to serialize/deserialize a simple Pojo with a null IonStruct. The issue is that by default a null IonStruct gets serialized to null but due to this change https://github.com/FasterXML/jackson-dataformats-binary/pull/296 ...
2.19
ion
  • seadbrane
  • 6
  • Opened 
    on Apr 7
  • #571

Some values that are clearly within the range of long fail to be parsed - such as the example below. com.fasterxml.jackson.core.exc.InputCoercionException: Numeric value (9223372036854775797) out of range ...
  • seadbrane
  • 2
  • Opened 
    on Mar 19
  • #569

(note: issue uncovered due to https://github.com/FasterXML/jackson-databind/issues/3406 change to default of DeserializationFeature.FAIL_ON_TRAILING_TOKENS to true). When Protobuf mapper reads content ...
3.x
  • cowtowncoder
  • 1
  • Opened 
    on Jan 31
  • #561

As per https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-11 let s update this repo.
3.x
  • cowtowncoder
  • Opened 
    on Jan 15
  • #557
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub