1. 10 10月, 2018 14 次提交
  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 8 次提交