1. 21 Oct, 2015 1 commit
    • 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
  2. 30 May, 2015 2 commits
  3. 26 May, 2015 1 commit
  4. 26 Apr, 2015 1 commit
  5. 04 Mar, 2015 2 commits
  6. 17 Nov, 2014 1 commit
  7. 14 Nov, 2014 1 commit
    • Redesign Registry · ea931248
      Johannes Stelzer authored
      * Separate AppStore from AppRegistry
      * Allow Id generation to be altered
      * Remove logic from Application; Move id genretation into AppRegistry
      * Make AppStore threadSafe
  8. 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.