3781 Commits (9bef79f5a88dbe531a497717f99b54d074457863)
 

Author SHA1 Message Date
Juergen Hoeller ebe8052d55 fixed detection of element type in case of nested collections (SPR-7569) 14 years ago
Juergen Hoeller 6b3c299a50 consistent handling of handler methods, init binder methods and model attribute methods (SPR-7355) 14 years ago
Juergen Hoeller 722778c74a SpEL MapAccessor consistently rejects "target.key" style access to Maps if no such key is found (SPR-7614) 14 years ago
Juergen Hoeller 1cd77e2a15 polishing 14 years ago
Juergen Hoeller 5be9473136 initialize cache Maps early, turning them into final fields 14 years ago
Juergen Hoeller 7553b76f15 SpEL method invocations prefer method with fewest parameters (e.g. no-arg over vararg; SPR-7633) 14 years ago
Juergen Hoeller d78eda8aeb polishing 14 years ago
Juergen Hoeller 061063257a optimized @Bean error messages (SPR-7628, SPR-7629) 14 years ago
Juergen Hoeller 4e43ba544b Jdbc4NativeJdbcExtractor etc 14 years ago
Juergen Hoeller ccded10d86 added configurable Connection/Statement/ResultSet target types to Jdbc4NativeJdbcExtractor (SPR-7613); added OracleJdbc4NativeJdbcExtractor with pre-configured Oracle JDBC API types 14 years ago
Juergen Hoeller 2433feab09 fixed embedded database exception test 14 years ago
Juergen Hoeller be04aca037 consistent handling of unwrap/isWrapperFor/isClosed in JDBC proxies 14 years ago
Juergen Hoeller 153680a5e6 polishing 14 years ago
Juergen Hoeller a15d023b45 ResourceDatabasePopulator throws descriptive ScriptStatementFailedException with resource details (SPR-7546) 14 years ago
Thomas Risberg 63b8ae085a added a nativeJdbcExtractor property for the TableMetaDataProvider and a method to specify the one to use for SImpleJdbcInsert (SPR-7611) 14 years ago
Oliver Gierke 1c6e131746 SPR-7604 - Support multiple embedded databases. 14 years ago
Ramnivas Laddad 00984781af SPR-7369: @Async support in spring-aspects with AspectJ 14 years ago
Ramnivas Laddad e1fb19f4e1 SPR-7369: @Async support in spring-aspects with AspectJ 14 years ago
Arjen Poutsma 21cca695e5 Polishing 14 years ago
Oliver Gierke ba2bac17de SPR-7604 - Support multiple embedded databases. 14 years ago
Juergen Hoeller 5918e2fa9c preparations for 3.0.5 release 14 years ago
Juergen Hoeller 6d94c92d97 DefaultMessageListenerContainer's skips no-message-received commit on Tibco (avoiding a deadlock; SPR-7558) 14 years ago
Juergen Hoeller 3f0462510e getTestExecutionListeners() returns actual List which allows for iteration as well as modification (SPR-7595) 14 years ago
Juergen Hoeller 40fa8afce4 DispatcherPortlet's default resource serving explicitly prevents access to WEB-INF and META-INF (SPR-7540) 14 years ago
Juergen Hoeller aac2de9221 avoid ConcurrentModificationException when iterating attribute names (SPR-7557) 14 years ago
Juergen Hoeller cbab6fa59f reduced BeanDefinition footprint by initializing Sets and Maps with 0 14 years ago
Juergen Hoeller b7b2a25953 fixed ApplicationContext event processing for repeated invocations to non-singleton listener beans (SPR-7563) 14 years ago
Juergen Hoeller d9b54a524d revised "ClassUtils.isAssignable" semantics to cover primitives vs wrappers in both directions (SPR-7610) 14 years ago
Oliver Gierke 9008e08171 SPR-7651 - Document limitations of @Async. 14 years ago
Oliver Gierke eb0990b37e Formatting for scheduling.xml. 14 years ago
Oliver Gierke 1fc6de0403 SPR-7609 - Fixed typos in JMS documentation. 14 years ago
Oliver Gierke b467f2c858 SPR-7602 - Correctly shutdown Derby >= 10.6 14 years ago
Juergen Hoeller e211c09065 fixed exists() check for resources in zipped files (SPR-7559) 14 years ago
Juergen Hoeller f88f69e700 AspectJExpressionPointcut uses bean ClassLoader for initializing the AspectJ pointcut parser (SPR-7570) 14 years ago
Juergen Hoeller eda6268d9d fixed findPlaceholderEndIndex to work with a custom suffix as well (SPR-7574) 14 years ago
Juergen Hoeller 668207d59d fixed Portlet UnavailableException tests (SPR-7542) 14 years ago
Juergen Hoeller 803b336354 fixed Portlet UnavailableException tests (SPR-7542) 14 years ago
Juergen Hoeller 4c154d3cab AnnotationSessionFactoryBean's "postProcessConfiguration" is non-final now (because of Hibernate 3.6; SPR-7581) 14 years ago
Juergen Hoeller 7ad191c912 made ResourceHttpRequestHandlerTests more reliable (SPR-7565) 14 years ago
Arjen Poutsma 70cb81b4b5 SPR-7591 - HttpStatusCodeException should contain response body 14 years ago
Costin Leau 6e516b7281 SPR-6819 14 years ago
Jeremy Grelle aab05c4da9 Minor correction to doc updates made as part of SPR-7545 - "cache-period" attribute was incorrectly documented as "cache-seconds". 14 years ago
Chris Beams 562747ef41 Review recent documentation and default servlet changes 14 years ago
Oliver Gierke c1d2c36f32 SPR-7443 - Mentioned @ConstructorProperties in doc 14 years ago
Oliver Gierke e8b9c6d5ff SPR-7443 - Constructor arg resolution by name (doc) 14 years ago
Thomas Risberg b2b195e2cf changed the access of the "reconcileColumnsToUse" and "reconcileParameters" methods to protected (SPR-7556) 14 years ago
Oliver Gierke 2c559aa8c8 SPR-7537 - Document proxying for MVC controllers 14 years ago
Juergen Hoeller bf90a2ddb6 DispatcherPortlet throws custom NoHandlerFoundException instead of misleading UnavailableException (SPR-7542) 14 years ago
Juergen Hoeller a3f155220b UriTemplate is serializable now (SPR-7541) 14 years ago
Juergen Hoeller 6d4faa6c52 ApplicationContext registers context-specific ClassArrayEditor for its bean ClassLoader (SPR-1461) 14 years ago