1. 11 Nov, 2015 2 commits
  2. 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
  3. 09 Nov, 2015 1 commit
  4. 30 Oct, 2015 1 commit
  5. 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
  6. 14 Sep, 2015 1 commit
  7. 30 May, 2015 3 commits
  8. 26 May, 2015 1 commit
  9. 26 Apr, 2015 1 commit
  10. 09 Apr, 2015 1 commit
  11. 18 Mar, 2015 1 commit
  12. 04 Mar, 2015 3 commits
  13. 25 Feb, 2015 1 commit
  14. 08 Dec, 2014 2 commits
  15. 17 Nov, 2014 1 commit
  16. 14 Nov, 2014 2 commits
  17. 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.
  18. 10 Nov, 2014 1 commit
  19. 22 Sep, 2014 1 commit