1. 16 4月, 2020 1 次提交
  2. 26 3月, 2020 2 次提交
  3. 24 3月, 2020 2 次提交
  4. 12 3月, 2020 1 次提交
  5. 25 2月, 2020 2 次提交
  6. 10 12月, 2019 4 次提交
  7. 08 11月, 2019 1 次提交
  8. 09 10月, 2019 1 次提交
    • J
      Upgrade Kotlin, Guava, OkHttp, Jackson and more. (#3222) · 669d371d
      Jesse Wilson 提交于
      | Library            | From     | To        |
      | :----------------- | :------- | :-------- |
      | animal.sniffer     |  1.14    |  1.18     |
      | assertj            |  1.7.0   |  3.13.2   |
      | guava              |  19.0    |  28.1-jre |
      | jackson            |  2.9.8   |  2.9.10   |
      | jaxb               |  2.2.12  |  2.3.1    |
      | jsoup              |  1.7.3   |  1.12.1   |
      | kotlin             |  1.3.10  |  1.3.50   |
      | kotlinx.coroutines |  1.1.0   |  1.3.2    |
      | okhttp             |  3.14.0  |  3.14.4   |
      | protobuf           |  3.5.0   |  3.10.0   |
      | rxjava             |  1.3.0   |  1.3.8    |
      | scala              |  2.12.4  |  2.13.1   |
      669d371d
  9. 04 10月, 2019 1 次提交
  10. 24 9月, 2019 2 次提交
  11. 31 7月, 2019 2 次提交
  12. 24 6月, 2019 1 次提交
  13. 06 6月, 2019 2 次提交
  14. 04 4月, 2019 1 次提交
    • J
      Next version is 2.6.0 · c7df6b80
      Jake Wharton 提交于
      Also fix some Javadoc errors and ensure Javadoc (and source) jar generation is tested on CI.
      c7df6b80
  15. 23 1月, 2019 1 次提交
    • J
      Fatal errors should crash the dispatcher thread · 46cdff20
      Jake Wharton 提交于
      This is an imperfect fix as uncaught exceptions reaching OkHttpCall which are not fatal still only log, but most of the adapters are defending against anything getting this far already.
      
      Also contained is a fix for the RxJava 2 async adapter. Non-200 responses delivered to the body observer would be forwarded to onError. If that callback threw a fatal exception, it would be re-delivered to the body observer despite it having already called a downstream terminal method. The fatal error should have been propagated by the async observer instead of attempting to make its way back downstream.
      46cdff20
  16. 19 11月, 2018 2 次提交
  17. 17 11月, 2018 2 次提交
  18. 06 10月, 2018 1 次提交
  19. 28 9月, 2018 1 次提交
  20. 24 9月, 2018 1 次提交
  21. 22 9月, 2018 1 次提交
  22. 13 7月, 2018 1 次提交
    • J
      Update to OkHttp 3.11 · ce71d052
      Jake Wharton 提交于
      Use get instead of parse for HttpUrl and MediaType where valid input is always required.
      ce71d052
  23. 05 7月, 2018 5 次提交
  24. 29 6月, 2018 1 次提交
  25. 28 3月, 2018 1 次提交