1. 02 May, 2017 1 commit
  2. 24 Dec, 2016 1 commit
  3. 10 Jul, 2016 1 commit
  4. 27 Apr, 2016 1 commit
    • Update to Brixton and add Eureka-Service converter · 272633e1
      Johannes Edmeier authored
      Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters.
      A ServiceConverter is used to convert discovered ServiceInstances to
      Applications. The old converter and one for Eureka is provided. It is also
      possible to provide your own implementation.
      
      closes #154
  5. 30 Mar, 2016 1 commit
  6. 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
  7. 09 Nov, 2015 1 commit
  8. 30 Oct, 2015 1 commit
  9. 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
  10. 30 May, 2015 2 commits
    • 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.
    • 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.
  11. 09 Apr, 2015 1 commit
  12. 18 Mar, 2015 1 commit