Commit Graph

15 Commits

Author SHA1 Message Date
Spring Operator
f791ee31a9 URL Cleanup
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://maven.apache.org/xsd/maven-4.0.0.xsd with 7 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* [ ] http://www.spring.io with 1 occurrences migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* [ ] 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 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences
2019-03-26 00:10:25 -05:00
Spencer Gibb
b762e9ddbc pointing towards reactive redis 2017-08-07 12:55:15 -06:00
Spencer Gibb
b9a9f5167d Going back to snapshots 2017-07-06 10:19:38 -06:00
Spencer Gibb
389cab1c5c Update SNAPSHOT to 2.0.0.M1 2017-07-06 10:16:03 -06:00
Dave Syer
f89de3cc28 Bump versions 2017-06-30 15:29:54 +01:00
Spencer Gibb
e2a2c37a97 Update for new coordinates for reactor-test 2017-06-13 13:05:53 -06:00
Spencer Gibb
1ff978fba0 move to spring 5 multipart formdata support 2017-05-02 12:44:45 -06:00
Spencer Gibb
34e6366451 Initial Redis Rate Limiter
see gh-10
2017-04-14 21:24:15 -06:00
Spencer Gibb
e3ffd321a9 Adds s-c-netflix functionality back 2017-03-17 21:48:22 -06:00
Spencer Gibb
bd6d6ea899 Update to comment out s-c-netflix as it is now not compatible with spring boot 2.0 2017-03-17 17:56:26 -06:00
Spencer Gibb
bcd76d82a5 RequestPredicateFactory args use Tuple
Rather than String[]. Still indexed though.
2017-03-14 23:16:02 -06:00
Spencer Gibb
118b263e31 Use local app for tests by default.
Rather than relying on external httpbin to be up.
2017-03-06 17:31:28 -07:00
Spencer Gibb
5e9bc0e477 remove commons-net dependency 2017-03-02 12:53:07 -07:00
Spencer Gibb
9016cd8367 Creates a sample application.
Uses the starter and fixes conditional on class
2017-03-01 21:25:11 -07:00
Spencer Gibb
ee588eb66d Move to standard spring cloud project structure.
fixes gh-25
2017-03-01 20:45:33 -07:00