-
-
Notifications
You must be signed in to change notification settings - Fork 122
Using RobustHTTPClient utility for artifact downloads #104
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
Using RobustHTTPClient utility for artifact downloads #104
Conversation
ikedam
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.
Looks good to me.
@jglick
Let me know about jenkinsci/apache-httpcomponents-client-4-api-plugin#9 . It says that RobustHTTPClient is a beta API. And it's annotated with Restricted(Beta.class). Will the annotation be removed when releasing apache-httpcomponents-client-4-api-plugin-4.5.5-2.2? If not, how Restricted(Beta.class) works when this request is merged?
As far as I had a quick look on Beta.class, the check by maven should fail without useBeta=true, but it looks succeed even without useBeta=true for apache-httpcomponents-client-4-api-plugin.
Not that quickly, no.
The property is set on the plugin consuming the beta API. |
svanoort
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.
I do not have enough 👍 to give in approval of this. Glad to see it.
Oh, I see. I misunderstood that. It looks annotated as beta for |
|
@ikedam do you have a plan to release this? jenkinsci/jenkins#3480 remains on hold until then. |
|
@jglick I released copyartifact-1.41 with this change. |
Picks up jenkinsci/apache-httpcomponents-client-4-api-plugin#9 so that network problems need not be fatal. Follows up #100.