4548 Commits (6a06a17c479eae2c5dde4882c44d0ad82d2fffa3)
 

Author SHA1 Message Date
Juergen Hoeller b0a6ebfb61 fixed package declaration 13 years ago
Juergen Hoeller e5b1c4366c added JBoss dependency (SPR-8505); updated WebSphere dependency 13 years ago
Juergen Hoeller 38290485de switched from readResolve to readObject 13 years ago
Juergen Hoeller 57998293c8 optimized debug logging in case of non-convertible collection (SPR-8499) 13 years ago
Juergen Hoeller df8e9b3393 DataBinder etc 13 years ago
Juergen Hoeller 6cd55b7986 ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id 13 years ago
Juergen Hoeller 36b582682d added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer 13 years ago
Juergen Hoeller 22939b6d05 properly wrap IndexOutOfBoundsException even for List 13 years ago
Juergen Hoeller b8f7d324af regular IndexOutOfBoundsException if index beyond auto-grow limit 13 years ago
Juergen Hoeller b9fe1b3250 restored original array behavior (no default growth of arrays) 13 years ago
Juergen Hoeller 4c75054f90 DataBinder uses a default limit of 256 for array/collection auto-growing (SPR-7842) 13 years ago
Juergen Hoeller 022ac3166c added joptsimple dependency 13 years ago
Chris Beams 4262aed9c8 Refactor BeanFactoryLocator to use getBean(Class) 13 years ago
Chris Beams b5b2add5cf Rename {DEFAULT_=>}COMMAND_LINE_PROPERTY_SOURCE_NAME 13 years ago
Chris Beams d9ee958d88 Refactor JndiPropertySource 13 years ago
Chris Beams ce0a0ff3d4 Move JNDI_PROPERTY_SOURCE_ENABLED_FLAG constant 13 years ago
Chris Beams ea6d363c1e Return null from JndiPropertySource on lookup failure 13 years ago
Sam Brannen e94d1e314f fixed typo and formatting in Javadoc 13 years ago
Chris Beams fecd6edf75 Fix unnecessary casts in Servlet*PropertySource 13 years ago
Chris Beams 1eb5811347 Introduce CommandLinePropertySource and impls 13 years ago
Rossen Stoyanchev e0d2e20fc4 8483 Add support for MultipartFile arg type in RequestPartMethodArgumentResolver 13 years ago
Costin Leau 26dbfba6c0 SPR-8477 13 years ago
Rossen Stoyanchev a58bd3073d SPR-8431 Extract RedirectView URL creation into separate method available for subclasses to use 13 years ago
Chris Beams 4756badc1d Prevent NPE in SpringServletContainerInitializer 13 years ago
Rossen Stoyanchev 0dae1a6bd8 SPR-8447 Provide sufficient contextwherever possible when exceptions are raised in new @MVC classes. 13 years ago
Rossen Stoyanchev 3a87d8e7cb SPR-8483 Add support for @RequestPart annotated method parameters 13 years ago
Juergen Hoeller 3bbefb3e65 fixed getHeaderNames signature 13 years ago
Juergen Hoeller 0371f569ec added headers support to MultipartFile abstraction 13 years ago
Rossen Stoyanchev 78470782d4 SPR-8487 Ensure setters for argument resolvers and return value handlers replace the defaults completely. 13 years ago
Keith Donald 8504830da1 javadoc update 13 years ago
Keith Donald c9d73e2bde SPR-8465 13 years ago
Rossen Stoyanchev 1fd8f77989 SPR-7608 Add several sections to the reference docs on working with the @ModelAttribute annotation. Specifically the goal was to cover the abitlity for an @ModelAttribute argument to be instantiated from a URI template variable with the help of a Converter or a PropertyEditor. 13 years ago
Sam Brannen 8e497d9627 [SPR-8387] polishing 13 years ago
Sam Brannen 4aed64ea4b [SPR-8387] skeleton for DelegatingSmartContextLoaderTests. 13 years ago
Sam Brannen 4cbe2ae00a [SPR-8387] Introduced supports(MergedContextConfiguration) method in the SmartContextLoader SPI; updated existing loaders accordingly; and fleshed out implementation of and tests for the new DelegatingSmartContextLoader. 13 years ago
Sam Brannen 19fc2004f5 [SPR-8387] refined logging. 13 years ago
Sam Brannen 4ef895a018 [SPR-8387] Initial draft of the new DelegatingSmartContextLoader. 13 years ago
Sam Brannen b49d11f84a [SPR-8387] refined logging for failed generation of defaults; polishing JavaDoc. 13 years ago
Sam Brannen 3eb4f1d78b fixed typo 13 years ago
Chris Beams 24a8a05f24 Polish WebApplicationInitializer Javadoc 13 years ago
David Syer bd0f68d095 SPR-5749: Add defensive matching using target class loader 13 years ago
Rossen Stoyanchev 1e07af8827 SPR-7608 Add fallback mechanism for instantiating a model attribute from a path variable 13 years ago
Rossen Stoyanchev 8e240d814b SPR-6909 Improve extension hooks in DefaultDataBinderFactory and subclasses. 13 years ago
Rossen Stoyanchev 2122cbcb1b SPR-8484 Add path variables to the model via AbstractView.render(..) rather than HandlerMethodArgumentResolver 13 years ago
Rossen Stoyanchev df5e4d6d56 SPR-7746 Add examples of using regex in URI template vars and working with 'Last-Modified' HTTP requests 13 years ago
Rossen Stoyanchev efaa941672 SPR-8476 Translate JsonMappingExceptions to HttpMessageNotReadableException (and thus response status code 400) consistent with JsonParseExceptions 13 years ago
Rossen Stoyanchev 69bba30ed8 SPR-8429 Add test cases for missing header, cookie, and pathvar values 13 years ago
Rossen Stoyanchev 465712c845 Add boolean flag in RequestMappingHandlerMapping to indicate if type- or method-level @RequestMapping annotation is being introspected 13 years ago
Juergen Hoeller 1c1bc9b3df DefaultListableBeanFactory etc 13 years ago
Juergen Hoeller c0dfbdeebc DefaultListableBeanFactory is only deserializable through a SerializedBeanFactoryReference 13 years ago