- 15 Jul, 2016 3 commits
-
-
Mike Liu authored
With this commit you can from now on register the application on multiple servers. You need to set spring.boot.admin.register-once to false and assign a list of urls to spring.boot.admin.url
-
Johannes Edmeier authored
-
Johannes Edmeier authored
fixes #230
-
- 06 Jul, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #226
-
- 22 Jun, 2016 2 commits
-
-
Johannes Edmeier authored
Sometimes Eureka only provides only the securedhealthUrl for the service. Previous to this commit the applciation won't be registered in that case. So with this commit the securedHealthUrl from Eureka is used, when available fixes #224
-
Johannes Edmeier authored
-
- 14 Jun, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 11 Jun, 2016 1 commit
-
-
Niklas Herder authored
Checks the DiscoveryClient's services on each heartbeat and removes all services, which are no longer registered.
-
- 09 Jun, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #214
-
- 08 Jun, 2016 4 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
fixes #205
-
Johannes Edmeier authored
Use the metadata for health-/managament-url in the default service conversion. This allows custom health- and management-path per application. fixes #205
-
Johannes Edmeier authored
fixes #205
-
- 01 Jun, 2016 2 commits
-
-
Johannes Edmeier authored
fixes #209
-
Johannes Edmeier authored
-
- 30 May, 2016 3 commits
-
-
Johannes Edmeier authored
closes #201
-
Johannes Edmeier authored
fixes #202
-
Johannes Edmeier authored
-
- 13 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 12 May, 2016 2 commits
-
-
Johannes Edmeier authored
From Spring Cloud Brixton on, the PreDecorationFilter doesn't pass sensitive headers downstream. So the ZuulProperties from the ApplicationContext needs to be used (instead of creating a new instance), so that the properties can be customized.
-
Johannes Edmeier authored
-
- 11 May, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 06 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 04 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 27 Apr, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters. A ServiceConverter is used to convert discovered ServiceInstances to Applications. The old converter and one for Eureka is provided. It is also possible to provide your own implementation. closes #154
-
- 19 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #184
-
- 18 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 13 Apr, 2016 1 commit
-
-
dobo authored
-
- 31 Mar, 2016 1 commit
-
-
Johannes Edmeier authored
fixes #175
-
- 30 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
-
Sebastian Meiser authored
added CompositeNotifier to allow for multiple notifiers. Only used when multiple notifiers are configured and no primary notifier is already configured.
-
- 25 Mar, 2016 1 commit
-
-
Johannes Edmeier authored
Chrome dosesn't send parallel requests for the same url. To circumvent that behavior add a dummy request-parameter to the event-stream url. Otherwise the journal section shows no content on chrome while doing the sse long polling
-
- 24 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
Fixed HipchatNotifierConfiguration to be a static class
-
Sebastian Meiser authored
changed HipchatNotifierConfiguration to be a static class, otherwise application context doesn't start up when hipchat notification is enabled.
-
- 14 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
-
ukjbrown authored
-
- 12 Mar, 2016 1 commit
-
-
Johannes Edmeier authored
-