The GitHub Actions job "Java CI" on 
iceberg.git/http-client-hostname-verification-policy has succeeded.
Run started by GitHub user adutra (triggered by adutra).

Head commit for run:
2858de71926ee86d70f095d979a2b6504eebaffb / Alexandre Dutra <[email protected]>
Expose HostnameVerificationPolicy in TLSConfigurer

Apache HttpClient 5.4 introduced a new component: `HostnameVerificationPolicy`, 
which determines whether hostname verification is done by the JSSE provider (at 
socket level, during TLS handshake), the HttpClient (after TLS handshake), or 
both.

This change exposes `HostnameVerificationPolicy` in `TLSConfigurer`. This 
component is particularly useful when attempting to bypass hostname 
verification, e.g. by using the `NoopHostnameVerifier`. The default policy is 
set to `BOTH`, which produces the same result as before.

Report URL: https://github.com/apache/iceberg/actions/runs/22620570829

With regards,
GitHub Actions via GitBox

Reply via email to