- 27 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 13 Dec, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 16 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
To not pollute the log with warnings when an app is offline log the exception with debug when the application status already was offline before the check. So only the first exception when the state changes to offline will be logged. closes #125
-
- 08 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 31 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
Check if the status field is a String and don't propagate any Exception from the StatusUpdater, so that the application don't fail like in #120
-
- 21 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
* Use @EventListener instead of ApplicationListener-interface * Don't inherit ClientApplicationEvent from ApplicationEvent - so JournaledEvent isn't needed anymore * added eclipse formatter rules * reformatted all files
-
- 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.
-
- 26 May, 2015 2 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-
- 26 Apr, 2015 1 commit
-
-
Johannes Stelzer authored
-
- 04 Mar, 2015 3 commits
-
-
Johannes Stelzer authored
To enable, you just have to add a DiscoveryClient to your Spring Boot Admin Server. Also did some code polish. Closes #44
-
Johannes Stelzer authored
-
Johannes Stelzer authored
-
- 24 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
Fixes #27
-
- 17 Nov, 2014 1 commit
-
-
Johannes Stelzer authored
Rename ApplicationStore methods to spring-data-style
-
- 14 Nov, 2014 2 commits
-
-
Johannes Stelzer authored
-
Johannes Stelzer authored
* Separate AppStore from AppRegistry * Allow Id generation to be altered * Remove logic from Application; Move id genretation into AppRegistry * Make AppStore threadSafe
-