1. 07 Aug, 2016 2 commits
  2. 06 Jul, 2016 1 commit
  3. 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
  4. 11 Jun, 2016 1 commit
  5. 08 Jun, 2016 2 commits
  6. 01 Jun, 2016 1 commit
  7. 30 May, 2016 2 commits
  8. 12 May, 2016 1 commit
    • Use ZuulProperties · 9cb0207f
      Johannes Edmeier authored
      From Spring Cloud Brixton on, the PreDecorationFilter doesn't pass sensitive
      headers downstream.
      So the ZuulProperties from the ApplicationContext needs to be used (instead
      of creating a new instance), so that the properties can be customized.
  9. 04 May, 2016 1 commit
  10. 27 Apr, 2016 2 commits
  11. 13 Apr, 2016 1 commit
  12. 30 Mar, 2016 1 commit
  13. 24 Mar, 2016 1 commit
  14. 14 Mar, 2016 1 commit
  15. 28 Feb, 2016 1 commit
    • Add RemindingNotifier · 79c850ac
      Johannes Edmeier authored
      The RemindingNotifier sends periodic notifications using a delegate. It must be
      added explicitly to the ApplicationContext
  16. 14 Feb, 2016 1 commit
  17. 15 Dec, 2015 1 commit
  18. 13 Dec, 2015 2 commits
  19. 22 Nov, 2015 1 commit
  20. 17 Nov, 2015 1 commit
  21. 16 Nov, 2015 1 commit
    • Log with debug if application is known to be offline · 3f1de78f
      Johannes Edmeier authored
      To not pollute the log with warnings when an app is offline log the exception with
      debug when the application status already was offline before the check. So only the
      first exception when the state changes to offline will be logged.
      
      closes #125
  22. 11 Nov, 2015 2 commits
  23. 10 Nov, 2015 2 commits
    • 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
    • Remove commons-lang dependent code · 184528cf
      Johannes Edmeier authored
  24. 09 Nov, 2015 1 commit
  25. 08 Nov, 2015 1 commit
  26. 01 Nov, 2015 1 commit
  27. 31 Oct, 2015 1 commit
    • Make StatusUpdater more robust · 6967ddd5
      Johannes Edmeier authored
      Check if the status field is a String and don't propagate any Exception
      from the StatusUpdater, so that the application don't fail like in #120
  28. 30 Oct, 2015 1 commit
  29. 26 Oct, 2015 1 commit
  30. 23 Oct, 2015 1 commit
  31. 21 Oct, 2015 3 commits