1. 27 Apr, 2016 2 commits
  2. 13 Apr, 2016 1 commit
  3. 30 Mar, 2016 1 commit
  4. 14 Mar, 2016 1 commit
  5. 28 Feb, 2016 2 commits
  6. 14 Feb, 2016 1 commit
  7. 15 Dec, 2015 1 commit
  8. 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.
  9. 11 Nov, 2015 2 commits
  10. 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
  11. 09 Nov, 2015 1 commit
  12. 30 Oct, 2015 1 commit
  13. 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
  14. 14 Sep, 2015 1 commit
  15. 30 May, 2015 3 commits
  16. 26 May, 2015 1 commit
  17. 26 Apr, 2015 1 commit
  18. 09 Apr, 2015 1 commit
  19. 18 Mar, 2015 1 commit
  20. 04 Mar, 2015 3 commits
  21. 25 Feb, 2015 1 commit
  22. 08 Dec, 2014 2 commits
  23. 17 Nov, 2014 1 commit
  24. 14 Nov, 2014 2 commits
  25. 12 Nov, 2014 1 commit
    • Redesigned registration. · 54a67c01
      Johannes Stelzer authored
      * registry-key is derived from URL
      * option to specify a management-URL and other various config options see spring-boot-starter-admin-client/README.md
      * less chatty registration
      * some more test cases
      * show application URL in overview and headline
      * show application info in overview
      * set HTTP-Codes in RegistryController
      
      fixes #13
      fixes #16
      closes #17
      closes #18
      
      I didn't add the key-value-properties to the Application. Since it was somehow redundant to the /info-endpoint.
  26. 10 Nov, 2014 1 commit
  27. 22 Sep, 2014 1 commit