Commit Graph

32 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
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
Dave Syer
73eea9d8c0 Migrate MVC module over from spring-cloud-function 2017-06-30 14:24:46 +01:00
Spencer Gibb
2d5169e24d Let boot manage spring-data and reactor bom version. 2017-06-14 14:34:14 -06:00
Spencer Gibb
34e6366451 Initial Redis Rate Limiter
see gh-10
2017-04-14 21:24:15 -06:00
Spencer Gibb
5eddb3266f Updates for reactor-bom Bismuth 2017-04-12 14:10:20 -06:00
Spencer Gibb
c152efd523 Polish todo 2017-03-17 22:28:23 -06:00
Spencer Gibb
2ff093cadb Upgrade spring-cloud libs to 2.0.0 2017-03-17 21:17:06 -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
69cb823bf2 polish 2017-03-14 08:11:22 -06:00
Spencer Gibb
684b76e239 Use reactor bom 2017-03-02 12:04:53 -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
Spencer Gibb
c6bf2759f1 Remove hacks needed for experimental webflux 2017-02-24 11:05:14 -07:00
Spencer Gibb
2f5d880cfd Add license info etc... 2017-02-17 20:18:37 -07:00
Spencer Gibb
ed4435018c bump to reactor-netty 0.6.1 2017-02-16 09:17:17 -07:00
Spencer Gibb
986c28bcb4 Update pom to use new webflux starter 2017-02-08 21:33:21 -07:00
Spencer Gibb
2e62325d09 Update to managed assertj-core 3.6.x by boot 2017-02-02 08:10:03 -07:00
Spencer Gibb
a9ce9e061c upgrade to reactor-netty 0.6.1 2017-01-31 19:16:29 -07:00
Spencer Gibb
c31e92a2b5 Adds RemoteAddrRoutePredicate
RemoteAddr=127.0.0.1/24
2017-01-27 20:34:50 -07:00
Spencer Gibb
77962dffc5 Adds DiscoveryClientRouteReader
fixes gh-14
2017-01-27 17:08:51 -07:00
Spencer Gibb
eef052f3de upgrade assertj to 3.x for java8 2017-01-20 18:57:57 -07:00
Spencer Gibb
5aaa116c6a Updates for optional hystrix deps 2017-01-18 12:01:00 -07:00
Spencer Gibb
754fb537b0 Create HystrixRouteFilter 2017-01-17 14:41:05 -07:00
Spencer Gibb
5611b6ad28 Create LoadBalancerClientFilter 2017-01-16 22:39:38 -07:00
Spencer Gibb
5c2e95b8bd initial gateway actuator endpoint 2016-11-23 21:05:50 -07:00
Spencer Gibb
812443974c Reorganized into sub-packages 2016-11-23 17:45:13 -07:00
Spencer Gibb
7d8995df68 Moved to auto configuration and added test 2016-11-23 17:36:28 -07:00
Spencer Gibb
f0a8a412fa clarify and simplify 2016-11-22 18:34:26 -07:00
Spencer Gibb
9e493f80ec first commit 2016-11-16 16:30:25 -07:00