Spencer Gibb
70f0cdca3e
Update mvnw to 3.5.0
...
fixes gh-299
2017-09-27 12:22:07 -04:00
Ryan Baxter
7971265acf
Remove optional @EnableDiscoveryClient ( #355 )
...
* Remove optional @EnableDiscoveryClient. Fixes #353 .
2017-09-25 13:17:40 -04:00
Spencer Gibb
0e3846a504
Upgrade to latest consul docker image.
...
fixes gh-354
2017-08-31 15:52:43 -06:00
Marcin Grzejszczak
98f9214ca6
Referrencing resources from sc-build
2017-08-31 15:05:52 +02:00
Marcin Grzejszczak
544e073a2f
Migrated to new docs; fixes #351
2017-08-29 13:40:07 +02:00
Marcin Grzejszczak
6ae6deae1e
Bumped libs
2017-08-29 13:38:22 +02:00
Franz van Betteraey
ce3ca8ee99
trivial typo fix ( #334 )
2017-07-12 13:59:29 -04:00
Spencer Gibb
7d7a4b0d6a
Bump commons to 1.3.0
2017-06-30 19:42:30 -06:00
LetTheAwesomeBegin
87528424a9
Add ability to skip certificate verification during service checks ( #312 )
...
* Add ability to skip certificate verification during service checks
Fixes gh-261
* Update to randomized port and class name based on feedback
* Move properties to @SpringBootTest
* Format code using Spring Cloud Build formatter
* Remove unused imports
2017-06-13 14:39:26 -04:00
Spencer Gibb
eaf1ba5d3e
Bump version to 1.2.2.BUILD-SNAPSHOT
2017-05-22 13:25:56 -06:00
Spencer Gibb
26e211f846
Going back to snapshots
2017-05-22 13:18:03 -06:00
Spencer Gibb
c07c11d593
Update SNAPSHOT to 1.2.1.RELEASE
2017-05-22 13:12:15 -06:00
Spencer Gibb
40beaf9d8f
Upgrade Ecwid consul-api to 1.2.2
...
fixes gh-300
2017-05-22 12:52:19 -06:00
Spencer Gibb
bba6c16a34
Bump version to 1.2.1.BUILD-SNAPSHOT
2017-04-10 21:31:59 -06:00
Spencer Gibb
8f20330a53
Going back to snapshots
2017-04-10 21:25:09 -06:00
Spencer Gibb
419c1bc28a
Update SNAPSHOT to 1.2.0.RELEASE
2017-04-10 21:17:02 -06:00
Spencer Gibb
c03056689e
Update mvnw to detect central profile for RELEASE
2017-04-10 21:10:42 -06:00
Spencer Gibb
90a95dd709
Updates CI consul install to 0.7.5
2017-04-10 20:58:56 -06:00
Spencer Gibb
5520dd2ba6
Get seed indexes from consul in property source locator.
...
These initial indexes can then be passsed to the `ConfigWatch` so that
it doesn't have to have an odd skip the first time.
fixes gh-231
fixes gh-278
2017-04-10 20:51:47 -06:00
bomee
f918fee101
Uses ACL token when get servers. ( #294 )
...
fixes gh-293
2017-04-03 23:16:48 -04:00
Brian
d8b1bc7ed8
annotate consul config properties as validated ( #291 )
2017-03-23 14:18:18 -04:00
Spencer Gibb
01d90cefb3
Going back to snapshots
2017-03-16 13:50:11 -06:00
Spencer Gibb
294ed149b8
Update SNAPSHOT to 1.2.0.RC1
2017-03-16 13:44:37 -06:00
Spencer Gibb
8d499ae0aa
Remove hard coded version in readme
2017-03-16 13:26:18 -06:00
Spencer Gibb
00697989e3
Merge pull request #287 from knalx/master
...
* pull287:
Fixes ipv6 formatting for consul discovery.
2017-03-07 10:49:52 -07:00
a.semenkov
d4ab3a1865
Fixes ipv6 formatting for consul discovery.
2017-03-07 10:49:41 -07:00
Spencer Gibb
73f9efa2e4
formatting
2017-02-28 14:18:04 -07:00
Spencer Gibb
90eeebf3e2
move boot managed deps to parent pom.
2017-02-28 14:15:11 -07:00
Spencer Gibb
b4e413f3b1
adds management.security.enabled=false
2017-02-28 14:14:45 -07:00
Jin Zhang
87252e728f
ConsulServerList#toString(): use StringBuilder instead of StringBuffer ( #283 )
2017-02-28 13:01:34 -05:00
Abderrazak (عبدالرزاق)
9bcfee8a3a
fixed management.context-path placeholder name ( #284 )
2017-02-28 11:20:13 -05:00
Spencer Gibb
e6cbd11a03
Merge pull request #233 from xetys/fix-discovery-acl
...
* fix-discovery-acl:
Uses ACL token when fetching catalog services
2017-02-20 11:42:32 -07:00
David Steiman
3329f97cad
Uses ACL token when fetching catalog services
...
Adds ACL token to consul client when fetching catalog services
fixes gh-201
2017-02-20 11:42:02 -07:00
Spencer Gibb
0a0b10a19b
Create health check if discovery port is set.
...
If `spring.cloud.consul.discovery.port` is set, the health check was not getting created. Now it is.
fixes gh-281
2017-02-20 10:55:19 -07:00
Spencer Gibb
757fe1af31
Add support for spring.cloud.consul.config.name
...
fixes gh-279
2017-02-15 14:06:31 -07:00
Spencer Gibb
0dba5daba7
polish
2017-02-15 14:04:55 -07:00
Kamil Szymański
a48f79a405
remove unnecessary reference to outer class ( #277 )
2017-02-14 16:59:54 -05:00
Spencer Gibb
e49b8c0aca
Handles null port.
...
fixes gh-276
2017-02-01 12:54:34 -07:00
Spencer Gibb
5b45629063
Revert "Update SNAPSHOT to 1.2.0.M1"
...
This reverts commit 01321d78bd .
2017-01-27 14:30:37 -07:00
Spencer Gibb
01321d78bd
Update SNAPSHOT to 1.2.0.M1
2017-01-27 14:29:17 -07:00
Spencer Gibb
a242582e6c
polish imports
2017-01-27 14:19:22 -07:00
Spencer Gibb
263177a9a6
Merge pull request #247 from jjathman/enable-extending-consul-server-list
...
* enable-extending-consul-server-list:
Fixes #246 - allows for easier extending of the ConsulServerList class so customization of it's behavior can be done more easily.
2017-01-27 14:18:55 -07:00
Joseph Athman
5ff7967514
Fixes #246 - allows for easier extending of the ConsulServerList class so customization of it's behavior can be done more easily.
2017-01-27 14:16:02 -07:00
Spencer Gibb
1a040c0b85
Update to Dalston dependencies.
2017-01-27 14:12:12 -07:00
Spencer Gibb
673189aaea
Guard binder configuration based on properties.
...
fixes gh-273
2017-01-26 13:41:22 -07:00
Spencer Gibb
6c264daace
Update ConsulServiceRegistry.getStatus()
...
It now only returns UP or OUT_OF_SERVICE
2017-01-25 15:06:37 -07:00
Spencer Gibb
f9060823f5
Complete implementation of ServiceRegistry.
...
Specifically getStatus() and setStatus().
Rename serviceId to instanceId to be clearer.
Fixed ConsulLifecycle to honor overridden getServiceId().
2017-01-25 14:22:30 -07:00
Spencer Gibb
c4950d9138
polish
2017-01-17 11:14:08 -07:00
Danny Hamrick
b78812c66d
Add support in ConfigWatch for acl token
...
Fixes gh-264
2017-01-17 11:02:44 -07:00
Spencer Gibb
9394885401
Merge pull request #239 from donnabelldmello/master
...
* pull239:
Adds healthCheckCriticalTimeout to discovery props
2017-01-17 09:10:26 -07:00