Commit Graph

193 Commits

Author SHA1 Message Date
Ryan Baxter
27bbb3f72c Merge pull request #36 from spring-operator/polish-urls-remaining-Edgware
URL Cleanup
2019-03-26 10:42:26 -04:00
Spring Operator
d99e14fd89 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://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://foo/bar with 1 occurrences
* http://localhost with 18 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
* http://nosuchservice with 1 occurrences
* http://simple/ with 1 occurrences
* http://user with 2 occurrences
* http://user::password@localhost:8761/eureka/ with 1 occurrences
2019-03-26 03:24:35 -05: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
Ryan Baxter
842c21a49c Fix casting errors with latest boot snapshots in config retry tests 2018-01-11 11:09:57 -05:00
Spencer Gibb
c74150a5c4 Update to boot 1.5.10.BUILD-SNAPSHOT 2017-11-30 14:48:57 -05:00
Marcin Grzejszczak
4a9adb2220 Made zipkin use the legacy module 2017-11-22 10:39:48 +01:00
Ryan Baxter
67bb0517d6 Updating boot version 2017-08-25 14:21:35 -04:00
Spencer Gibb
e5797638f1 bump turbine amqp java version to 8 2017-07-24 14:46:34 -06:00
Ryan Baxter
022e7eddd5 Merge pull request #12 from bijukunjummen/composite-disovery-client-fix
Fix tests to account for Composite Discovery Client
2017-07-06 10:44:08 -04: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
Dave Syer
9d1e835ad8 Update to released version of Boot for driver 2017-05-16 16:06:41 +01:00
Spencer Gibb
ae0da3b79e Update from NoopDiscoveryClient default to SimpleDiscoveryClient 2017-04-05 20:10:23 -06:00
Ryan Baxter
d05288598a Removed @Ignore for Tomcat tests 2016-12-12 15:27:51 -05:00
Spencer Gibb
216ae1ba6e Update to boot 1.5.0 2016-12-12 12:14:16 -07:00
Spencer Gibb
ec3930ad8d don't ignore eureka first tests 2016-12-12 10:53:12 -07:00
Spencer Gibb
15bfa827a4 rename test 2016-12-12 10:25:41 -07:00
Spencer Gibb
9e64f97d63 remove spring-boot-starter-validation
fixes gh-7
2016-12-12 10:19:30 -07: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
Ryan Baxter
8ab878f6de Merge pull request #9 from ryanjbaxter/tomcat-7.x-tests
Run some tests against Tomcat 7.x
2016-11-09 13:03:37 -05:00
Ryan Baxter
5ba58e8b9a Support dynamic port in test 2016-11-08 13:58:31 -05:00
Ryan Baxter
8d50263207 Run some tests against Tomcat 7.x. Mainly to test Servlet 3.0.1 compatibility. See s-c-netflix issue #1447 2016-11-07 16:15:50 -05:00
Spencer Gibb
c074984d06 Add feign-eager-instantiation
This tests for NPEs when feign clients are eagerly instantiated, via devtools for example.
2016-10-06 12:26:49 -06:00
Dave Syer
454f3ba6b7 Ensure version is scraped from parent pom 2016-09-20 13:48:14 +01:00
Dave Syer
b592196dcb Rationalize dependency management in BOMs 2016-09-19 12:02:59 +01:00
Dave Syer
dc4b4a84f6 Update to Spring Boot 1.4 test APIs 2016-09-15 10:18:19 +01:00
Ryan Baxter
3f72c9e476 Fixes #8 2016-08-29 14:38:21 -04:00
Spencer Gibb
6d0d094241 Removed servlet-api reference
see gh-7
2016-08-29 10:44:33 -06:00
Dave Syer
97ac596ac6 Fix tests a bit more 2016-08-27 15:47:03 +01:00
Dave Syer
1eb0561d74 Fix some tests that fail 2016-08-27 14:25:10 +01:00
Dave Syer
0a61633d65 Fix hystrix tests (wrong assertion) 2016-08-27 12:05:26 +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
Spencer Gibb
0d360c5c0b updated mvnw script 2016-08-17 10:39:16 -06:00
Dave Syer
a2661e53f4 Change repo URLs to https 2016-08-17 17:31:28 +01:00
Ryan Baxter
533b6ca105 added circleci badge to readme 2016-08-15 20:43:44 -04:00
Ryan Baxter
0bf8e892dc Set hystrix timeout for CI runs 2016-08-15 20:18:30 -04:00
Ryan Baxter
45d3b03f01 Disabling hystrix 2016-08-15 19:50:08 -04: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
Ryan Baxter
524c2a728d updated circle config 2016-08-12 16:31:58 -04:00
Ryan Baxter
634b804200 updated circle config 2016-08-12 15:40:32 -04:00
Ryan Baxter
f06cf1cefd updated circle config 2016-08-12 15:34:50 -04:00
Ryan Baxter
2b6bbcf6dc fixing post regex 2016-08-11 20:24:13 -04:00
Ryan Baxter
b577ced6c5 fixed post event 2016-08-11 20:06:40 -04:00
Ryan Baxter
ef27742d68 added post build step to capture artifacts 2016-08-11 16:29:08 -04:00