Re: [jackson-user] Re: Jackson 2.12.2 patch released (~30 fixes!)

2021-03-08 Thread Tamás Cservenák
Howdy, any news about POM whereabouts? Or the 2.12.2.1 w/ POMs? Thanks Tamas On Fri, Mar 5, 2021 at 9:58 PM Tatu Saloranta wrote: > On Thu, Mar 4, 2021 at 6:08 PM Mark Derricutt wrote: > > > > Muchly appreciate all your hard work here Tatu! > > > > I wonder if using Pomchecker from Andres mi

Re: [jackson-user] Why jackson renames my object properties?

2019-05-21 Thread Tamás Cservenák
Google is your friend: https://stackoverflow.com/questions/32270422/jackson-renames-primitive-boolean-field-by-removing-is But vert.x "wraps" Jackson, unsure are you able to configure or even reach Mapper to apply these changes. HTH, T On Tue, May 21, 2019 at 8:21 PM Ahmed Kamal wrote: > I hav

Re: [jackson-user] Why jackson renames my object properties?

2019-05-21 Thread Tamás Cservenák
If kotlin, and hence vert-x kotlin integration, I don't think jackson-module-kotlin is involved at all... As I see sources: https://github.com/vert-x3/vertx-lang-kotlin/blob/master/vertx-lang-kotlin/src/main/java/io/vertx/kotlin/core/json/json.kt And it seems to me that vertx-lang-kotlin uses JSO