1. 22 3月, 2019 3 次提交
  2. 21 3月, 2019 1 次提交
  3. 20 3月, 2019 1 次提交
    • S
      Update documentation for WebJar support · ef11aa45
      Sam Brannen 提交于
      Prior to this commit, documentation for WebJar support referenced the
      webjars-locator artifact; however, Spring now uses the
      webjars-locator-core artifact.
      
      This commit updates the documentation to reflect this.
      
      Closes gh-22613
      ef11aa45
  4. 15 3月, 2019 4 次提交
  5. 13 3月, 2019 2 次提交
    • S
      Polishing · db56d348
      Sam Brannen 提交于
      See gh-22577
      db56d348
    • S
      Ensure PDF version of Reference Manual does not contain HTML <strong> tags · 8f7b1187
      Sam Brannen 提交于
      Prior to this commit, the PDF version of the Spring Reference Manual
      contained HTML <strong></strong> tags in code examples due to the fact
      that Asciidoctor converts bold formatting (i.e., elements wrapped in
      `**` or `*`) within source code blocks into HTML tags even for PDF
      rendering.
      
      This commit addresses this issue by removing all bold formatting from
      example code blocks.
      
      Closes gh-22577
      8f7b1187
  6. 11 3月, 2019 2 次提交
  7. 09 3月, 2019 1 次提交
    • S
      Improve documentation for annotation filters with component scanning · b109f140
      Sam Brannen 提交于
      Prior to this commit the documentation for annotation-based include and
      exclude filters used with component scanning did not explicitly mention
      the fact that annotations are considered a match if they are either
      present or meta-present on candidate classes.
      
      This commit improves the documentation in this regard.
      
      See gh-22551
      b109f140
  8. 08 3月, 2019 1 次提交
  9. 06 3月, 2019 1 次提交
  10. 05 3月, 2019 4 次提交
  11. 04 3月, 2019 2 次提交
  12. 25 2月, 2019 1 次提交
  13. 23 2月, 2019 2 次提交
  14. 18 2月, 2019 4 次提交
    • S
      Polishing · 25d7f09f
      Sebastien Deleuze 提交于
      25d7f09f
    • S
      Polishing · caa17301
      Sebastien Deleuze 提交于
      caa17301
    • S
      Add Coroutines support for WebClient and WebFlux.fn · 19f792db
      Sebastien Deleuze 提交于
      This commit is the first part of a more complete Coroutines
      support coming in Spring Framework 5.2. It introduces suspendable
      Kotlin extensions for Mono based methods in WebFlux classes like
      WebClient, ServerRequest, ServerResponse as well as a Coroutines
      router usable via `coRouter { }`.
      
      Coroutines extensions use `await` prefix or `AndAwait` suffix,
      and most are using names close to their Reactive counterparts,
      except `exchange` in `WebClient.RequestHeadersSpec`
      which translates to `awaitResponse`.
      
      Upcoming expected changes are:
       - Leverage `Dispatchers.Unconfined` (Kotlin/kotlinx.coroutines#972)
       - Expose extensions for `Flux` based API (Kotlin/kotlinx.coroutines#254)
       - Introduce interop with `CoroutineContext` (Kotlin/kotlinx.coroutines#284)
       - Support Coroutines in `ReactiveAdapterRegistry`
       - Support Coroutines for WebFlux annotated controllers
       - Fix return type of Kotlin suspending functions (gh-21058)
      
      See gh-19975
      19f792db
    • S
      Polish Kotlin chapter · 7c65b575
      Sam Brannen 提交于
      7c65b575
  15. 17 2月, 2019 2 次提交
  16. 16 2月, 2019 1 次提交
  17. 11 2月, 2019 2 次提交
  18. 08 2月, 2019 1 次提交
  19. 07 2月, 2019 2 次提交
  20. 06 2月, 2019 1 次提交
  21. 05 2月, 2019 1 次提交
  22. 04 2月, 2019 1 次提交