Re: [jackson-user] Release Signing Key Change with 2.11.2

2021-03-08 Thread 'Ward, Evan' via jackson-user
Hi Tatu, On Sat, 2021-03-06 at 19:48 -0800, Tatu Saloranta wrote: > On Fri, Mar 5, 2021 at 10:22 AM 'Ward, Evan' via jackson-user > wrote: > > > > Hi, > > > > First, thank you for making Jackson! > > Hi there! > > > > > I noticed while upgrading to a newer version of Jackson that the > >

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

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

2021-03-08 Thread Tatu Saloranta
On Mon, Mar 8, 2021 at 8:19 AM Tamás Cservenák wrote: > > Howdy, > > any news about POM whereabouts? Or the 2.12.2.1 w/ POMs? Unfortunately, no, given that this does not seem like a transient problem but systemic with the release with latest pom.xml of jaxrs-providers. Because of this, it is not

Re: [jackson-user] Release Signing Key Change with 2.11.2

2021-03-08 Thread Tatu Saloranta
On Mon, Mar 8, 2021 at 7:10 AM 'Ward, Evan' via jackson-user wrote: > > Hi Tatu, > > On Sat, 2021-03-06 at 19:48 -0800, Tatu Saloranta wrote: > > On Fri, Mar 5, 2021 at 10:22 AM 'Ward, Evan' via jackson-user > wrote: > > > Hi, > > First, thank you for making Jackson! > > > Hi there! > > > I

[jackson-user] Documenting Jackson's support for "line-delimited JSON" (aka "Streaming JSON"): https://cowtowncoder.medium.com/line-delimited-json-with-jackson-69c9e4cb6c00

2021-03-08 Thread Tatu Saloranta
So, as per title, blogged a bit about functionality Jackson has had for a while: support for reading and writing line-delimited -- one JSON (root) value per line -- content. Also referred to as "Streaming JSON" (https://en.wikipedia.org/wiki/JSON_streaming):