1. 13 Apr, 2016 1 commit
  2. 30 Mar, 2016 1 commit
  3. 14 Mar, 2016 1 commit
  4. 28 Feb, 2016 1 commit
    • Add RemindingNotifier · 79c850ac
      Johannes Edmeier authored
      The RemindingNotifier sends periodic notifications using a delegate. It must be
      added explicitly to the ApplicationContext
  5. 11 Nov, 2015 1 commit
  6. 09 Nov, 2015 1 commit
  7. 30 Oct, 2015 1 commit
  8. 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
  9. 30 May, 2015 1 commit
    • Added mail notification for status changes · 9f753d92
      Johannes Stelzer authored
      The mail notification is enabled if a mailSender is present specified via spring.mail.* properties.
      On default the mail is sent to root@localhost and the chages from UNKNOWN to UP are ignored.