On Tue, Jan 7, 2020 at 7:16 AM Volkan Yazıcı <[email protected]> wrote:
> On Sunday, December 29, 2019 at 10:56:50 PM UTC+1, Volkan Yazıcı wrote: >> >> On Sunday, December 29, 2019 at 3:42:31 PM UTC+1, Volkan Yazıcı wrote: >> >>> On Sunday, December 29, 2019 at 12:31:42 AM UTC+1, Tatu Saloranta wrote: >>> >>>> I guess that if you are only focusing on JSON output (and not other >>>> formats), you could probably use sequence of: >>>> >>>> writeRawValue(firstPart); >>>> writeRaw(secondAndOthers) >>>> >>> >>> This did not really work for me. But right now I cannot recall why. I >>> will give this another try and will let you know. >>> >> >> I guess I have a smoking gun here: FilteringGeneratorDelegate! I have >> reported the issue along with the reproduction path in #588 >> <https://github.com/FasterXML/jackson-core/issues/588>. >> > > Tatu, I've submitted two PRs for the issues that I've reported: #589 > <https://github.com/FasterXML/jackson-core/pull/589> and #590 > <https://github.com/FasterXML/jackson-core/pull/590>. Would you be so > kind to include them in 2.11, please? And do you have an ETA for that > release? (I need the writeNumber(char[], int, int) fix for > log4j2-logstash-layout <https://github.com/vy/log4j2-logstash-layout>.) > Hi there! thank you for submitting those -- this (#587, I think) is on my todo list: https://github.com/FasterXML/jackson-future-ideas/wiki/Jackson-Work-in-Progress and I'll try to get it done in near future, now that 2.10.2 release is out (it takes couple of hours to do full minor release). As to 2.11 (pre-release), earliest release-candidate could go out by end of January, but it depends on my progress on the main remaining "big feature" related to `jackson-jr` (which requires API changes and can not go in a patch). After that I'll go over issues and see if there are any other must-have issues with api changes. I am not yet sure if there even should be release-candidates or not (there's limited evidence that I get enough feedback to help with official release), too. Either way, actual 2.11.0 should hopefully be released some time during February 2020. -+ Tatu +- -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/CAGrxA24s%3DcZr7HwXqZ07VWFhUvuH3Y%2BxKccEyRmYBzoCWwcBpA%40mail.gmail.com.
