1. 21 Oct, 2017 1 commit
  2. 17 Oct, 2017 1 commit
  3. 25 Sep, 2017 1 commit
  4. 21 Aug, 2017 1 commit
  5. 11 Jul, 2017 1 commit
  6. 20 Jun, 2017 1 commit
  7. 20 Oct, 2016 1 commit
  8. 16 Sep, 2016 1 commit
  9. 21 Jul, 2016 1 commit
  10. 09 Jun, 2016 1 commit
  11. 04 Apr, 2016 1 commit
  12. 10 Mar, 2016 1 commit
  13. 22 Nov, 2015 1 commit
  14. 11 Nov, 2015 1 commit
  15. 25 Sep, 2015 2 commits
  16. 05 Aug, 2015 1 commit
    • Upgrade to Eureka 1.2.0 · 246830c9
      Spencer Gibb authored
      Implements forwarding of eureka CacheRefreshedEvent as HeartbeatEvent,
      rather thank serialization hack.  Uses new Eureka DI functionality
      (mostly there, some issues). Updates EurekaJacksonCodec to be
      "DataCenterAware". Reference EurekaClient interface rather than
      DiscoveryClient class.
      
      fixes gh-349
  17. 06 May, 2015 1 commit
  18. 04 May, 2015 1 commit
    • Reason why Eureka instance is not found is not visible · eed9b996
      Marcin Grzejszczak authored
      With the following configuration at `bootstrap.yaml`
      
      ```yaml
      
      spring:
        application.name: spring-cloud-hystrix-dashboard
        profiles.active: prod
        cloud:
          config:
            discovery:
              enabled: true
              serviceId: spring-cloud-server-config-with-eureka
      server.port: 9003
      
      turbine:
        appConfig: some-service
        clusterNameExpression: 'default'
      ```
      
      I wasn't able to see why Turbine can't find the instance. The reason was related to SPEL:
      
      ```
      org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 0): Property or field 'default' cannot be found on object of type 'com.netflix.appinfo.InstanceInfo' - maybe not public?
      ```
      
      Anyways there was nothing there in the logs so maybe it should not be silenced like right now?
  19. 09 Feb, 2015 1 commit
  20. 06 Feb, 2015 1 commit
  21. 15 Jan, 2015 1 commit
  22. 14 Jan, 2015 3 commits
  23. 02 Dec, 2014 1 commit
  24. 25 Nov, 2014 1 commit
  25. 31 Oct, 2014 1 commit
  26. 02 Oct, 2014 1 commit
  27. 03 Sep, 2014 1 commit
  28. 29 Aug, 2014 3 commits