1. 22 Jun, 2016 1 commit
  2. 14 Jun, 2016 2 commits
  3. 11 Jun, 2016 1 commit
  4. 09 Jun, 2016 1 commit
  5. 08 Jun, 2016 4 commits
  6. 01 Jun, 2016 2 commits
  7. 30 May, 2016 3 commits
  8. 13 May, 2016 1 commit
  9. 12 May, 2016 2 commits
    • 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.
    • fix for missing dependency · 631f51ae
      Johannes Edmeier authored
  10. 11 May, 2016 2 commits
  11. 06 May, 2016 1 commit
  12. 04 May, 2016 1 commit
  13. 27 Apr, 2016 2 commits
  14. 19 Apr, 2016 1 commit
  15. 18 Apr, 2016 1 commit
  16. 13 Apr, 2016 1 commit
  17. 31 Mar, 2016 1 commit
  18. 30 Mar, 2016 2 commits
  19. 25 Mar, 2016 1 commit
    • Add workaround for chrome not displaying journal · 9c142aa2
      Johannes Edmeier authored
      Chrome dosesn't send parallel requests for the same url. To circumvent that
      behavior add a dummy request-parameter to the event-stream url. Otherwise
      the journal section shows no content on chrome while doing the sse long polling
  20. 24 Mar, 2016 2 commits
  21. 14 Mar, 2016 2 commits
  22. 12 Mar, 2016 1 commit
  23. 05 Mar, 2016 2 commits
  24. 03 Mar, 2016 1 commit
  25. 02 Mar, 2016 2 commits
    • Add spring.boot.admin.auto-registration property · 84cfa693
      Johannes Edmeier authored
      This commit contains multiple changes:
       - Start the registration task after the ApplicationReady event. This makes
         AdminClientProperties.isReady() unnecessary.
       - The RegistarApplicationListener has two new public methods to start/stop the
         periodic registration task.
       - Add spring.boot.admin.auto-registration property (default: true). When this
         property is set the registration task is automatically scheduled after the
         ApplicationReadyEvent.
      
      closes #151