- 27 Aug, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 24 Aug, 2017 2 commits
-
-
Johannes Edmeier authored
fixes #531
-
Anders Båtstrand authored
fixes #515.
-
- 23 Aug, 2017 2 commits
-
-
Jan Thewes authored
fixes #529
-
Johannes Edmeier authored
-
- 09 Aug, 2017 1 commit
-
-
Johannes Edmeier authored
The actuator endpoints are detected by either querying the index endpoint for spring boot 2.x applications or by probing a configurable list of endpoints using a OPTIONS request.
-
- 08 Aug, 2017 1 commit
-
-
Michael authored
-
- 30 Jul, 2017 2 commits
-
-
Johannes Edmeier authored
-
fernandosure authored
-
- 25 Jul, 2017 21 commits
-
-
Johannes Edmeier authored
Since there is no Heartbeat or InstanceRegisteredEvent when using the SimpleDiscoveryClient we need to listen on the ApplicationReadyEvent and register the configured instances closes #505
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
* extract InfoUpdater from StatusUpdater * rename ApplicationJournal to ClientApplicationEventStore * ClientApplicationEventStore now implements reactor's Publisher * Reworked AdminApplicationTest to be more sophisticated.
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 24 Jul, 2017 5 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
The Spring team discourages the use of the `spring.*` configuration namespace, hence I use the major update and move all properties. With this commit all client related properties are moved to `sbadmin.client`.
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
In order to reduce the noise in the application log, only the first failure when registering is logged on the WARN level. All further attempts are logged using the DEBUG level. closes #490
-
- 23 Jul, 2017 3 commits
-
-
Johannes Edmeier authored
With this commit two new properties were added to ease the client configuration when used in servlet containers: `spring.boot.admin.client.management-base-url` and `spring.boot.admin.client.service-base-url`. Both properties can be used to specify protocol, host and port for the urls. The paths will still be guessed and appended to the base-urls. Additionally the servlet context path is not read from the properties but from the ServletContext itself. closes #488
-
Johannes Edmeier authored
in order to get the ConfigurationProperties correctly recognized we need to provide some getters for the properties. fixes #493
-
Thibaut Tropardy authored
In case there are multuple MessageConverters present, we mus make sure that the message gets converted into json by setting the content-type header to application/json. fixes #445
-
- 05 Jul, 2017 1 commit
-
-
Johannes Edmeier authored
-