1. 07 Nov, 2016 1 commit
    • Create EurekaServiceRegistry · ea4e5d76
      Spencer Gibb authored
      Use the new ServiceRegistry interface
      
      Creates a new EurekaRegistration object that aggregates classes needed
      for a single registration.
  2. 03 Nov, 2016 2 commits
    • Fix NoClassDefFoundError loading RxJavaAutoConfiguration without spring-webmvc (#1442) · e6298f81
      Robin Stocker authored
      RxJavaReturnValueHandlerConfig can only be loaded when both spring-web
      and spring-webmvc are on the classpath, because it contains a reference
      to the WebMvcConfigurerAdapter class.
      
      But the ConditionalOnClass annotation only included the class from
      spring-web. In our situation, only spring-web was on the classpath,
      resulting in a NoClassDefFoundError for WebMvcConfigurerAdapter. Fix it
      by adding that class to the condition as well.
    • Add example of empty sensitive headers · 704a874e
      Dave Syer authored
      Emphasises that it's a black list, and clarifies that you need to
      set it to empty to get authorization and cookie headers.
  3. 27 Oct, 2016 5 commits
  4. 26 Oct, 2016 3 commits
  5. 25 Oct, 2016 11 commits
  6. 24 Oct, 2016 2 commits
  7. 20 Oct, 2016 7 commits
  8. 19 Oct, 2016 1 commit
    • Move properties to new namespace. · ddc1069e
      Spencer Gibb authored
      Moving eureka.server.{expectedNumberOfRenewsPerMin,defaultOpenForTrafficCount} to eureka.instance.registry so relaxed binding can be used. Default to old values for backwards compatibility.
  9. 18 Oct, 2016 3 commits
  10. 13 Oct, 2016 4 commits
  11. 11 Oct, 2016 1 commit