1. 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
  2. 16 11月, 2012 3 次提交
  3. 15 11月, 2012 2 次提交
  4. 14 11月, 2012 4 次提交
  5. 13 11月, 2012 3 次提交
  6. 11 11月, 2012 2 次提交
  7. 09 11月, 2012 9 次提交
  8. 08 11月, 2012 2 次提交
  9. 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
  10. 06 11月, 2012 9 次提交
  11. 05 11月, 2012 3 次提交
    • C
      Prefix zip archives with 'spring-framework' · a64b04af
      Chris Beams 提交于
      Prior to this change, zip archives were named
      
         spring-${version}-${classifier}.zip
      
      e.g.:
       - spring-3.2.0.RC1-dist.zip
       - spring-3.2.0.RC1-docs.zip
       - spring-3.2.0.RC1-schema.zip
      
      This commit updates the Gradle build script to ensure that the fully-
      qualified 'spring-framework' name is used consistently, such that names
      follow the pattern
      
         spring-framework-${version}-${classifier}.zip
      
      This includes the naming of the root-level directory within the -dist
      zip.
      
      Issue: SPR-9954
      a64b04af
    • S
      Update readme.txt regarding changelog location · 85411be3
      Sam Brannen 提交于
      85411be3
    • S
      Fix timezone issue in DateTimeFormatterFactory · 93c01e07
      Sam Brannen 提交于
      The DateTimeFormatterFactory introduced in SPR-7121 supports a timeZone
      property; however, this property is currently not properly supported.
      
      This commit addresses this issue by ensuring that the timeZone properly
      is honored.
      
      Issue: SPR-9953
      93c01e07