leosanqing opened a new pull request, #4461:
URL: https://github.com/apache/incubator-inlong/pull/4461

   ### Prepare a Pull Request
   
   - Title Example: [INLONG-4381][Manager] Optimize client http request
   
   - Fixes #4381
   
   ### Motivation
   
   1. The http parsing of the client calling the web is too redundant, and 
jackson's annotations are not well used.
   2. Client parsing and calling can extract public methods and reduce the 
number of lines of code
   
   ### Modifications
   
   1. Optimize client http request
   2. Use jackson to replace the previous Gson, reduce the bug of 
deserialization, and greatly reduce the number of lines of inlongParse code
   3. Add client unit test
   
   ### Verifying this change
   
   - [  ] This change added tests and can be verified as follow
     - Many new unit tests have been added under the client module
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to