- 19 Jun, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 14 Jun, 2018 1 commit
-
-
Johannes Edmeier authored
fixes #780
-
- 13 Jun, 2018 1 commit
-
-
Thomas Bosch authored
Using spring.boot.admin.ui.title/spring.boot.admin.ui.brand you can customise the page title and logo/title shown in the navbar closes #212
-
- 10 Jun, 2018 1 commit
-
-
Johannes Edmeier authored
Force the connections in wiremock tests to be closed. See https://github.com/tomakehurst/wiremock/issues/485
-
- 09 Jun, 2018 1 commit
-
-
Thomas Bosch authored
-
- 08 Jun, 2018 1 commit
-
-
Johannes Edmeier authored
As Spring Boot 1.4.x and older doesn't use the vendor content-type for the actuator endpoints, we also need to consider application/json responses for the legacy conversion fixes #749
-
- 07 Jun, 2018 1 commit
-
-
Janosch Hildebrand authored
The to/from statuses were previously inverted. Test message contents in tests for MicrosoftTeamsNotifier.doNotify().
-
- 29 May, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 25 May, 2018 2 commits
-
-
Johannes Edmeier authored
Setting a loglevel for logger names with spaces currently fails because the servlet.InstanceProxyController messes with the encoding. With this commit the path is correctly encoded before being forwarded. fixes #755
-
Johannes Edmeier authored
fixes #753
-
- 15 May, 2018 1 commit
-
-
Johannes Edmeier authored
In order to do a relaease not waiting for Spring Cloud Finchley.REALEASE move all depedent stuff into a seperate module which can be excluded during build
-
- 11 Apr, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 10 Apr, 2018 1 commit
-
-
mbaris authored
-
- 06 Apr, 2018 2 commits
-
-
Johannes Edmeier authored
Fixes stalls in threaddump view due to not completing responses - only reactive applications were affected so far.
-
Johannes Edmeier authored
-
- 05 Apr, 2018 5 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
If the build version of the instance is present in the metadata it's now also considered and the version is now a attribute on the instance itself. So when using non-boot application they can provide it via the registration metadata.
-
Johannes Edmeier authored
- use MimeMessage with Content-Type text/hmtl - use a single template for subject and body - use a Spring aware TemplateResolver
-
kevin peters authored
-
- 04 Apr, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 30 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 23 Mar, 2018 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
The WebClient's responses should be always consumed, so that underlying buffers are released. Fixes #666
-
- 20 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 18 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 12 Mar, 2018 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 09 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 06 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 05 Mar, 2018 1 commit
-
-
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
-
- 02 Mar, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 20 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
... to support multiple HttpHeadersProviders
-
- 19 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 16 Feb, 2018 1 commit
-
-
Johnny Lim authored
-
- 05 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 04 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 01 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 20 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 04 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
The info should be updated when the registration has changed. In order to prevent a stale instance info, the sba client includes a "startup" timestamp in the metadata as default. So when the instance is restarted the registration changes and the info is updated, even when the instance isn't considered as down in between. To prevent this when using a discovery client you need to add a value to the metadata which changes with every restart. (e.g. `random=${random.value}`) fixes #556
-