The GitHub Actions job "Java CI" on iceberg.git/http-client-hostname-verification-policy has failed. Run started by GitHub user adutra (triggered by adutra).
Head commit for run: ad082ad26afa6b3b4a35ee8ef237a8e6556934cd / 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/22620225065 With regards, GitHub Actions via GitBox
