Skip to content

Conversation

@rnc
Copy link
Contributor

@rnc rnc commented Oct 24, 2025

No description provided.

return new HttpDownload( getUrl( resource ), getHttpLocation( resource.getLocation(), download ), target,
transferSizes, eventMetadata, http, mapper, metricRegistry, metricConfig,
globalProxyConfig.getEgressSites(), proxySitesCache );
globalProxyConfig == null ? null : globalProxyConfig.getEgressSites(), proxySitesCache );
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If an HttpClientTransport was manually created the globalProxyConfig might be null so this needs a null check. Found this when testing the updated version against PME.

@sswguo sswguo requested review from ligangty and ruhan1 October 24, 2025 09:37
import static org.hamcrest.MatcherAssert.assertThat;

@SuppressWarnings( "EmptyTryBlock" )
@Ignore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason to ignore this ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops apologies. I'd forgotten about that. I've removed it and removed the upgrade to cassandraUnitVersion which caused it.

Copy link
Member

@sswguo sswguo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@sswguo sswguo merged commit 03f88d9 into Commonjava:master Oct 27, 2025
1 check passed
@rnc rnc deleted the BR1 branch October 27, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants