Skip to content
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

Set http.agent Java property #2331

Merged
merged 2 commits into from
Nov 3, 2021
Merged

Set http.agent Java property #2331

merged 2 commits into from
Nov 3, 2021

Conversation

fthomas
Copy link
Member

@fthomas fthomas commented Nov 3, 2021

Follow-up to #2330. This also sets the http.agent Java property which
is used for java.net.HttpURLConnection's User-Agent. HttpURLConnection
is used in this code base by Coursier and the default FileAlg#readUri
implementation.

Follow-up to #2330. This also sets the `http.agent` Java property which
is used for `java.net.HttpURLConnection`'s `User-Agent`. `HttpURLConnection`
is used in this code base by Coursier and the default `FileAlg#readUri`
implementation.
@fthomas fthomas added the enhancement New feature or request label Nov 3, 2021
@fthomas fthomas added this to the 0.13.0 milestone Nov 3, 2021
@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #2331 (481b6d9) into master (2593625) will increase coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2331      +/-   ##
==========================================
+ Coverage   79.67%   79.70%   +0.03%     
==========================================
  Files         137      137              
  Lines        2391     2390       -1     
  Branches       60       58       -2     
==========================================
  Hits         1905     1905              
+ Misses        486      485       -1     
Impacted Files Coverage Δ
...la/org/scalasteward/core/application/Context.scala 73.01% <0.00%> (+1.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2593625...481b6d9. Read the comment docs.

@fthomas fthomas merged commit 58e2d0d into master Nov 3, 2021
@fthomas fthomas deleted the topic/set-http-agent-property branch November 4, 2021 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant