hello. I am using nifi well.
I recently upgraded the version from 1.23.2 to 1.27.0 and encountered the following error in the PartitionRecord process. com.fasterxml.jackson.core.JsonGenerationException: Incomplete surrogate pair: first char 0xD83D, second 0x002A It seems to be a serrogate pair issue, but it seems to have been caused by masking some characters on our side. Nevertheless, I wish it were possible to process json like in previous versions or like python. Is there any way? Could it be that the error occurring differently from the previous version is related to the update of the jackson library? The jackson version of nifi 1.23.2 is 2.15.2, and the jackson version of nifi 1.27.0 is 2.17.1, so I thought it might be a problem. If so, we can change the jackson version and compile it, but we will need to continuously change the nifi version in the future. Could you please give me some advice on this? thank you have a good day