- 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
-
- 05 Mar, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
If the management.port and server.port is not the same, the current logfile- endpoint detection fails. With this commit the presence of the endpoint is determined via a HEAD-request fixes #165
-
- 03 Mar, 2016 1 commit
-
-
Christoph Schauer authored
-
- 02 Mar, 2016 3 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
This commit contains multiple changes: - Start the registration task after the ApplicationReady event. This makes AdminClientProperties.isReady() unnecessary. - The RegistarApplicationListener has two new public methods to start/stop the periodic registration task. - Add spring.boot.admin.auto-registration property (default: true). When this property is set the registration task is automatically scheduled after the ApplicationReadyEvent. closes #151
-
BenoitCharret authored
-