1. 18 Jun, 2018 1 commit
  2. 11 Jun, 2018 1 commit
  3. 18 May, 2018 1 commit
  4. 05 Apr, 2018 1 commit
  5. 05 Mar, 2018 2 commits
    • Fix: use application_id from VCAP · 976619f4
      Johannes Edmeier authored
    • Support CloudFoundry out of the box · 80eaf615
      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
  6. 26 Feb, 2018 1 commit
    • Add MetadataContirbutor · 393d3da5
      Johannes Edmeier authored
      in order to easily contribute programmatically to the metadata this
      commit adds an MetadataContributor as extionsion point.
  7. 16 Feb, 2018 1 commit
  8. 11 Feb, 2018 1 commit
  9. 06 Feb, 2018 1 commit
  10. 12 Jan, 2018 1 commit
    • Add BOM, server-starter and remove boot-parent · 840b910d
      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