Tatu Saloranta
Tatu Saloranta
@tapina That would be great. I should be able to help with details at least; and having unit tests is a good first step any way; we can add them...
Yeah, enums are a tricky choice. Impressive hack on replacing enums at runtime, did not realize that is possible. One can at least make enums implement an interface, which is...
Hmmh. That is tricky, since although Jackson's JAXB annotations module does (when registered) use JAXB annotations, this annotation has no real counterpart in Jackson world... so it will not have...
If there is an update, someone will actually write a note here.
Java 8 would be fine for version 3.0 of Jackson (but not 2.9). However I don't understand why you'd suggest changing version to 4.0.0 -- modules are not independently versioned...
Actually, come to think of it. I am not sure if it'd make sense to create a new module altogether, and deprecate this one (meaning, this repo would be for...
@glhf Schema module has no knowledge of these differences, as it relies on information sent by `jackson-databind` (for standard types), and in case of Kotlin further modified by `jackson-module-kotlin`. So...
/cc @apatrida
@apatrida Thank you for the notes. I don't know if this is feasible to support either... and the whole introspection system is a mess, unfortunately (... contribution which was unfortunately...
@alaingiller Global setting is only default, per-property annotation will override it. Which Jackson version are you using? Jackson 2.6 did consider default primitive values as "empty", but due to user...