-
Notifications
You must be signed in to change notification settings - Fork 15
Update versions. Remove commons-lang:2.6. #456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 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 ); |
There was a problem hiding this comment.
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.
| import static org.hamcrest.MatcherAssert.assertThat; | ||
|
|
||
| @SuppressWarnings( "EmptyTryBlock" ) | ||
| @Ignore |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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.
sswguo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
No description provided.