ciscozhou opened a new pull request, #6084: URL: https://github.com/apache/inlong/pull/6084
### Prepare a Pull Request - Fixes #6068 ### Motivation Optimize the usage of ObjectMapper. We already create an instance of ObjectMapper in the `JsonUtils`, it is no need to create it again in DTO classes and other client classes. ### Modifications Reuse the ObjectMapper instance in JsonUtils. ### Verifying this change - [x] This change is a trivial rework/code cleanup without any test coverage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org