1. 14 Jul, 2017 1 commit
  2. 01 Jun, 2017 1 commit
  3. 22 May, 2017 3 commits
  4. 07 Apr, 2017 3 commits
  5. 16 Mar, 2017 2 commits
  6. 27 Jan, 2017 2 commits
  7. 29 Nov, 2016 1 commit
    • Fix Eureka Ribbon Auto Config conditions. · 111a95d2
      Spencer Gibb authored
      Specifically, add `@ConditionalOnBean(EurekaClient.class)`.
      
      Fixes an issue where eureka and ribbon are on the classpath, eureka.client.enabled=false which would cause a bean not found exception.
      
      fixes gh-1511
      
      (cherry picked from commit d1f8c031)
  8. 27 Oct, 2016 1 commit
  9. 18 Oct, 2016 3 commits
  10. 22 Sep, 2016 3 commits
  11. 06 Sep, 2016 2 commits
  12. 22 Aug, 2016 2 commits
  13. 17 Aug, 2016 1 commit
  14. 10 Jun, 2016 1 commit
  15. 09 Jun, 2016 2 commits
  16. 07 Jun, 2016 2 commits
  17. 10 May, 2016 2 commits
  18. 18 Apr, 2016 2 commits
  19. 23 Mar, 2016 2 commits
  20. 24 Feb, 2016 1 commit
    • Exclude jackson XML from eureka client by default · bc0eef9a
      Dave Syer authored
      Any client that wants to can include it back again, but generally
      it only causes problems (XML returned from apps instead of
      JSON by Spring MVC for instance). In general it only causes problems
      for services whose clients use "Accept: application/xml,*/*", for
      instance (like a browser).
      
      See gh-306
  21. 05 Feb, 2016 2 commits
  22. 12 Jan, 2016 1 commit
    • Upgrade archaius to v 0.7.3 · b894f8db
      Spencer Gibb authored
      Added spring-cloud-starter-archaius so downstream projects
      like consul and zookeeper don't need to maintain the list of
      archaius depenencies.
      
      fixes gh-765