leehaut opened a new pull request, #8168:
URL: https://github.com/apache/hop/pull/8168

   Fix  https://github.com/apache/hop/issues/8160
   
   
   ## Summary
   - Fix HOP-8160: `HttpClientManager` now builds clients with 
`setConnectionManagerShared(true)` on the process-wide pool, so closing one 
OData Input client (transform `dispose()`, dialog Get Entity Sets / Get Fields) 
no longer shuts the pool down for later requests. Per-client `ignoreSsl()` 
managers stay unshared.
   
   - Add transforms integration test `0109-odata-input` (Northwind Products 
`ProductID le 3` vs golden dataset).
   - Complete the OData Input user docs (variables, pagination/`$top`, path 
limits, date-null behaviour) and replace the truncated issue-repro sample with 
`odata-input-northwind.hpl`.


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