FasterXML / FasterXML/jackson-dataformats-binary
Primitive fields inside unwrapped optional value not considered nullable in schema
Aperta
avro
- Lingua principale
- Java
- Stelle
- 347
- Fork
- 156
- Merge medio
- 3g 3h
- PR unite (30g)
- 22
Descrizione
(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;
}
```
The generated schema for A does not consider the 'flag' field to be nullable.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.