spotify / completable-futures

Utilities for working with futures in Java 8
Apache License 2.0
393 stars 51 forks source link

Make Maven site redirect to https on github.io #46

Closed dflemstr closed 8 years ago

mbruggmann commented 8 years ago

Longer-term we should probably think about how to package this kind of thing rather than ship it in every repo (or convince github to do the HTTPS redirect it for us), but for now 👍

dflemstr commented 8 years ago

@mbruggmann I think that's not gonna be possible as long as we use Maven... Many other OSS repos use Gradle, probably for this and other reasons.

mbruggmann commented 8 years ago

@dflemstr I guess the first step would be to <script src= > it from somewhere, e.g. from spotify.github.io/https-redirect.js. That'd allow us to maintain and test it from a central location at least.

On the whole maven site thing: let's see if we can make it work, but if we can't remove it again. Frankly I don't think it generates that much value over just linking to the README on github.

codecov-io commented 8 years ago

Current coverage is 100%

Merging #46 into master will not change coverage

@@            master       #46   diff @@
========================================
  Files            4         4          
  Lines           61        61          
  Methods          0         0          
  Messages         0         0          
  Branches         3         3          
========================================
  Hits            61        61          
  Misses           0         0          
  Partials         0         0          
  1. 4 files (not in diff) in .../com/spotify/futures were modified. more

Powered by Codecov. Last updated by 901f1af...00a0a3c