1. 30 5月, 2019 1 次提交
  2. 30 4月, 2019 1 次提交
    • E
      Deprecate config apis · 6d2c3931
      elandau 提交于
      **What?**
      - Deprecate all `DefaultClientConfigImpl` static defaults in favor of `CommonClientConfigKey` contain the default values
      - Deprecate `IClientConfig#[setProperty, withProperty, containsProperty, setProperty, getPropertyAsInteger, getPropertyAsString, getPropertyAsBoolean]` all of which are replaced by `get` and `set`.
      - Eliminate the awkward pattern of excessive conversion to and parsing of config string
      - Leverage Java8 Optional to simplify config loading code
      
      **Why?**
      This is part of a long needed cleanup to simplify configuration loading
      6d2c3931
  3. 28 10月, 2014 1 次提交
  4. 22 10月, 2014 1 次提交
  5. 04 7月, 2014 1 次提交
  6. 25 4月, 2014 1 次提交
  7. 03 4月, 2014 1 次提交
  8. 27 2月, 2014 2 次提交
  9. 12 2月, 2014 1 次提交
    • A
      Restructure Ribbon projects: · 3401c7be
      Allen Wang 提交于
      - Created ribbon-http and ribbon-loadbalancer
      - Removed httpasyncclient
      - Refactor load balancer logic to make it based on Rx and decouple from Client APIs
      3401c7be