Skip to content

Conversation

@yma955
Copy link
Member

@yma955 yma955 commented Feb 7, 2025

No description provided.

final String contentType, final Http http, ProxySitesCache proxySitesCache )
{
super( url, location, http, HttpStatus.SC_OK, HttpStatus.SC_CREATED );
super( url, location, http, proxySitesCache, HttpStatus.SC_OK, HttpStatus.SC_CREATED );
Copy link
Member

Choose a reason for hiding this comment

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

The publish one may not need this cache, we can pass NULL to match the method signature.

Copy link
Member Author

Choose a reason for hiding this comment

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

@sswguo Actually we have the final place GlobalProxyConfig to configure the allowable job types, while to avoid the unnecessary param assigned and cache validation, I remove this part, thanks, commit: b202499

@sswguo
Copy link
Member

sswguo commented Feb 8, 2025

LGTM.

@yma955 yma955 merged commit c58c8d1 into Commonjava:master Feb 8, 2025
1 check passed
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