-
(moved from https://github.com/FasterXML/jackson-dataformat-cbor/issues/1)
When `jackson-core` adds the new variant of `writeStartArray`, CBOR module should implement it, at least for cases where len…
-
This prooves nothing. Sleepyfish does not rat anone and also doesnt want to! This guy just thinks he found something 💀😂😂
It is maybe a good idea to not just place a single decoy file with an empty …
-
### Search before asking
- [x] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
Problem:
I wanted to change default …
hetot updated
1 month ago
-
During serialization, when using a custom serializer, the JsonPointer is inconsistent when serializing the first element. Instead of having `/myList/0` we get `/myList`
This happens because we ente…
-
I am roughly following the code in a test class in order to write phenopackets from another Java app with geno pheno information.
This method:
JsonGenerator.render(packet);
leads to
java.lang…
-
Please check https://github.com/jakartaee/jsonp-api/issues/156, this issue introduced by a too quick review a big regression on JSON-P API design (and implementations/doc bugs) so it is more than like…
-
When attempting to use writeBinary() for a property name, the following exception is thrown:
```
com.fasterxml.jackson.core.JsonGenerationException: Can not write a binary value, expecting field nam…
nmatt updated
7 years ago
-
Look for `//TODO: not covered in tests`
-
@Override
public void writeTo(JsonGenerator generator, ExtLogRecord event) throws IOException {
generator.writeStringField("traceId", Span.current().getSpanContext().getTraceId()); // Wi…
-
`ClientBuilder loadConf(Map config)` does not support `authParams` nor `authParamMap` anymore.
Most likely this was broken by #8110
**Possible fix:**
Add annotation:
```java
@Target({ Elem…