1. 25 9月, 2013 1 次提交
  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 8 次提交
    • 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
    • J
      Consistent support for JTA 1.1 TransactionSynchronizationRegistry · 0b37cec2
      Juergen Hoeller 提交于
      JtaTransactionManager's configuration options for a TransactionSynchronizationRegistry are now in sync with the options for UserTransaction/TransactionManager. Specifically, there are setTransactionSynchronizationRegistry/getTransactionSynchronizationRegistry methods for programmatic configuration now.  Motivated by Spring's adapting to a Hibernate JtaPlatform, specifically the Hibernate 4.3 changes in that area.
      
      Issue: SPR-10839
      0b37cec2
    • R
      Refine destination semantics for msg-handling methods · 0ac6998e
      Rossen Stoyanchev 提交于
      After this change, annotated message handling methods configured to use
      a destination prefix (e.g. "/app") no longer have to include the prefix
      in their mapping. For example if a client sends a message to "/app/foo"
      the annotated methods should be mapped with @MessageMapping("/foo").
      0ac6998e
    • R
      Add tests to spring-messaging · e1a46bb5
      Rossen Stoyanchev 提交于
      e1a46bb5
    • J
      Revised spring-oxm for 4.0 · d202573e
      Juergen Hoeller 提交于
      Added "target-package" to the jibx-marshaller element. Also fixed "context-path" and "binding-name" to follow Spring's usual attribute naming convention.
      
      Issue: SPR-10882
      d202573e
    • J
      Polishing · b25876fd
      Juergen Hoeller 提交于
      b25876fd
    • J
      Javadoc fixes · facf31f0
      Juergen Hoeller 提交于
      facf31f0
    • J
      ThreadPoolTaskScheduler allows for setPoolSize changes at runtime · e8c0ef83
      Juergen Hoeller 提交于
      Also exposing "getPoolSize()" and "getActiveCount()" from ThreadPoolTaskScheduler now, analogous to ThreadPoolTaskExecutor.
      
      Issue: SPR-10883
      e8c0ef83