- 27 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 26 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 23 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 20 Feb, 2018 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
... to support multiple HttpHeadersProviders
-
- 19 Feb, 2018 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 16 Feb, 2018 3 commits
-
-
Johnny Lim authored
-
Johannes Edmeier authored
fixes #647
-
Johannes Edmeier authored
closes #560
-
- 11 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 05 Feb, 2018 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 04 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 01 Feb, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 29 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 25 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 20 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 14 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
-
- 02 Jan, 2018 1 commit
-
-
Johannes Edmeier authored
-
- 01 Jan, 2018 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 09 Dec, 2017 3 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Don't output metadata in Registration.toString()
-
Johannes Edmeier authored
-
- 10 Nov, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 22 Sep, 2017 4 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
Johannes Edmeier authored
It's indended by the Jackson developers to extend StdDeserializer and not the JsonDeserializer
-
Johannes Edmeier authored
... to prevent registration of the controller from standard spring mechanisms
-
- 17 Sep, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
It turns out that imho when talking about application groups (identified by name) and application instances it's just logical to speak of instances and applications. So the Application class get's renamed to Instance. So an Application is now a set of Instances with the same name
-
- 28 Aug, 2017 2 commits
-
-
Johannes Edmeier authored
To avoid some strange config sorting errors using the DeferredImportSelector, switch to a real AutoConfiguration activated by a marker bean
-
Johannes Edmeier authored
-
- 27 Aug, 2017 1 commit
-
-
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.
-
- 25 Jul, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-