1. 10 10月, 2018 2 次提交
  2. 09 10月, 2018 1 次提交
  3. 08 10月, 2018 1 次提交
    • S
      Replace context by provider<T>() in Kotlin bean DSL · af6a5566
      Sebastien Deleuze 提交于
      Spring Framework 5.1.0 exposed by mistake context in the Kotlin bean DSL
      API in order to fix SPR-16269. Now that BeanFactory#getBeanprovider is
      available, it should be exposed via a provider<Foo>() function in order
      to provide a more clean API instead.
      
      Issue: SPR-17352
      af6a5566
  4. 07 10月, 2018 2 次提交
  5. 06 10月, 2018 6 次提交
  6. 05 10月, 2018 4 次提交
  7. 04 10月, 2018 3 次提交
  8. 03 10月, 2018 1 次提交
    • S
      Leverage ObjectProvider instead of autowired containers · 3ff57314
      Sebastien Deleuze 提交于
      In order to be able to leverage WebFlux configuration in a functional
      way, WebHttpHandlerBuilder and RouterFunctionMapping should leverage
      new ObjectProvider capabilities to get a sorted list of beans by type
      instead of using autowired containers.
      
      Issue: SPR-17327
      3ff57314
  9. 02 10月, 2018 10 次提交
  10. 01 10月, 2018 1 次提交
    • C
      Fix trivial errors in data-access and core-aop in docs · a8f4c596
      cac03 提交于
      Fix some syntax errors and typos
      
      * Fix syntax error in core-aop docs which caused incorrect document
      generation
      * Surround @Pointcut values with quotation marks
      * Replace 'I' with 'you' in the 'In the XML style I can declare the
      first two pointcuts' sentence
      * Fix compileror typo
      * Remove redundant parenthesis
      * Remove redundant commas
      * Add 'can' to the 'You configure additional aspects in similar fashion'
      sentence
      * Replace 'You can annotation any method' with 'You can annotate any
      method'
      * Add space to 'non-recoverablepersistence'
      * Replace 'we shows' with 'we show'
      * Fix 'java.utils.Map' typo
      * Add space to 'byusing'
      * Add space to '`Lifecycle`by'
      * Replace 'You cN' with 'You can'
      * Replace 'encourag' with 'encourage'
      a8f4c596
  11. 30 9月, 2018 2 次提交
  12. 29 9月, 2018 5 次提交
  13. 26 9月, 2018 2 次提交