1. 22 1月, 2016 3 次提交
  2. 21 1月, 2016 7 次提交
  3. 20 1月, 2016 1 次提交
    • S
      Support Quartz trigger without JobDetail · 29700658
      Stephane Nicoll 提交于
      This commit allows to create a Quartz trigger implementation via
      either `CronTriggerFactoryBean` or `SimpleTriggerFactoryBean` even if no
      job detail is provided.
      
      Issue: SPR-13604
      29700658
  4. 19 1月, 2016 2 次提交
  5. 18 1月, 2016 2 次提交
    • S
      Support for global separator in JDBC namespace · 714ae268
      Stephane Nicoll 提交于
      Previously, if a database needs to be initialized with several scripts
      and many (or all) use a custom separator, said separator must be repeated
      for each script.
      
      This commit introduces a `separator` property at the parent element level
      that can be used to customize the default separator. This is available
      for both the `initialize-database` and `embedded-database` elements.
      
      Issue: SPR-13792
      714ae268
    • S
      Add interface-based detection test · eb49f3c2
      Stephane Nicoll 提交于
      Add a test that explicitely validates that `@ManagedResource` and friends
      can be set on an interface.
      
      Issue: SPR-13138
      eb49f3c2
  6. 16 1月, 2016 10 次提交
  7. 15 1月, 2016 10 次提交
  8. 13 1月, 2016 4 次提交
  9. 12 1月, 2016 1 次提交