1. 09 Nov, 2015 1 commit
  2. 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
  3. 14 Sep, 2015 1 commit
  4. 30 May, 2015 1 commit
    • Added serverside health-checking. As prerequisite for mail-notification. · 0a931384
      Johannes Stelzer authored
      The health-check is made at a fixed interval (default: 10s) for all expired status-information (default-lifetime: 30s).
      The application health-endpoint must either respond with a JSON-Body having a status-field or with an empty body and all 2xx-http-responses are interpreted as UP and every other status as DOWN.
  5. 26 May, 2015 1 commit
  6. 26 Apr, 2015 1 commit
  7. 04 Mar, 2015 1 commit
  8. 17 Nov, 2014 1 commit
  9. 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