-
If an element has an attribute and sub-element with the same name, the attribute seems to be ignored and the element value used, despite collision resolving configuration with `@JacksonXmlProperty(loc…
-
My POJO is autogenerated from an avro schema file. There are extra (private) fields in the POJO as a result of the generation.
The mapper doesn't allow me to serialize this POJO with that very schema…
-
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
-
From http://json-schema.org/documentation.html
> The latest IETF published draft is v3. However, a newer version of the specification is being prepared for submission in early 2013.
It would be grea…
theon updated
6 years ago
-
## Problem
Akka stub servers, and more generally scala stubs, can rely on a multitude of Json parsers.
Two approaches are therefore possible when generating projects via openapi: either choose one…
-
Currently `JsonObject` methods like `JsonObject::getBoolean` take only a field name, and look up the field directly in the embedded `Map` instance. It would be nice if `JsonObject` supported syntax li…
-
Is it please possible to emit comment lines with the keys? I could imagine this being done with an annotation for the respective class member. Also, adding whitespace, e.g. empty line would be a nice …
-
Hi.
We are using the jwks in our application to authenticate customers. Unfortunately I can see only the OAuth security module. Do you have any plans on adding the JWKs support?
Thanks.
-
Hi there, first of all thanks heaps for your awesome work with Jackson.
I am trying to get a concise configuration out of a yaml file, but I am pretty stuck at the moment.
I have followed many i…
-
Seems like it would be nice to just support formats available via format Strings that `String.format()` uses.
Note that existing support for date/time values use different formatting; this should be f…