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

Merged
merged 1 commit into from
Mar 20, 2019
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 4 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 #1564 into 3.1.x will increase coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##              3.1.x    #1564      +/-   ##
============================================
+ Coverage     83.83%   83.94%   +0.11%     
- Complexity     3627     3633       +6     
============================================
  Files           342      342              
  Lines         27658    27678      +20     
  Branches       5178     5189      +11     
============================================
+ Hits          23186    23235      +49     
+ Misses         2944     2929      -15     
+ Partials       1528     1514      -14
Impacted Files Coverage Δ Complexity Δ
...ain/java/reactor/core/publisher/FluxPublishOn.java 86.84% <0%> (-0.63%) 6% <0%> (ø)
...eactor/core/publisher/ParallelMergeSequential.java 79.79% <0%> (-0.52%) 7% <0%> (ø)
...ava/reactor/core/publisher/WorkQueueProcessor.java 70.12% <0%> (-0.42%) 19% <0%> (ø)
...ore/src/main/java/reactor/core/publisher/Flux.java 99.86% <0%> (ø) 493% <0%> (ø) ⬇️
...va/reactor/core/publisher/FluxMergeSequential.java 82.37% <0%> (+0.06%) 6% <0%> (ø) ⬇️
...c/main/java/reactor/core/publisher/FluxCreate.java 85.34% <0%> (+0.07%) 8% <0%> (ø) ⬇️
...ava/reactor/core/publisher/FluxBufferBoundary.java 88.88% <0%> (+0.08%) 3% <0%> (ø) ⬇️
...java/reactor/core/scheduler/ExecutorScheduler.java 79.16% <0%> (+0.14%) 12% <0%> (ø) ⬇️
...ain/java/reactor/core/publisher/FluxConcatMap.java 87.72% <0%> (+0.29%) 7% <0%> (ø) ⬇️
...c/main/java/reactor/core/publisher/FluxReplay.java 84.16% <0%> (+0.31%) 25% <0%> (ø) ⬇️
... and 12 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 7069971...6fd85a1. Read the comment docs.

@simonbasle simonbasle merged commit 50db4da into reactor:3.1.x 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.

4 participants