18 Commits

Author SHA1 Message Date
Spring Operator
e9ee713429 URL Cleanup (#199)
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/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 80 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 16:06:40 -04:00
Spencer Gibb
faf8084f58 Update to commons 1.3.0 2017-06-30 18:08:42 -06:00
Spencer Gibb
057b52545b Make spring-boot-starter-web truly optional.
Fixes gh-103
2017-02-20 14:02:28 -07:00
Spencer Gibb
2115127eb5 Make sure all auto-config respect general zookeeper disabled property
All auto-configuration needs to respect `spring.cloud.zookeeper.enabled=false`.

fixes gh-89
2017-02-10 11:02:17 -07:00
Marcin Grzejszczak
a4a574f70a Fixed flakey test
(cherry picked from commit c32f215)
2017-02-09 09:42:39 -07:00
Marcin Grzejszczak
1ef3301d25 Fixed the hanging test 2016-09-21 12:09:44 +02:00
Spencer Gibb
1ac5e32a3d Fix test to run on random port. 2016-06-15 14:06:08 -06:00
Marcin Grzejszczak
2f35d53859 Fixed the test setup 2016-03-25 11:30:18 +01:00
Marcin Grzejszczak
54acbae918 Added checkstyle 2016-03-09 15:34:35 +01:00
Spencer Gibb
25f370abfe Move o.s.c.util to o.s.c.commons.util 2016-03-02 10:37:48 -07:00
Spencer Gibb
85e3dc0180 polish 2015-11-04 12:45:15 -07:00
Spencer Gibb
f3f42656ba remove feign-ribbon dependency
fixes gh-41
2015-10-02 10:37:58 -06:00
Spencer Gibb
1f23d44d73 allow to run without curator cache for config.
fixes gh-38
2015-09-28 15:08:01 -06:00
Spencer Gibb
aaff1ce2f6 Updated/added copyright 2015-08-10 10:23:01 -06:00
Spencer Gibb
f58a36ef27 Moved classes in -config back to config package.
Added a test to verify that the SampleZookeeperApplication runs

fixes gh-26
2015-08-10 10:14:22 -06:00
Spencer Gibb
09a9c8aad1 move sample app from src/test to src/main so boot can package it 2015-07-29 15:53:49 -06:00
Spencer Gibb
9894f6ca16 support random server.port
fixes gh-11
2015-05-29 12:06:55 -06:00
Spencer Gibb
87357d2732 initial commit 2015-01-28 14:35:15 -07:00