skrcode opened a new pull request, #72:
URL: https://github.com/apache/flink-connector-opensearch/pull/72

   ## Summary
   
   - completes the HttpClient 5.6.3 upgrade from #70
   - excludes `httpclient5` 5.6 from `opensearch-java` because this module 
already declares the selected 5.6.3 version directly
   - leaves the rest of the OpenSearch Java client graph unchanged
   
   ## Why
   
   `opensearch-java:3.8.0` still declares `httpclient5:5.6`, while #70 upgrades 
the module's direct dependency to 5.6.3. The repository's `check-convergence` 
profile therefore rejects both paths. Excluding the transitive copy makes the 
direct declaration the single version owner.
   
   Companion source: #70 at `f8623c3d01607fa90b43994fe13a8565b9c99c90`.
   
   ## Verification
   
   - `mvn clean install -U -B --no-transfer-progress -pl 
flink-connector-opensearch3 -Dflink.version=2.1-SNAPSHOT 
-Dflink.convergence.phase=install -Pcheck-convergence` — passed on JDK 17; 10 
unit tests and 5 OpenSearch 3 integration tests passed, with Checkstyle, 
Spotless, and dependency convergence passing
   - `mvn -B --no-transfer-progress -pl flink-connector-opensearch3 
dependency:tree -Dincludes=org.apache.httpcomponents.client5:httpclient5` — 
reports only `httpclient5:5.6.3`
   - `git diff --check` — passed
   
   ## Execution profile
   
   `gpt-5.6-sol · xhigh · fast`
   


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