122 Commits (3a6beb601e5d7ce99ead509d72b69196073535ea)

Author SHA1 Message Date
Juergen Hoeller 69c9abf2b8 updated Quartz support package for full Quartz 2.0 support (SPR-8275) 13 years ago
Juergen Hoeller 352f053a71 JavaMailSenderImpl detects and respects "mail.transport.protocol" property in existing Session (SPR-8501) 13 years ago
Sam Brannen c0131fe108 Polishing Eclipse classpath settings 13 years ago
Juergen Hoeller c60511bf04 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 13 years ago
Juergen Hoeller 2b51759113 fixed reflective class names 14 years ago
Juergen Hoeller 788a65b8e7 compatibility with Quartz 2.0 variant of the JobFactory interface 14 years ago
Juergen Hoeller 8e169a2782 updated Quartz scheduling package to support Quartz 1.8 as well 14 years ago
Costin Leau 4da39b48f7 moved cache abstraction from context.support to context 14 years ago
Costin Leau 182b6a437c + fixed cache xsd minor typo 14 years ago
Juergen Hoeller 67d9b8b943 EhCacheManagerFactoryBean properly closes "ehcache.xml" input stream, if any (SPR-7813) 14 years ago
Chris Beams 5e6912302a Introduce "Aware" superinterface 14 years ago
Sam Brannen b130a36af7 [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 14 years ago
Costin Leau 893fc83f49 SPR-7308 14 years ago
Costin Leau e90f0a35e3 SPR-7308 14 years ago
Costin Leau 8285e9c2a7 SPR-7308 14 years ago
Costin Leau 18e141cbaa SPR-7308 14 years ago
Costin Leau bbba832904 SPR-7308 14 years ago
Costin Leau faf01b0337 SPR-7308 14 years ago
Costin Leau 21d64a74ae SPR-7308 14 years ago
Costin Leau 4f8105ccaa SPR-7308 14 years ago
Costin Leau 85c02981b5 SPR-7308 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Juergen Hoeller e56cfb8173 consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 14 years ago
Ben Hale 7730e76c06 Publishing license and notice files 14 years ago
Arjen Poutsma dbfa049e1e Prepping for 3.0.5 14 years ago
Juergen Hoeller ee04046ed7 polishing 14 years ago
Juergen Hoeller 9bd0bd9c3a SpringTemplateLoader supports last-modified timestamp through Resource abstraction (SPR-7454) 14 years ago
Juergen Hoeller 18af8a00f9 added license header 14 years ago
Juergen Hoeller 91560774a0 accept any EHCache 2.x version as well (SPR-7302) 14 years ago
Arjen Poutsma b31c34ed7d Upgrading version to 3.0.4 14 years ago
Juergen Hoeller 433b4eff8f MailSendException includes all messages as failed messages in case of a connect failure (SPR-7245) 14 years ago
Juergen Hoeller 026523d24b set shared variables with configured ObjectWrapper (SPR-7165) 15 years ago
David Syer eb7f8309e2 Update version in POMs to 3.0.3 15 years ago
Juergen Hoeller ee686188b7 OSGi version range accepts JasperReports 3.x as well; fixed missing Spring version placeholder in context-support bundle 15 years ago
David Syer 1a351db6e0 Update Central POMs to 3.0.2 15 years ago
Costin Leau 8d0bb00188 + make use or property placeholders inside template.mf 15 years ago
Costin Leau 0fd4a45070 + upgrade to AspectJ 1.6.8 15 years ago
David Syer b077d5ba97 SPR-6678: fix poms for 3.0.1 15 years ago
Juergen Hoeller fd3a39dc98 MimeMessageHelper encodes from, to, cc, bcc String addresses with given encoding as well (SPR-6530) 15 years ago
David Syer 1202f67cc8 SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that 15 years ago
Mark Fisher 021663b12f SPR-5507 The 'shutdownOrder' property of SmartLifecycle has been renamed 'phase'. The order no longer applies to shutdown only; now startup order is determined by the phase value as well. Components start in ascending order and stop in descending order. 15 years ago
Mark Fisher 196000d765 removed printlns from test 15 years ago
Mark Fisher c6f3613411 SPR-6354 DefaultLifecycleProcessor no longer waits for the shutdown of SmartLifecycle beans that are not actually running. 15 years ago
Juergen Hoeller 08f9f8b8fb startup thread marked as daemon now (SPR-6382) 15 years ago
Juergen Hoeller 4fb68bef04 polishing 15 years ago
Juergen Hoeller 747300f34c added support for most recent EHCache 1.6 configuration properties to EHCacheFactoryBean (SPR-6234) 15 years ago
Mark Fisher 535ec5cffd SPR-5507 Added support for shutdown order on SmartLifecycle. DefaultLifecycleProcessor now manages the shutdown in phases depending on that order (with a timeout value per group). 15 years ago
Mark Fisher 81efd48352 SPR-5507 SchedulerFactoryBean now implements SmartLifecycle instead of ApplicationListener. 15 years ago
Mark Fisher 91297d9863 SPR-6307 Quartz SchedulerFactoryBean now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet(). 15 years ago
David Syer 6aa97d5a3a RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception 15 years ago