Go to file
Juergen Hoeller 2e9fe246e7 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3757 50f2f4bb-b051-0410-bef5-90022cba6387
2010-10-14 00:30:07 +00:00
build-spring-framework serializer package etc 2010-10-11 21:15:56 +00:00
org.springframework.aop AspectJExpressionPointcut uses bean ClassLoader for initializing the AspectJ pointcut parser (SPR-7570) 2010-09-29 14:31:23 +00:00
org.springframework.asm
org.springframework.aspects moved async aspect to aspectj sub-package 2010-10-13 21:06:38 +00:00
org.springframework.beans BeanWrapper does not attempt to populate Map values on access (just auto-grows Map itself) 2010-10-14 00:14:50 +00:00
org.springframework.context fixed JodaTimeContextHolder to use a non-inheritable ThreadLocal and expose a reset method (SPR-7441); use of remove() even when being called with a null argument 2010-10-11 18:55:21 +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 polishing 2010-10-14 00:30:07 +00:00
org.springframework.expression revised TypedValue toString representation (SPR-7569) 2010-10-10 21:29:18 +00:00
org.springframework.instrument
org.springframework.instrument.tomcat
org.springframework.integration-tests Add @Ignored repro test for SPR-7538 2010-09-10 16:32:20 +00:00
org.springframework.jdbc added a SybaseAnywhereMaxValueIncrementer since syntax is slightly different than for Sybase ASE (SPR-7623) 2010-10-11 14:17:09 +00:00
org.springframework.jms polishing 2010-10-11 20:03:40 +00:00
org.springframework.orm AnnotationSessionFactoryBean's "postProcessConfiguration" is non-final now (because of Hibernate 3.6; SPR-7581) 2010-09-29 13:22:24 +00:00
org.springframework.oxm SPR-7636 - XStreamMarshaller - Add support for configuring XStream with aliases by class (type) and also defining multiple attributes for the same class. 2010-10-12 11:55:29 +00:00
org.springframework.spring-library
org.springframework.spring-parent
org.springframework.test getTestExecutionListeners() returns actual List which allows for iteration as well as modification (SPR-7595) 2010-10-02 01:05:40 +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 SPR-6291 - UrlPathHelper is too aggressive decoding URLs 2010-10-12 12:09:43 +00:00
org.springframework.web.portlet DispatcherPortlet's default resource serving explicitly prevents access to WEB-INF and META-INF (SPR-7540) 2010-10-02 00:03:09 +00:00
org.springframework.web.servlet polishing 2010-10-14 00:30:07 +00:00
org.springframework.web.struts
spring-framework-reference Docs 2010-10-13 14:19:48 +00:00
.gitignore
build.properties
build.versions
ci-build.properties
eclipse-code-formatter.xml
spring-framework.ipr
spring-framework.psf