kerwin-zk opened a new pull request, #6311:
URL: https://github.com/apache/paimon/pull/6311

   ### Purpose
   
   To resolve compile-time warnings and align with Apache HttpClient 5 best 
practices, this commit refactors parts of the `paimon-api` module.
   
   The main changes include:
   - Replacing the deprecated `HttpCoreContext.adapt()` with 
`HttpCoreContext.cast()`.
   - Using the new `execute(request, responseHandler)` method instead of the 
old `execute(request)` call to ensure safer resource management.
   
   ### Tests
   
   CI
   


-- 
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