1. 07 Aug, 2016 2 commits
  2. 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
  3. 11 Jun, 2016 1 commit
  4. 08 Jun, 2016 2 commits
  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
  6. 23 Oct, 2015 1 commit
  7. 21 Oct, 2015 1 commit
    • Use Spring 4.2 events & consistent formatting · 3f4da621
      Johannes Edmeier authored
       * Use @EventListener instead of ApplicationListener-interface
       * Don't inherit ClientApplicationEvent from ApplicationEvent - so JournaledEvent isn't needed anymore
       * added eclipse formatter rules
       * reformatted all files
  8. 30 May, 2015 1 commit
    • Added serverside health-checking. As prerequisite for mail-notification. · 0a931384
      Johannes Stelzer authored
      The health-check is made at a fixed interval (default: 10s) for all expired status-information (default-lifetime: 30s).
      The application health-endpoint must either respond with a JSON-Body having a status-field or with an empty body and all 2xx-http-responses are interpreted as UP and every other status as DOWN.
  9. 12 May, 2015 1 commit
  10. 26 Apr, 2015 1 commit
  11. 04 Mar, 2015 1 commit