- 27 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 26 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 23 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 19 Jan, 2018 1 commit
-
-
Thomas Traude authored
-
- 17 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
closes #627
-
- 13 Jan, 2018 3 commits
-
-
Johannes Edmeier authored
In order to make the starters compliant to the spring boot naming rules I added a codecentric-* prefix to the server and the client starters. All samples are now using our starters and the docs were alignes with these changes. In order to not suprise existing users I've added a relocation to our old module
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 12 Jan, 2018 3 commits
-
-
Johannes Edmeier authored
I removed the unecessary plugins from the build and reworked it to use the ci friendly way of setting the version for releases (see https://maven.apache.org/maven-ci-friendly.html).
-
Josh Long authored
This removes the spring-boot-starter-parent from the build, and duplicates the necessary plugin configuration in he Spring Boot Admin' parent instead. This way our BOM doesn't include version for dependencies managed by boot's BOM
-
Johannes Edmeier authored
-
- 01 Jan, 2018 1 commit
-
-
wonwoo authored
-
- 27 Dec, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 30 Nov, 2017 3 commits
-
-
Johannes Edmeier authored
-
tomd8451 authored
-
Johannes Edmeier authored
closes #597
-
- 29 Nov, 2017 1 commit
-
-
Lukasz Kryger authored
This helps to quickly track down configuration problems, especially in systems that generate the config rather than depend on flat files.
-
- 16 Nov, 2017 6 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
closes #591
-
Johannes Edmeier authored
fixes #590
-
Johannes Edmeier authored
fixes #590 (old client - new server)
-
Johannes Edmeier authored
fixes #590 (new client - old server)
-
Johannes Edmeier authored
fixes #590
-
- 04 Nov, 2017 1 commit
-
-
Pabolu,Shashidar authored
fixes #578
-
- 17 Oct, 2017 1 commit
-
-
Huang YunKun authored
-
- 19 Sep, 2017 1 commit
-
-
Johannes Edmeier authored
Options requests are now passed to the servlet. Therefore the OptionsDispatchungZuulController isn't necessary anymore. This fixes a memory leak introduced by this class. fixes #545
-
- 13 Sep, 2017 2 commits
-
-
Johnny Lim authored
-
Johnny Lim authored
-
- 02 Sep, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 01 Sep, 2017 1 commit
-
-
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
-
- 08 Aug, 2017 1 commit
-
-
Michael authored
-
- 30 Jul, 2017 2 commits
-
-
Johannes Edmeier authored
-
fernandosure authored
-
- 25 Jul, 2017 1 commit
-
-
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
-
- 24 Jul, 2017 1 commit
-
-
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 1 commit
-
-
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
-