1. 28 12月, 2017 3 次提交
  2. 23 12月, 2017 4 次提交
  3. 22 12月, 2017 5 次提交
  4. 21 12月, 2017 3 次提交
  5. 20 12月, 2017 2 次提交
  6. 19 12月, 2017 2 次提交
  7. 15 12月, 2017 3 次提交
  8. 14 12月, 2017 4 次提交
  9. 13 12月, 2017 6 次提交
  10. 12 12月, 2017 2 次提交
  11. 11 12月, 2017 3 次提交
    • S
      Allow interceptors to add existing header values · 554662eb
      sdeleuze 提交于
      Provide a fully mutable HttpHeaders to ClientHttpRequestInterceptors
      of a RestTemplate when headers are set using HttpEntity. This avoids
      UnsupportedOperationException if both HttpEntity and
      ClientHttpRequestInterceptor add values for the same HTTP header.
      
      Issue: SPR-15066
      554662eb
    • S
      Use JCenter first to resolve plugins · ac00d8a2
      sdeleuze 提交于
      This is a workaround for Kotlin/dokka#146.
      ac00d8a2
    • S
      Fix Kdoc regression to show only Kotlin API · 769ea1b1
      sdeleuze 提交于
      As of Gradle Kotlin plugin 1.1.60,
      project.sourceSets.main.kotlin.srcDirs contains
      Java source directories in addition to Kotlin
      ones. This commit filter out Java sources to
      retain only Kotlin ones.
      
      Issue: SPR-16268
      769ea1b1
  12. 10 12月, 2017 2 次提交
  13. 07 12月, 2017 1 次提交