15 Commits

Author SHA1 Message Date
Olga Maciaszek-Sharma
883d2de413 Adjust to changes in commons. 2020-12-11 10:18:32 +01:00
spencergibb
859f8d988c Updates tests for boot 2.3 and ilford (2020.0) 2020-05-29 19:21:13 -04:00
Ryan Baxter
047baa68a8 Use https for example.com 2019-05-23 10:17:10 -04:00
Spring Operator
26b2380124 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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://foo/bar (UnknownHostException) with 1 occurrences migrated to:
  https://foo/bar ([https](https://foo/bar) result UnknownHostException).
* [ ] http://nosuchservice (UnknownHostException) with 1 occurrences migrated to:
  https://nosuchservice ([https](https://nosuchservice) result UnknownHostException).
* [ ] http://simple/ (UnknownHostException) with 1 occurrences migrated to:
  https://simple/ ([https](https://simple/) result UnknownHostException).
* [ ] http://user (UnknownHostException) with 2 occurrences migrated to:
  https://user ([https](https://user) result UnknownHostException).
* [ ] http://user::password@localhost:8761/eureka/ (UnknownHostException) with 1 occurrences migrated to:
  https://user::password@localhost:8761/eureka/ ([https](https://user::password@localhost:8761/eureka/) result UnknownHostException).

## 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://cloud.spring.io/spring-cloud-static/spring-cloud.html with 1 occurrences migrated to:
  https://cloud.spring.io/spring-cloud-static/spring-cloud.html ([https](https://cloud.spring.io/spring-cloud-static/spring-cloud.html) result 200).
* [ ] http://example.com with 1 occurrences migrated to:
  https://example.com ([https](https://example.com) result 200).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 17 occurrences
* http://localhost:7777 with 1 occurrences
* http://localhost:8000/src/main/resources/health.json with 1 occurrences
* http://localhost:8080 with 1 occurrences
* http://localhost:8080/hystrix.stream with 1 occurrences
* http://localhost:8888 with 1 occurrences
2019-03-20 15:39:57 -05:00
Ryan Baxter
8b98f5ca07 Update to tests due to new openfeign project 2018-02-22 16:58:03 -05:00
Biju Kunjummen
f2287e8749 Fix tests to account for Composite Discovery Client 2017-07-05 08:45:41 -07:00
Spencer Gibb
ae0da3b79e Update from NoopDiscoveryClient default to SimpleDiscoveryClient 2017-04-05 20:10:23 -06:00
Dave Syer
dc4b4a84f6 Update to Spring Boot 1.4 test APIs 2016-09-15 10:18:19 +01:00
Ryan Baxter
45d3b03f01 Disabling hystrix 2016-08-15 19:50:08 -04:00
Spencer Gibb
aa85eb8aeb Update tests to use @WebIntegrationTest 2016-03-14 11:23:13 -06:00
Dave Syer
6685c26e93 Switch off distracting logging 2015-03-18 10:38:28 +00:00
Dave Syer
c3ce13501e Add 2 projects with minimal dependencies
One for Spring Config with no webapp (noweb) and one for
Eureka (or noop discovery) with no web dependencies at all.
2015-02-09 13:31:48 +00:00
Spencer Gibb
a4b5dc6a36 fixed feign tests 2015-01-29 11:56:09 -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