1. 16 Mar, 2017 3 commits
  2. 15 Mar, 2017 5 commits
  3. 14 Mar, 2017 6 commits
  4. 13 Mar, 2017 2 commits
  5. 09 Mar, 2017 1 commit
  6. 08 Mar, 2017 1 commit
  7. 07 Mar, 2017 1 commit
    • Don't remove content-length header in feign ribbon. · 15e01dfe
      Spencer Gibb authored
       Previously, when feign used the Ribbon RestClient, an exception was thrown if Content-Length was set. Over time, feign has moved away from RestClient, yet removing the header still happened.
      
       Fixes gh-1705
  8. 03 Mar, 2017 2 commits
  9. 02 Mar, 2017 2 commits
  10. 01 Mar, 2017 3 commits
  11. 28 Feb, 2017 4 commits
    • Clarify @FeignClient alias creation · 465b8273
      nick-pww authored
      fixes gh-1073
    • Use prefer-ip-address in statusPageUrlPath · 129e0ce4
      windinn authored
      prefer-ip-address does not work in statusPageUrlPath when management port != server port
      
      This change gets `prefer-ip-address` via a relaxed property resolver to set the value during the creation of the `EurekaInstanceConfigBean`.
      
      fixes gh-1724
    • Log warning if local instance fails. · 309b280d
      Spencer Gibb authored
      If DiscoveryClient.getLocalServiceInstance() throws an exception (ie consul isn't available), log a warning and continue. This is useful for dev type environments.
      
      fixes gh-1603
    • Moves EurekaServerConfiguration to auto-configuration · 99d9b17a
      Biju Kunjummen authored
      Eureka ServerConfiguration is now auto-configuration based, instead of being explicitly specified via configuration pulled in through @EnableEurekaServer. This way specific beans can be conditionally overridden, configuration can be re-ordered.
      Supports PeerEurekaNodes bean to be overridden by the user
      
      Fixes gh-1717
  12. 27 Feb, 2017 1 commit
  13. 25 Feb, 2017 1 commit
  14. 24 Feb, 2017 5 commits
  15. 20 Feb, 2017 3 commits