1. 23 Sep, 2015 4 commits
    • Clean up eureka lifecycle · 797544e6
      Dave Syer authored
      When the parent (bootstrap) context registers the app as well as consuming
      the registry it causes problems, e.g. when you refresh that context is
      re-created and destroyed, which tends to unregister the app and it's hard
      to get it back. It is simpler if the parent context use eureka read-only.
      To ensure this we have to remove the @EnableDiscoveryClient from the
      bootstrap context.
      
      Tested with vanilla config server and eureka with the 'eureka-first'
      sample and the 'zuul-proxy-eureka' sample.
      
      Fixes gh-421
    • Ensure eureka client re-registers after config client activity · eb8a9020
      Dave Syer authored
      Reverts part of a change made for gh-349 and rationalizes a bit of the
      Eureka configuration. The Eureka client cannot be shutdown without
      attempting to restart it (but there isn't an obvious public API for
      that), so it's better not to shut it down at all.
      
      See gh-421
    • Add back (and deprecate) old 'amqp' poms · 61294659
      Dave Syer authored
  2. 22 Sep, 2015 2 commits
  3. 14 Sep, 2015 4 commits
  4. 10 Sep, 2015 2 commits
  5. 08 Sep, 2015 7 commits
  6. 04 Sep, 2015 3 commits
  7. 03 Sep, 2015 4 commits
  8. 02 Sep, 2015 1 commit
  9. 31 Aug, 2015 2 commits
  10. 25 Aug, 2015 11 commits