Go to file
Chris Beams 05bcc4028d Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547)
When using PropertiesLoaderSupport implementations (principally
PropertyPlaceholderConfigurer), an assumption was made that any
Resource representing a set of properties must be file-based.  SPR-7547
exposed the fact that if a non-file-based Resource implementation such
as ByteArrayResource were passed in, an IllegalStateException would be thrown
from the AbstractResource base class' implementation of getFilename().

This is now patched, and PropertiesLoaderSupport implementations treat
Resource implementations equally, regardless of file-orientation.

See also SPR-7552.
2010-09-13 20:23:26 +00:00
build-spring-framework final preparations for 3.0.5 2010-09-10 09:09:28 +00:00
org.springframework.aop consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 2010-09-01 17:17:25 +00:00
org.springframework.asm Publishing license and notice files 2010-08-23 13:17:31 +00:00
org.springframework.aspects Publishing license and notice files 2010-08-23 13:17:31 +00:00
org.springframework.beans Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547) 2010-09-13 20:23:26 +00:00
org.springframework.context polishing 2010-09-09 09:04:40 +00:00
org.springframework.context.support consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 2010-09-01 17:17:25 +00:00
org.springframework.core Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547) 2010-09-13 20:23:26 +00:00
org.springframework.expression pass full TypeDescriptor context through to ConversionService calls (SPR-7519) 2010-09-08 17:26:02 +00:00
org.springframework.instrument Publishing license and notice files 2010-08-23 13:17:31 +00:00
org.springframework.instrument.tomcat Publishing license and notice files 2010-08-23 13:17:31 +00:00
org.springframework.integration-tests Add @Ignored repro test for SPR-7538 2010-09-10 16:32:20 +00:00
org.springframework.jdbc EmbeddedDatabaseFactory shuts down database when failing to populate it in initDatabase (SPR-7536) 2010-09-10 09:07:20 +00:00
org.springframework.jms consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 2010-09-01 17:17:25 +00:00
org.springframework.orm updated version statement in javadoc 2010-09-08 22:48:03 +00:00
org.springframework.oxm Publishing license and notice files 2010-08-23 13:17:31 +00:00
org.springframework.spring-library Publishing license and notice files 2010-08-23 13:17:31 +00:00
org.springframework.spring-parent Prepping for 3.0.5 2010-08-19 11:04:04 +00:00
org.springframework.test Publishing license and notice files 2010-08-23 13:17:31 +00:00
org.springframework.transaction consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441) 2010-09-01 17:17:25 +00:00
org.springframework.web fixed @MVC processing of parameter-level annotations to work with interface-based proxies again (SPR-7483) 2010-09-08 14:45:00 +00:00
org.springframework.web.portlet added MockMultipartFile to web-portlet module 2010-09-06 23:22:03 +00:00
org.springframework.web.servlet SPR-7553 - DefaultServletHttpRequestHandler fails on Google App Engine 2010-09-13 19:58:26 +00:00
org.springframework.web.struts Publishing license and notice files 2010-08-23 13:17:31 +00:00
spring-framework-reference Fix assumption about file-based Resources in PropertiesLoaderSupport (SPR-7547) 2010-09-13 20:23:26 +00:00
.gitignore Ignore OS X .DS_Store files 2010-08-07 13:56:49 +00:00
build.properties Publishing license and notice files 2010-08-23 13:17:31 +00:00
build.versions + downgraded slf4j to 1.5.6 to solve IllegalAcessError with Hibernate 3.3 2010-02-04 17:10:31 +00:00
ci-build.properties adding properties file to simplify ant use in Bamboo CI build 2008-12-17 15:47:14 +00:00
eclipse-code-formatter.xml h2 embedded db support; updated formatting conventions not to auto-format javadoc; added hsqldb and h2 to jdbc maven pom as optional deps 2009-05-09 22:27:05 +00:00
spring-framework.ipr made Excel tests work 2009-11-07 01:32:18 +00:00
spring-framework.psf Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat 2009-09-25 12:51:58 +00:00