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

URL Cleanup #1323

Merged
Merged

Conversation

spring-operator
Copy link
Contributor

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

Fixed URLs

Fixed Success

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

Ignored

These URLs were intentionally ignored.

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* [ ] http://repo.spring.io/release with 1 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 16 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 8 occurrences
@codecov
Copy link

codecov bot commented Mar 26, 2019

Codecov Report

Merging #1323 into 1.4.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              1.4.x    #1323   +/-   ##
=========================================
  Coverage     76.71%   76.71%           
  Complexity      742      742           
=========================================
  Files            83       83           
  Lines          2839     2839           
  Branches        404      404           
=========================================
  Hits           2178     2178           
  Misses          503      503           
  Partials        158      158

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 3bea0a5...6ebead1. Read the comment docs.

2 similar comments
@codecov
Copy link

codecov bot commented Mar 26, 2019

Codecov Report

Merging #1323 into 1.4.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              1.4.x    #1323   +/-   ##
=========================================
  Coverage     76.71%   76.71%           
  Complexity      742      742           
=========================================
  Files            83       83           
  Lines          2839     2839           
  Branches        404      404           
=========================================
  Hits           2178     2178           
  Misses          503      503           
  Partials        158      158

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 3bea0a5...6ebead1. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 26, 2019

Codecov Report

Merging #1323 into 1.4.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              1.4.x    #1323   +/-   ##
=========================================
  Coverage     76.71%   76.71%           
  Complexity      742      742           
=========================================
  Files            83       83           
  Lines          2839     2839           
  Branches        404      404           
=========================================
  Hits           2178     2178           
  Misses          503      503           
  Partials        158      158

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 3bea0a5...6ebead1. Read the comment docs.

@ryanjbaxter ryanjbaxter merged commit 30a35ac into spring-cloud:1.4.x Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants