1. 21 11月, 2012 3 次提交
  2. 20 11月, 2012 1 次提交
    • P
      Clarify use of @Bean with @EnableAsync executors · 63ca14c3
      Phillip Webb 提交于
      Update Javadoc to indicate that the getAsyncExecutor() method may be
      optionally annotated with @Bean and in such circumstance the
      executor.initialize() method need not be called.
      
      Issue: SPR-9934
      63ca14c3
  3. 16 11月, 2012 3 次提交
  4. 15 11月, 2012 2 次提交
  5. 14 11月, 2012 4 次提交
  6. 13 11月, 2012 3 次提交
  7. 11 11月, 2012 2 次提交
  8. 09 11月, 2012 9 次提交
  9. 08 11月, 2012 2 次提交
  10. 07 11月, 2012 2 次提交
    • S
      Increase sleep time in ScheduledATAITests · 9a6ec1b4
      Sam Brannen 提交于
      This commit increases the sleep time in
      ScheduledAndTransactionalAnnotationIntegrationTests with the hope of
      improving the robustness of the test suite on the CI build server.
      9a6ec1b4
    • S
      Refactor & polish DateTimeFormatterFactory[Bean] · 85ab789f
      Sam Brannen 提交于
      This commit refactors the logic in DateTimeFormatterFactory's
      createDateTimeFormatter() method to ensure forward compatibility with
      possible future changes to the ISO enum.
      
      This commit also polishes the Javadoc for DateTimeFormatterFactoryBean.
      
      Issue: SPR-9959
      85ab789f
  11. 06 11月, 2012 9 次提交