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 #1574

Merged
Merged

Conversation

spring-operator
Copy link

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.

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://github.com/reactor with 1 occurrences migrated to:
  https://github.com/reactor ([https](https://github.com/reactor) result 200).
* http://projectreactor.io/docs/core/release/api/ with 3 occurrences migrated to:
  https://projectreactor.io/docs/core/release/api/ ([https](https://projectreactor.io/docs/core/release/api/) result 200).
* http://projectreactor.io/docs/test/release/api/ with 1 occurrences migrated to:
  https://projectreactor.io/docs/test/release/api/ ([https](https://projectreactor.io/docs/test/release/api/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 6 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ with 3 occurrences migrated to:
  https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ ([https](https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/) result 200).
* http://repo.spring.io/libs-milestone with 1 occurrences migrated to:
  https://repo.spring.io/libs-milestone ([https](https://repo.spring.io/libs-milestone) result 302).
* http://repo.spring.io/libs-snapshot with 1 occurrences migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).
* http://repo.spring.io/plugins-release with 1 occurrences migrated to:
  https://repo.spring.io/plugins-release ([https](https://repo.spring.io/plugins-release) result 302).
@codecov-io
Copy link

codecov-io commented Mar 16, 2019

Codecov Report

Merging #1574 into tracing will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             tracing    #1574      +/-   ##
=============================================
- Coverage      84.05%   84.02%   -0.04%     
  Complexity      3926     3926              
=============================================
  Files            363      363              
  Lines          30047    30047              
  Branches        5561     5561              
=============================================
- Hits           25257    25247      -10     
- Misses          3159     3165       +6     
- Partials        1631     1635       +4
Impacted Files Coverage Δ Complexity Δ
...in/java/reactor/core/publisher/FluxWindowWhen.java 80.28% <0%> (-1.45%) 2% <0%> (ø)
.../java/reactor/core/publisher/BlockingIterable.java 77.08% <0%> (-1.05%) 7% <0%> (ø)
...ava/reactor/core/publisher/WorkQueueProcessor.java 69.83% <0%> (-0.83%) 19% <0%> (ø)
...main/java/reactor/core/publisher/FluxGenerate.java 69.32% <0%> (-0.62%) 7% <0%> (ø)
...ain/java/reactor/core/publisher/FluxConcatMap.java 89.85% <0%> (-0.57%) 7% <0%> (ø)
...c/main/java/reactor/core/publisher/FluxExpand.java 94.61% <0%> (-0.45%) 3% <0%> (ø)
...java/reactor/core/publisher/FluxSwitchOnFirst.java 82.74% <0%> (-0.4%) 3% <0%> (ø)
...c/main/java/reactor/core/publisher/FluxCreate.java 86.38% <0%> (-0.25%) 8% <0%> (ø)
...c/main/java/reactor/core/publisher/FluxReplay.java 84.16% <0%> (-0.16%) 25% <0%> (ø)
...rc/main/java/reactor/core/publisher/Operators.java 79.49% <0%> (+0.14%) 123% <0%> (ø) ⬇️
... and 1 more

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 aa5b860...6a3413b. Read the comment docs.

@simonbasle simonbasle merged commit cb0ad19 into reactor:tracing Mar 20, 2019
@reactorbot
Copy link

@spring-operator this PR seems to have been merged on a maintenance branch, please ensure the change is merge-forwarded to master 🙇

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.

None yet

4 participants