1. 01 Dec, 2014 1 commit
  2. 29 Nov, 2014 1 commit
    • Ensure user-suppplied ZuulFilters are added properly · 70c3d9e7
      Dave Syer authored
      Bean instantiation ordering was causing external (user-supplied)
      filter beans to replace the defaults, not append to them. Separating
      out the autowired map of beans into a spearate class was enough to
      fix it.
      
      Fixes gh-78
  3. 26 Nov, 2014 15 commits
  4. 25 Nov, 2014 3 commits
  5. 21 Nov, 2014 2 commits
  6. 19 Nov, 2014 1 commit
  7. 17 Nov, 2014 1 commit
    • Add metadata to Eureka entry for config server · d2988b21
      Dave Syer authored
      If the prefix is set we also set configPath=<prefix> in the
      instance metadata, so config clients can pick it up and add it
      to the home page URL.
      
      Fixes gh-64, fixes gh-65
  8. 14 Nov, 2014 1 commit
  9. 13 Nov, 2014 1 commit
    • Use custom DataCenterInfo to make instance ID unique · 5cd88deb
      Dave Syer authored
      The problem manifests itself as errors in the Eureka server
      log (gh-47), but originates in the client because it is sending
      requests to /eureka/apps/{NAME}/{ID} with the wrong ID. The
      InstanceInfo has an ID that is derived (for preference) from
      the EurekaInstanceConfig.dataCenterInfo, so that's the best
      way to fix it.
      
      See gh-63, Fixes gh-47
  10. 11 Nov, 2014 1 commit
  11. 06 Nov, 2014 5 commits
  12. 05 Nov, 2014 3 commits
  13. 04 Nov, 2014 1 commit
  14. 03 Nov, 2014 1 commit
  15. 31 Oct, 2014 3 commits