45 Commits

Author SHA1 Message Date
Ryan Baxter
9b762b0c05 Updating boot dependency and fixing example.com communication to be https 2019-05-22 14:04:40 -04:00
Spring Operator
82a1bf40d4 URL Cleanup (#16)
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 36 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.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to:  
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 72 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 36 occurrences
2019-03-16 11:15:00 -04:00
Spencer Gibb
c74150a5c4 Update to boot 1.5.10.BUILD-SNAPSHOT 2017-11-30 14:48:57 -05:00
Biju Kunjummen
f2287e8749 Fix tests to account for Composite Discovery Client 2017-07-05 08:45:41 -07:00
Ryan Baxter
df7334b704 Bumping spring cloud version to Edgware 2017-07-05 10:23:01 -04:00
Ryan Baxter
5b4e5d515f Bumping boot version to 1.5.5.BUILD-SNAPSHOT 2017-06-26 14:03:57 -04:00
Spencer Gibb
ae0da3b79e Update from NoopDiscoveryClient default to SimpleDiscoveryClient 2017-04-05 20:10:23 -06:00
Spencer Gibb
0eaf6812fd Upgrade to Dalston 2016-12-12 10:18:24 -07:00
Dave Syer
7162302444 Update to Boot 1.5.0 snapshots 2016-12-11 10:21:02 +00:00
Dave Syer
d9fe14dd56 Update to Camden.SR3 2016-12-10 22:44:55 +00:00
Dave Syer
dc4b4a84f6 Update to Spring Boot 1.4 test APIs 2016-09-15 10:18:19 +01:00
Dave Syer
299e9e26d8 Update to Camden 2016-08-27 11:13:53 +01:00
Dave Syer
1c7382cd6c Revert to snapshots 2016-08-23 08:55:03 +01:00
Dave Syer
605e15e6f1 Test for Brixton.SR5 2016-08-23 08:55:03 +01:00
Dave Syer
a2661e53f4 Change repo URLs to https 2016-08-17 17:31:28 +01:00
Dave Syer
ddb2f26c4e Parameterize cloud version
E.g.

mvn install -P spring-cloud.version=Brixton.RELEASE
2016-05-11 13:58:21 +01:00
Dave Syer
429df2a063 Revert to snapshots 2016-05-11 10:28:00 +01:00
Dave Syer
12da8ef168 Tested with Brixton.RELEASE 2016-05-11 10:27:08 +01:00
Dave Syer
f52fb607bc Update prior to Brixton release 2016-05-11 09:24:08 +01:00
Dave Syer
cc619ac898 Switch groupId to cloud.sample to avoid conflict 2016-04-20 12:08:34 +01:00
Dave Syer
7030749310 Switch to regular spring boot parent pom 2016-04-19 16:16:14 +01:00
Dave Syer
a593c254e9 Add request parameter to home page in zuul sample 2016-04-15 15:07:59 +01:00
Dave Syer
57092f67a6 Fix config for header names 2016-03-09 17:26:30 +00:00
Dave Syer
7903d2e8aa Add some more routes for demos 2016-02-29 13:58:51 +00:00
Dave Syer
c1bcca86ab Ensure there is a NoopDiscoveryClient if @EnableZuulProxy
See https://github.com/spring-cloud/spring-cloud-commons/issues/80
2016-01-18 18:06:42 +00:00
Spencer Gibb
4f7d21a2f3 Update zuul tests 2015-12-23 17:25:37 -07:00
Dave Syer
944a8691e2 Add tests for forwards 2015-10-20 09:24:28 -04:00
Dave Syer
16de62aed5 Fix whitepspace 2015-10-02 15:41:25 +01:00
Dave Syer
77d7195ebc Add explicit repositories (OK for non-deployed artifacts) 2015-08-14 11:47:35 +01:00
Dave Syer
853acf2bdb Update to Brixton 2015-06-26 12:57:11 +01:00
Dave Syer
58608e6101 Update all integration tests to use Angel release train 2015-06-24 17:38:48 +01:00
Dave Syer
27082db5d7 Update to 1.0.3 snapshots 2015-05-01 11:38:11 +02:00
Dave Syer
3e43d56c5f Update to 1.0.2 snapshots 2015-04-23 11:11:22 +01:00
Dave Syer
fd6817805d Tweak tests while verifying changes in netflix core 2015-03-23 16:53:20 +00:00
Dave Syer
7418d9a610 Use cloud parent where possible 2015-03-20 16:27:55 +00:00
Dave Syer
2b663bf3bc Update to next snapshot 2015-03-03 14:56:27 +00:00
Dave Syer
7d0f815404 Switch off deploy plugin 2015-02-13 13:48:44 +00:00
Dave Syer
be1b5f115e Add test apps for form encoding
See file.txt for example of how to test manually
(or just use the UI at /ui)
2015-02-12 18:32:03 +00:00
Dave Syer
21e1f488aa Make samples work together a bit 2015-02-09 17:06:54 +00:00
Dave Syer
6de171e13f Add application name to sample 2015-02-03 12:17:42 +01:00
Spencer Gibb
a4b5dc6a36 fixed feign tests 2015-01-29 11:56:09 -07:00
Dave Syer
466a0be886 Fix package names 2015-01-27 09:05:50 +00:00
Spencer Gibb
2c2cb3717d update zuul-proxy and added zuul-proxy-eureka 2015-01-23 10:59:18 -07:00
Dave Syer
ba0776bdcc Add README and failing test 2015-01-23 11:06:09 +00:00
Dave Syer
37e703343d Add one test project 2015-01-23 10:55:14 +00:00