1. 10 Jun, 2018 1 commit
  2. 01 Feb, 2018 1 commit
  3. 17 Sep, 2017 1 commit
    • Rename Application to Instance and remove /api prefix · 4a0ff1e6
      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
  4. 25 Jul, 2017 1 commit
  5. 27 Apr, 2016 1 commit
    • Update to Brixton and add Eureka-Service converter · 272633e1
      Johannes Edmeier authored
      Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters.
      A ServiceConverter is used to convert discovered ServiceInstances to
      Applications. The old converter and one for Eureka is provided. It is also
      possible to provide your own implementation.
      
      closes #154