Re: [jackson-user] Jackson 2.11.0.rc1 released -- please help testing!

2020-03-26 Thread Nakamura
Hi Tatu, Long time listener, first time caller! My company is hoping to get a bit closer to the bleeding edge with jackson, so I figured I'd take a stab at helping you test it out. Not sure where you want feedback, so I'm just going to reply for now. I'm currently on 2.9.10 and trying out

Re: [jackson-user] Jackson 2.11.0.rc1 released -- please help testing!

2020-03-27 Thread Nakamura
e JSON. Is that expected? I think it's a nicer behavior, so I'm on board, but I didn't see that in the release notes, so I wanted to make sure it wasn't a bug. On Fri, Mar 27, 2020 at 11:30 AM Tatu Saloranta wrote: > On Thu, Mar 26, 2020 at 6:49 PM Nakamura wrote: > >> Hi Tatu, >> > &g

Re: [jackson-user] Jackson 2.11.0.rc1 released -- please help testing!

2020-03-30 Thread Nakamura
I was able to try out the snapshot with jackson-module-scala, and the fix seems to work! On Mon, Mar 30, 2020 at 5:21 PM Nakamura wrote: > Thanks! I'll look into it > > On Mon, Mar 30, 2020, 4:12 PM Tatu Saloranta wrote: > >> On Mon, Mar 30, 2020 at 10:52 AM Nakamura >&g

Re: [jackson-user] Jackson 2.11.0.rc1 released -- please help testing!

2020-03-30 Thread Nakamura
Thanks! I'll look into it On Mon, Mar 30, 2020, 4:12 PM Tatu Saloranta wrote: > On Mon, Mar 30, 2020 at 10:52 AM Nakamura > wrote: > >> Hi Tatu, >> PJ looked into it >> <https://github.com/FasterXML/jackson-module-scala/issues/445>, and >> thinks he ha

Re: [jackson-user] Jackson 2.11.0.rc1 released -- please help testing!

2020-03-30 Thread Nakamura
i, Mar 27, 2020 at 2:28 PM Nakamura wrote: > >> Thanks, I filed a ticket here >> <https://github.com/FasterXML/jackson-module-scala/issues/445>, PJ is >> helping me out! One other thing I noticed was that a Map we had previously >> been deserializing as a null is n

Re: [jackson-user] Jackson 2.11.0.rc1 released -- please help testing!

2020-04-22 Thread Nakamura
PM Nakamura wrote: > > > > I was able to try out the snapshot with jackson-module-scala, and the > fix seems to work! > > Excellent! Thank you very much for reporting this & following through. > This is why I do pre-releases & how ideally process works. :) > > -+ Ta

Re: [jackson-user] Jackson 2.13.0-rc2 released; more time for testing the Release Candidate, fix bugs

2021-08-30 Thread Nakamura
Hi Tatu, I've started testing with RC2 across my company's monorepo, and I'm seeing a bunch of test failures. Could you please wait until at least next week to promote to stable? I'll need some time to figure out which are fragile tests vs real regressions. Best, Moses On Fri, Aug 27, 2021 at

Re: [jackson-user] Jackson 2.13.0-rc2 released; more time for testing the Release Candidate, fix bugs

2021-09-03 Thread Nakamura
on, Aug 30, 2021 at 7:02 AM Nakamura wrote: > >> Hi Tatu, >> I've started testing with RC2 across my company's monorepo, and I'm >> seeing a bunch of test failures. Could you please wait until at least next >> week to promote to stable? I'll need some time to fi

Re: [jackson-user] Jackson 2.13.0-rc2 released; more time for testing the Release Candidate, fix bugs

2021-09-14 Thread Nakamura
:27 PM Tatu Saloranta wrote: > On Fri, Sep 3, 2021 at 12:56 PM Nakamura wrote: > > > > OK, I haven't finished working through the issues yet. I'm trying to > upgrade from 2.11.4 to 2.13.0-rc2. After fixing some expected breaking > changes, here are a few I found: > >

Re: [jackson-user] Jackson 2.13.0 released, see https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13

2021-10-15 Thread Nakamura
I'm not 100% sure, but that's my guess. I'm now instead using a purpose-built self-referential value to run the test instead. On Fri, Oct 15, 2021, 1:27 PM Tatu Saloranta wrote: > On Fri, Oct 15, 2021 at 9:40 AM Nakamura wrote: > > > > Hey Tatu, > > > > This i

Re: [jackson-user] Jackson 2.13.0 released, see https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13

2021-10-15 Thread Nakamura
Hey Tatu, This is pretty minor, but https://github.com/FasterXML/jackson-databind/commit/765e2fe1b7f6cdbc6855b32b39ba876fdff9fbcc was a breaking change as far as jackson semantics, so it would have been nice to include it in an RC. It broke one of our tests that had used ObjectMapper as a

[jackson-user] deserializing empty string

2018-08-15 Thread Moses Nakamura
Hey, I'm upgrading to 2.9.6 from 2.8.4, and I've run into a snag. It seems like jackson used to fail to deserialize "" and throw an exception, but now it is happy to deserialize it as null. I can try to update all of the callsites where we were relying on the previous behavior to check