1. 15 Jan, 2017 1 commit
    • Remove CompositeRouteLocator · 17d7699d
      Johannes Edmeier authored
      My PR spring-cloud/spring-cloud-netflix#1448 has been merged into
      Dalston, therefore we can remove our implementation and need to fix some
      comile issues.
  2. 26 Dec, 2016 1 commit
  3. 17 Dec, 2016 1 commit
  4. 02 Nov, 2016 1 commit
  5. 03 Oct, 2016 1 commit
  6. 14 Jun, 2016 1 commit
  7. 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
  8. 11 Nov, 2015 1 commit
  9. 10 Nov, 2015 1 commit
    • Update to Spring Cloud Brixton · 8a6cdfa9
      Johannes Edmeier authored
      Deriving from Spring Clouds ProxyRouteLocator has become too difficult. It would
      have required to either set fixed ZuulProperties or providing a DiscoveryClient.
      So we are shipping our own lean version of it. Since the PreDecorationFilter is tightly
      coupled to the ProxyRouteLocator we also have to use our own stripped down version.
      
      closes #123
  10. 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
  11. 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.
  12. 26 Apr, 2015 1 commit
  13. 04 Mar, 2015 1 commit