1. 10 Feb, 2017 2 commits
  2. 02 Nov, 2016 1 commit
  3. 17 Oct, 2016 1 commit
  4. 15 Oct, 2016 1 commit
  5. 16 Sep, 2016 1 commit
    • Make the AbstractNotifier work for any event. · af951b06
      Johannes Edmeier authored
      With this change the AbstractNotifier isn't specialized on status changes, but
      the default behaviour for the existing notifiers isn't changed.
      In addition the existing notifiers have been improved so that subclassing has
      become easier.
      To have existing notifiers acting on other events you need to override
      shouldNotify().
      
      fixes #270
  6. 07 Aug, 2016 1 commit
  7. 02 Jun, 2016 1 commit
  8. 30 May, 2016 1 commit
  9. 22 May, 2016 1 commit
    • Add FilteringNotifier · 76c70039
      Johannes Edmeier authored
      This adds a new FilteringNotifier which can use filters to suppres certain
      events from being notified of. Two filter implementation are provided, one
      filtering by name and one by id. Additional when a FilteringNotifier bean is
      present, the autoconfiguration creates a REST-controller to add and remove
      filters at runtime.
  10. 13 Apr, 2016 1 commit
  11. 30 Mar, 2016 1 commit
  12. 14 Mar, 2016 1 commit
  13. 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
  14. 09 Nov, 2015 1 commit
  15. 30 Oct, 2015 1 commit
  16. 26 Oct, 2015 1 commit
  17. 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
  18. 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.