2311 Commits (260b4c445d4893ccca16914078056cd5ea127bd2)
 

Author SHA1 Message Date
Keith Donald 260b4c445d not needed according to Christian 17 years ago
Keith Donald 330bffd647 mvc namespace conversion-service and validator attributes 17 years ago
Luke Taylor d1443d25f4 SPR-3695: Added note on servlet/JSP/JSTL versions with reference to external blog article 17 years ago
Chris Beams aaeac93d74 fixed typo in javadoc: s/poitncut/pointcut/ 17 years ago
Chris Beams 1452b2ffd1 SPR-6328: Rename @ImportXml -> @ImportResource and allow for usage of non-XML BeanDefinitionReader types 17 years ago
Mark Fisher 94a8a2e4c2 SPR-5507 SchedulerFactoryBean now implements SmartLifecycle instead of ApplicationListener. 17 years ago
Thomas Risberg 5978fd76a0 relaxed Map<String, Object> to Map<String, ?> for method parameter 17 years ago
Keith Donald f1c336404d polish 17 years ago
Keith Donald 4121e40d07 removed old dir 17 years ago
Keith Donald 1e0c2ebf22 removed old dir 17 years ago
Keith Donald 943ee480ea polish 17 years ago
Keith Donald dd4c123427 date time format code review 17 years ago
Luke Taylor 5f5edbe711 SPR-5276: Updated Acegi site link to point to Spring Security 17 years ago
Keith Donald 7ce0d7841d results of code review of mvc namespace 17 years ago
Luke Taylor a78bff327b SPR-6169: Clarified that DispatcherServlet configuraion options are init-param values for the servlet declaration, not context params 17 years ago
Luke Taylor 8e76ae5982 SPR-5430,SPR-6224: Converted deprecated view property names to use '.(class)' syntax. 17 years ago
Thomas Risberg 4596057353 added note to changelog about supporting load-time weaving in JBoss 5 (SPR-5764) 17 years ago
Luke Taylor c75dbbfcbc SPR-6293: Updated required tiles version to 2.1.2 17 years ago
Mark Fisher 00fafe3f5e SPR-5507 GenericMessageEndpointManager now implements SmartLifecycle instead of ApplicationListener. 17 years ago
Mark Fisher 19799237e9 SPR-5507 AbstractJmsListeningContainer now implements SmartLifecycle instead of ApplicationListener. 17 years ago
Mark Fisher d9f1daeafc SPR-5507 Added SmartLifecycle interface with 'isAutoStartup' method and added an 'onRefresh' method to the LifecycleProcessor. 17 years ago
Keith Donald a504e85dfc added test dep to ivy.xml causing build failure 17 years ago
Mark Fisher 59a45337de SPR-5507 Factored out Lifecycle management to a LifecycleProcessor strategy with the default implementation as DefaultLifecycleProcessor. The 'lifecycleProcessor' bean may be defined to override the default. 17 years ago
Keith Donald b65ef01bf9 polishing 17 years ago
Keith Donald 35aefbb932 polish 17 years ago
Keith Donald bc9ef36f26 updated favoring style pattern string instead of Style enum for DateTimeFormat 17 years ago
Keith Donald 88c16dbd4d javadoc polishing 17 years ago
Juergen Hoeller df0b4d3854 WebSphereUowTransactionManager suspends synchronizations even without existing transaction (SPR-6167) 17 years ago
Costin Leau 0f1f01b719 SPR-6102 17 years ago
Costin Leau 83ce14dfaf SPR-6102 17 years ago
Costin Leau 4d49e1e70d SPR-5762 17 years ago
Arjen Poutsma 437ec7d98d SPR-6291 - UrlPathHelper is too aggressive decoding URLs 17 years ago
Costin Leau 5428c5f710 + removed unused imports 17 years ago
Costin Leau c5a0c30f75 SPR-6194 17 years ago
Arjen Poutsma 27d3926a16 SPR-6005 - org.springframework.beans.propertyeditors.URIEditor does double escaping for % signes for URIs that contain a schema 17 years ago
Sam Brannen 2b1b7d03be JavaDoc 17 years ago
Thomas Risberg 5b5609655a removed filter for classes from the JPA providers package for EclipseLink (SPR-6040) 17 years ago
Chris Beams a502272b6b Additional tests rounding out @ImportXml coverage 17 years ago
Keith Donald 63dfad8214 added format import to web.servlet manifest 17 years ago
Juergen Hoeller 7ebecb850b updated for extended RC2 period 17 years ago
Juergen Hoeller 972492bfbb made Excel tests work 17 years ago
Juergen Hoeller b128e3be2e polishing 17 years ago
Juergen Hoeller 56d6666fb6 JSR-303 Validator will only register validation failures if no binding failure happened 17 years ago
Juergen Hoeller 253e129859 TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility; SPR-6309) 17 years ago
Juergen Hoeller e31b30a78b AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now (SPR-6298) 17 years ago
Juergen Hoeller 2542e85406 AbstractApplicationContext can also start up in case of system properties access failure 17 years ago
Keith Donald e882d7216c default config for web binding initializer and formatting/conversion system w/ mvc namespace 17 years ago
Chris Beams da80fb0243 Fixed build breakage due to use of WebDataBinder.setDisallowedFields(String); changed calls to use the updated String[] signature. 17 years ago
Chris Beams 2bfa32da80 SPR-6158: Initial implementation and tests for @ImportXml 17 years ago
Chris Beams 2d0a6d1db8 SPR-5529: removed package.html files 17 years ago