1. 07 5月, 2011 10 次提交
  2. 06 5月, 2011 2 次提交
    • S
      polishing · 3e2cc7dd
      Sam Brannen 提交于
      3e2cc7dd
    • S
      [SPR-6184] Simplifying ContextLoader implmementation: · ddc9bbb5
      Sam Brannen 提交于
      - Removed AbstractGenericContextLoader's createGenericApplicationContext() method.
      - AnnotationConfigContextLoader now uses an AnnotatedBeanDefinitionReader instead of working with an AnnotationConfigApplicationContext.
      - AnnotationConfigContextLoader now uses the supplied GenericApplicationContext to load configuration classes.
      ddc9bbb5
  3. 03 5月, 2011 1 次提交
  4. 26 4月, 2011 3 次提交
    • R
      50117dce
    • C
      Automatically close SessionFactory objects · 5c27a042
      Chris Beams 提交于
      SessionFactory objects created by
      SessionFactoryBuilderSupport#buildSessionFactory are now DisposableBean
      proxies that call SessionFactory#close and release any threadlocal
      DataSource object.
      
      This is the same behavior that has always occurred during LSFBean and
      ASFBean destruction lifecycles (and still does). This destruction logic
      has now been factored out into
      SessionFactoryBuilderSupport#closeHibernateSessionFactory such that all
      SFB types can reuse it easily.
      
      Note that LSFBean and ASFBean are subclasses, respectively, of SFBuilder
      and ASFBuilder and they each must disable the DisposableBean proxying in
      order to avoid duplicate attempts at closing the SessionFactory. See
      the implementations of wrapSessionFactoryIfNeccesary() for details.
      
      Issue: SPR-8114
      5c27a042
    • C
      Fix typo in aop reference documentation · 88e2277b
      Chris Beams 提交于
      Issue: SPR-8268
      88e2277b
  5. 21 4月, 2011 8 次提交
  6. 20 4月, 2011 1 次提交
  7. 16 4月, 2011 1 次提交
  8. 15 4月, 2011 2 次提交
    • R
      SPR-8248 · 83ce399c
      Rossen Stoyanchev 提交于
      83ce399c
    • T
      SPR-6922 deprecated... · f5f738f2
      Thomas Risberg 提交于
      SPR-6922 deprecated SimpleJdbcTemplate/SimpleJdbcOperations/SimpleJdbcDaoSupport in favor of JdbcTemplate/NamedParameterJdbcTemplate and related interfaces support classes
      f5f738f2
  9. 14 4月, 2011 1 次提交
  10. 13 4月, 2011 4 次提交
  11. 12 4月, 2011 7 次提交