213 Commits

Author SHA1 Message Date
Ryan Baxter
9bf73652ac Changes to https for example.com 2019-05-22 19:17:24 -04:00
Ryan Baxter
31ccf95a33 Merge pull request #24 from spring-operator/polish-urls-apache-license-Finchley
URL Cleanup
2019-03-26 11:28:56 -04:00
Ryan Baxter
97d37808d3 Merge pull request #33 from spring-operator/polish-urls-xml-Finchley
URL Cleanup
2019-03-26 11:28:02 -04:00
Ryan Baxter
549cc69410 Merge pull request #37 from spring-operator/polish-urls-remaining-Finchley
URL Cleanup
2019-03-26 11:27:28 -04:00
Spring Operator
75e045e9a0 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 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
* 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:43 -05:00
Spring Operator
955ecee005 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://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 70 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 35 occurrences
2019-03-26 00:00:31 -05:00
Spring Operator
4565d9b428 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:34 -05:00
Spring Operator
bfb8b37ee7 URL Cleanup (#17)
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 35 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 70 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 35 occurrences
2019-03-16 11:14:44 -04:00
Marcin Grzejszczak
299e7d86d2 Bumped versions 2018-10-19 14:58:45 +02:00
Spencer Gibb
031b39f1e0 Adds script to run all tests and fail at end 2018-07-30 20:04:11 -04:00
Spencer Gibb
2516e09935 Adds ribbon starter 2018-07-30 20:03:58 -04:00
Ryan Baxter
a6c46067fd Update tests to use boot 2.0.3.BUILD-SNAPSHOT 2018-05-31 15:48:17 -04:00
Ryan Baxter
47f621d149 Fix test due to API changes in spring cloud config 2018-05-31 14:54:23 -04:00
Spencer Gibb
321e7f77af Revert "Bump stream tests to boot 2.0.0.RC2"
This reverts commit afb3a01
2018-02-27 14:14:39 -05:00
Spencer Gibb
afb3a0197b Bump stream tests to boot 2.0.0.RC2 2018-02-26 15:21:34 -05:00
Ryan Baxter
8b98f5ca07 Update to tests due to new openfeign project 2018-02-22 16:58:03 -05:00
Marcin Grzejszczak
350437824f Fixed not compiling code 2018-02-21 14:36:49 +01:00
Spencer Gibb
acdcb4a6d5 Use new endpoint exposure property 2018-02-12 21:09:59 -05:00
Spencer Gibb
5a6d76d003 Updates for sleuth 2 changes 2018-01-22 15:29:17 -05:00
Ryan Baxter
fbc8eca31d Merge remote-tracking branch 'origin/Edgware' 2018-01-11 11:18:29 -05:00
Ryan Baxter
842c21a49c Fix casting errors with latest boot snapshots in config retry tests 2018-01-11 11:09:57 -05:00
Ryan Baxter
311ff23b4c Revert "Fixing config retry test to work with boot 1.5.10"
This reverts commit da0aa3b518.
2018-01-11 10:53:05 -05:00
Ryan Baxter
da0aa3b518 Fixing config retry test to work with boot 1.5.10 2018-01-11 10:47:24 -05:00
Spencer Gibb
7bdefab23a Updates for Finchley and boot 2.0 2017-11-30 15:45:02 -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