27 Commits

Author SHA1 Message Date
Spring Operator
30aae1f721 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://www.apache.org/licenses/LICENSE-2.0 with 8 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-21 12:28:12 -05:00
Spring Operator
4461cdd801 URL Cleanup (#14)
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 34 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 68 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 34 occurrences
2019-03-16 11:15:44 -04:00
Dave Syer
0027898cbc Update to Brixton 2016-09-21 12:17:38 +01: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
Ryan Baxter
01a05bfc56 Disabling hystrix 2016-08-15 15:27:08 -04:00
Ryan Baxter
fe1b707ce7 adding fallback for feign client 2016-08-15 10:47:21 -04:00
Dave Syer
838352a1b4 Use @RequestMapping on interface to show it works 2016-06-09 15:33:55 +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
Spencer Gibb
5a8c6825db Update tests to use @WebIntegrationTest 2016-03-14 11:23:29 -06:00
Dave Syer
ca6b85b510 Tidy up integration tests for recent changes 2015-11-11 11:04:39 +00: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
2b663bf3bc Update to next snapshot 2015-03-03 14:56:27 +00:00
Spencer Gibb
a4b5dc6a36 fixed feign tests 2015-01-29 11:56:09 -07:00
Spencer Gibb
e4a421d826 added protocol to url 2015-01-29 11:14:02 -07:00
Dave Syer
d80ebcb223 Adjust to new @FeignCLient semantics 2015-01-29 17:42:35 +00:00
Spencer Gibb
b6cc2ad098 add some feign test with and without eureka 2015-01-26 13:32:17 -07:00