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. 01 Jun, 2016 1 commit
  6. 30 May, 2016 1 commit
  7. 27 Apr, 2016 2 commits
  8. 13 Apr, 2016 1 commit
  9. 30 Mar, 2016 1 commit
  10. 14 Mar, 2016 1 commit
  11. 28 Feb, 2016 2 commits
  12. 14 Feb, 2016 1 commit
  13. 15 Dec, 2015 1 commit
  14. 13 Dec, 2015 1 commit
    • Add context-path property for admin server · e50ad9de
      Johannes Edmeier authored
      Cause it was often requested, now the context-path for the admin server is
      configurable. This allows to move the admin-ui and endpoints to other http-
      paths than "/".
      NOTE: I'd still advise not to add the admin to the application you want to
      monitor.
  15. 11 Nov, 2015 2 commits
  16. 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
  17. 09 Nov, 2015 1 commit
  18. 30 Oct, 2015 1 commit
  19. 21 Oct, 2015 4 commits
    • rework hazelcast support · 8715d2c6
      Johannes Edmeier authored
      Streamline the Hazelcast support with boot 1.3 and support storing events in hazelcast
      
      closes #113
    • Defer the configuration-import · 275647ee
      Johannes Edmeier authored
      Due to our use of @Conditionals on our @Configuration-classes the import must be deferred, so that the classes are processed after all other @Configuration-classes
    • Update to boot 1.3.0.M2 · 36a5c96a
      Johannes Edmeier authored
      remove logfileEndpoint
      rename logback.xml to logback-spring.xml in samples
      
      fixes #98
    • 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
  20. 14 Sep, 2015 1 commit
  21. 30 May, 2015 3 commits
  22. 26 May, 2015 1 commit
  23. 26 Apr, 2015 1 commit
  24. 09 Apr, 2015 1 commit
  25. 18 Mar, 2015 1 commit
  26. 04 Mar, 2015 3 commits
  27. 25 Feb, 2015 1 commit
  28. 08 Dec, 2014 1 commit