2541 Commits (409393527541df26f0bad54616d647fc54ace180)
 

Author SHA1 Message Date
Mark Fisher a7c1f6b730 SPR-5507 Added SmartLifecycle interface with 'isAutoStartup' method and added an 'onRefresh' method to the LifecycleProcessor. 15 years ago
Keith Donald 91dd752e71 added test dep to ivy.xml causing build failure 15 years ago
Mark Fisher 5b088f5cb4 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. 15 years ago
Keith Donald 566516b89a polishing 15 years ago
Keith Donald 835b958911 polish 15 years ago
Keith Donald 6f4112af80 updated favoring style pattern string instead of Style enum for DateTimeFormat 15 years ago
Keith Donald 7ed6c164b6 javadoc polishing 15 years ago
Juergen Hoeller 90f8e5dcf8 WebSphereUowTransactionManager suspends synchronizations even without existing transaction (SPR-6167) 15 years ago
Costin Leau c3bf658058 SPR-6102 15 years ago
Costin Leau af0a529bb5 SPR-6102 15 years ago
Costin Leau bcc6413ef7 SPR-5762 15 years ago
Arjen Poutsma 077055c8f2 SPR-6291 - UrlPathHelper is too aggressive decoding URLs 15 years ago
Costin Leau 24a9ecd4a3 + removed unused imports 15 years ago
Costin Leau 9a111e504f SPR-6194 15 years ago
Arjen Poutsma 7ec9f1506a SPR-6005 - org.springframework.beans.propertyeditors.URIEditor does double escaping for % signes for URIs that contain a schema 15 years ago
Sam Brannen 2cc6155dec JavaDoc 15 years ago
Thomas Risberg 076b912f05 removed filter for classes from the JPA providers package for EclipseLink (SPR-6040) 15 years ago
Chris Beams 46aabf0b65 Additional tests rounding out @ImportXml coverage 15 years ago
Keith Donald 7bd34a6cb1 added format import to web.servlet manifest 15 years ago
Juergen Hoeller 2922b1fcb9 updated for extended RC2 period 15 years ago
Juergen Hoeller 15777818c4 made Excel tests work 15 years ago
Juergen Hoeller 2a0b3cf3c9 polishing 15 years ago
Juergen Hoeller 205b5a477b JSR-303 Validator will only register validation failures if no binding failure happened 15 years ago
Juergen Hoeller 4e233047c8 TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility; SPR-6309) 15 years ago
Juergen Hoeller b321376703 AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now (SPR-6298) 15 years ago
Juergen Hoeller a62068461f AbstractApplicationContext can also start up in case of system properties access failure 15 years ago
Keith Donald fe4f41d33c default config for web binding initializer and formatting/conversion system w/ mvc namespace 15 years ago
Chris Beams 8ece98c694 Fixed build breakage due to use of WebDataBinder.setDisallowedFields(String); changed calls to use the updated String[] signature. 15 years ago
Chris Beams 0a4463fb71 SPR-6158: Initial implementation and tests for @ImportXml 15 years ago
Chris Beams 20ec13ded5 SPR-5529: removed package.html files 15 years ago
Chris Beams ca0b590bb9 SPR-5523: converted a few additional package.html artifacts to package-info.java 15 years ago
Juergen Hoeller 6494041849 changed Servlet API dependency to provided (SPR-6284) 15 years ago
Keith Donald ee15bbb494 mvc namespace installation of handler mapping and handler adapter 15 years ago
Mark Fisher d96bea9f6a SPR-4716 GenericMessageEndpointManager now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet(). 15 years ago
Arjen Poutsma d415d36192 Renamed Md5HashUtils to DigestUtils 15 years ago
Mark Fisher 91297d9863 SPR-6307 Quartz SchedulerFactoryBean now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet(). 15 years ago
Mark Fisher 40720ab0f1 SPR-4716 AbstractJmsListeningContainer now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet(). 15 years ago
Keith Donald 389ad03e84 package info file 15 years ago
Keith Donald 733be4f400 spring mvc namespace initial commit; work in progress 15 years ago
Keith Donald fed96f85ae fixed failing test due to case issue 15 years ago
Keith Donald b6ec4e30d9 javadoc polish 15 years ago
Keith Donald d65454175d iso date time format tests 15 years ago
Arjen Poutsma 8de34c6fa7 SPR-6301 - Support @RequestHeader on HttpHeaders parameters 15 years ago
Keith Donald a62b413be4 Renamed org.springframework.ui.format package to simply org.springframework.format package; 'ui' is not adding any value - it makes the package name longer and also discourages use of formatters outside in other "non ui" environments where localized formatting of field values is needed. 15 years ago
Keith Donald f0de1c3069 revised matchable converter lookup algorithm; added conversion service bean container tests 15 years ago
Arjen Poutsma c812cd370b Fixing test 15 years ago
Arjen Poutsma db252cd0af SPR-6303 - Add more logging to RestTemplate 15 years ago
Arjen Poutsma f1075c7b04 javadoc. 15 years ago
Keith Donald bc4d52a7e3 added date midnight 15 years ago
Keith Donald 2405848c4c comment on ignored test 15 years ago