You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/10/06 04:30:55 UTC

[GitHub] [inlong] ciscozhou opened a new pull request, #6084: [INLONG-6068][Manager] Optimize the usage of ObjectMapper

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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang merged pull request #6084: [INLONG-6068][Manager] Optimize the usage of ObjectMapper

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #6084:
URL: https://github.com/apache/inlong/pull/6084


-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org