1. 25 9月, 2013 8 次提交
  2. 24 9月, 2013 5 次提交
  3. 21 9月, 2013 2 次提交
  4. 14 9月, 2013 4 次提交
  5. 13 9月, 2013 2 次提交
    • P
      Merge pull request #327 from olivergierke/SPR-10594 · c9ce7aac
      Phillip Webb 提交于
      # By Oliver Gierke
      * SPR-10594:
        Add support for Objenesis proxy creation.
      c9ce7aac
    • O
      Add support for Objenesis proxy creation. · 1f9e8f68
      Oliver Gierke 提交于
      Extended DefaultAopProxyFactory to create Objenesis based proxies if the
      library is on the classpath. This allows classes without a default
      constructor being CGLib proxied. We're now falling back to original CGLib
      based behavior in case the proxy creation using Objenesis fails.
      
      Objenesis 2.0 is now inlined into spring-core to avoid interfering with
      other Objenesis versions on the classpath.
      
      Issue: SPR-10594
      1f9e8f68
  6. 12 9月, 2013 2 次提交
  7. 09 9月, 2013 1 次提交
  8. 08 9月, 2013 2 次提交
  9. 07 9月, 2013 1 次提交
  10. 06 9月, 2013 1 次提交
  11. 05 9月, 2013 2 次提交
  12. 04 9月, 2013 9 次提交
  13. 03 9月, 2013 1 次提交
    • J
      Compatibility with Hibernate 4.3 · a9e727cd
      Juergen Hoeller 提交于
      Due to key SPI interfaces such as ConnectionProvider and JtaPlatform changing their package location in Hibernate 4.3, we have to resort to reflection in a few places. Most importantly, the ConfigurableJtaPlatform used by the setJtaTransactionManager method has now been redesigned as a reflective proxy.
      
      Issue: SPR-10839
      a9e727cd