- 24 Aug, 2015 2 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-
- 20 Aug, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 19 Aug, 2015 1 commit
-
-
Daniel Roth authored
changed constructor visibility from private to protected in order to be able to derive from Application
-
- 03 Aug, 2015 1 commit
-
-
Johannes Stelzer authored
closes #88
-
- 21 Jul, 2015 1 commit
-
-
Johannes Stelzer authored
There is currently a problem if the Admin Client has version 1.2.0 and the Admin Server has version 1.2.1 due to changes to the model. The server is able to handle the old format but the client is not able to handle the new Format. To prevent this problem in future the response is not deserialized. Only the needed inforamtion (the id) is exctracted.
-
- 17 Jul, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 14 Jul, 2015 1 commit
-
-
Johannes Stelzer authored
increment version
-
- 29 Jun, 2015 1 commit
-
-
Stephen Oakey authored
Added inner-class for admin client registration configuration which is conditional on spring.boot.admin.url. Logfile endpoint is now available when just using Spring Cloud Discovery.
-
- 28 Jun, 2015 1 commit
-
-
klehner authored
add intellij files to ignore
-
- 30 May, 2015 1 commit
-
-
Johannes Stelzer authored
The health-check is made at a fixed interval (default: 10s) for all expired status-information (default-lifetime: 30s). The application health-endpoint must either respond with a JSON-Body having a status-field or with an empty body and all 2xx-http-responses are interpreted as UP and every other status as DOWN.
-
- 22 May, 2015 1 commit
-
-
Johannes Stelzer authored
If `spring.boot.admin.client.useIpAdressOf=<network-interface>` is set properly the ip-address of the specified network-interface is used in the inferenced url to register with. In case the address cannot be determined an exception is thrown and the client won't register. This is for example useful in Docker environments making the inferenced urls work.
-
- 20 May, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 12 May, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 04 May, 2015 2 commits
-
-
Johannes Stelzer authored
-
Stephen Oakey authored
Checks for the presence of Ssl in ServerProperties and that it is enabled, uses https in that case for client URL. Added test case for option.
-
- 26 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 20 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
fixup! Add optional automatic deregistration on shutdown - turned off by default; only periodically try to register when the context is active
-
- 17 Apr, 2015 2 commits
-
-
Johannes Stelzer authored
Add optional automatic deregistration on shutdown - turned off by default; only periodically try to register when the context is active
-
Johannes Stelzer authored
-
- 16 Apr, 2015 1 commit
-
-
clalleme authored
fixes #62
-
- 13 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 12 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
This change not only allows you to use `context-path` and `contextPath` but also respects automatic port assignment when using `server.port=0` or `managment.port=0`. Also corrects the value if server.port != mangement.port and server.context-path and management.server-path is set. fixes #57
-
- 22 Mar, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 18 Mar, 2015 2 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-
- 07 Mar, 2015 1 commit
-