- 18 Jun, 2018 1 commit
-
-
Johannes Edmeier authored
fixes #789
-
- 11 Jun, 2018 1 commit
-
-
Tommy Ludwig authored
Before this, the route was always lower-cased, but this makes the route registered with Spring Boot Admin not accessible. This changes to use the route as it is, and updates a test to include an uppercase letter in the route.
-
- 18 May, 2018 1 commit
-
-
Johannes Edmeier authored
fixes #738
-
- 05 Apr, 2018 1 commit
-
-
kevin peters authored
The TaskScheduler used for periodically registering is removed from the application context and moved to the ApplicationRegistrationListener. see #478
-
- 05 Mar, 2018 2 commits
-
-
Johannes Edmeier authored
-
Tetsushi Awano authored
This commit enables client and server to work out of the box on CloudFoundry. The client derives the registration info (url and metadata) from the VCAP environment variables. The server computes a unique instanceId and the correct headers for the cf router based on the metadata provided by instances. Also suppots the CloudFoundry discovery client ootb. closes #434
-
- 04 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
When running on any CloudPlatform the auto-deregistration defaults to true otherwise the behaviour is unchanged. closes #658
-
- 26 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
in order to easily contribute programmatically to the metadata this commit adds an MetadataContributor as extionsion point.
-
- 16 Feb, 2018 1 commit
-
-
Johnny Lim authored
-
- 11 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-