1. 22 Jun, 2016 1 commit
    • Use Eureka's securedHealthUrl if available · f95f7a51
      Johannes Edmeier authored
      Sometimes Eureka only provides only the securedhealthUrl for the service.
      Previous to this commit the applciation won't be registered in that case. So
      with this commit the securedHealthUrl from Eureka is used, when available
      
      fixes #224
  2. 08 Jun, 2016 1 commit
  3. 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