Chris Beams
f480333d31
Merge 3.1.0 development branch into trunk
...
Branch in question is 'env' branch from git://git.springsource.org/sandbox/cbeams.git; merged into
git-svn repository with:
git merge -s recursive -Xtheirs --no-commit env
No merge conflicts, but did need to
git rm spring-build
prior to committing.
With this change, Spring 3.1.0 development is now happening on SVN
trunk. Further commits to the 3.0.x line will happen in an as-yet
uncreated SVN branch. 3.1.0 snapshots will be available
per the usual nightly CI build from 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
15 years ago
Juergen Hoeller
91560774a0
accept any EHCache 2.x version as well (SPR-7302)
15 years ago
Arjen Poutsma
b31c34ed7d
Upgrading version to 3.0.4
15 years ago
Juergen Hoeller
433b4eff8f
MailSendException includes all messages as failed messages in case of a connect failure (SPR-7245)
15 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
...
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
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
...
Missing ivy dependency
15 years ago
David Syer
2c0cf49b94
RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
...
Detect HSQL in LocalDataSourceJobStore and force locks to be taken locally (with a SimpleSemaphore)
15 years ago
David Syer
89424579ae
OPEN - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception
...
Convert test case to JUnit 4
15 years ago
Juergen Hoeller
09e6a85edd
fixed overview files
15 years ago
Mark Pollack
c6cd1a528e
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
...
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
15 years ago
Juergen Hoeller
34d2a69a82
removed separate placeholder test class
15 years ago
Mark Pollack
bd098ce1db
pom maintenance - sync with ivy.xml
...
update junit version in ivy.xml for org.sf.aspects
15 years ago
Mark Fisher
dedecf7ae9
SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers.
15 years ago
Mark Pollack
4f94f45ec4
pom maintenance
15 years ago
Rob Harrop
90652bf8ae
[SPR-5727] CronTriggerBean supports start delay
15 years ago
Rob Harrop
414d6633ea
[SPR-6048] fixed Exception signature in CronTriggerBean.afterPropertiesSet()
15 years ago
Juergen Hoeller
6e95b2c311
polishing
15 years ago
Juergen Hoeller
1045847cf7
updated to CGLIB 2.2 and EHCache 1.6.2
15 years ago
Keith Donald
f323a5bb5d
fixed broken classpaths for ehcache and junit
15 years ago
Juergen Hoeller
ba425c34f8
updated to EHCache 1.6.0
15 years ago
Juergen Hoeller
8754f0bc85
updated dependencies
15 years ago
Mark Fisher
65e00f7540
added support for ErrorHandler with DelegatingErrorHandlingRunnable in the TimerManagerTaskScheduler
16 years ago
Mark Pollack
8d1fdd8c3c
SPR-5969 - Tidy up Maven central POM for spring-context-support
...
SPR-5976 - Upgrade POMS to JUnit 4.6
16 years ago
Chris Beams
9163d8043b
updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
16 years ago
Mark Pollack
0d98baa5c1
SPR-5619
16 years ago
Mark Pollack
0c16554e23
SPR-5803 and additional POM maintenance/development
16 years ago
Sam Brannen
620c9b1f96
[SPR-5895] Upgraded to EasyMock 2.5.1.
16 years ago