458 Commits (1300da06a6c4aea7a5198e70e97aee4990fa9b17)

Author SHA1 Message Date
Arjen Poutsma db252cd0af SPR-6303 - Add more logging to RestTemplate 15 years ago
Arjen Poutsma f1075c7b04 javadoc. 15 years ago
Keith Donald 0df1bac33c since 3.0 15 years ago
Keith Donald 0a78287a8f formatters now plugged into unified type conversion api with formatter specific registry spi 15 years ago
Keith Donald 470302ecc6 javadoc 15 years ago
Keith Donald 913bc03a3b ui.format system refining from RC1 feedback: Support for one format annotation applying to multiple field types, Printer/Parser building blocks for more flexibility, full Joda time formatting support, FormattingService as a service entry-point for clients to use 15 years ago
Arjen Poutsma f839969b6c javadoc. 15 years ago
Arjen Poutsma 2288b2523e SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params 15 years ago
David Syer bce723d9e3 SPR-6246: split up Velocity test cases for neatness. Add fix for bug in exception creation in VelocityView. 15 years ago
Arjen Poutsma d0893c425e SPR-6247 - Multipart Content-Type charset is ignored in CommonsFileUploadSupport. 15 years ago
Juergen Hoeller 8a09c8e7da reworked ConfigurationClass(Web)ApplicationContext into AnnotationConfig(Web)ApplicationContext; revised BeansException signatures 15 years ago
Juergen Hoeller a83756f771 deprecated remoting support for JAX-RPC (in favor of JAX-WS) 15 years ago
Juergen Hoeller a429e230b6 revised version checks and exception signatures 15 years ago
Sam Brannen c399cb1b27 fixed typos 15 years ago
Arjen Poutsma 17d5b31af3 SPR-6206 - When looking up methods with @RequestMapping annotation, unannotated bridge methods are included 15 years ago
Sam Brannen 52ad49b3ae fixed typo and JavaDoc polishing. 15 years ago
Sam Brannen 0f06771249 fixed typo 15 years ago
Arjen Poutsma 8738fd7b7b SPR-6177 - HttpHeadersTests fails with non-english locale 15 years ago
Juergen Hoeller 84447cdf94 DataBinder activates autoGrowNestedPaths by default; fixed enum binding with WebRequestDataBinder 15 years ago
Juergen Hoeller 49b647ca93 check against MultipartRequest mixin interface 15 years ago
Arjen Poutsma 06286b19ce Added URI variant methods to the RestTemplate. 15 years ago
Chris Beams d020d73118 SPR-6186: removed remaining duplicate check for @Configuration 15 years ago
Chris Beams cbadf350e1 Continued progress on SPR-5682: Provide dedicated ApplicationContext implementations for use with @Configuration classes 15 years ago
Chris Beams fd8935ba0b SPR-5682: 15 years ago
Juergen Hoeller 4d29f65a9c @Event/ResourceMapping uniquely mapped to through event/resource id, even across controllers (SPR-6062); type-level @RequestMapping header conditions validated in Portlet environments as well 15 years ago
Juergen Hoeller 9cb1338b94 all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well 15 years ago
Juergen Hoeller 6fe0e36fe0 polishing 15 years ago
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Juergen Hoeller 5c1b0e6caf removed classes which are not used in 3.0 yet 15 years ago
Juergen Hoeller 8eca898d44 removed outdated "cacheJspExpressions" feature from ExpressionEvaluationUtils 15 years ago
Juergen Hoeller 64bf3b74b5 revised Hessian/Burlap exception clauses (SPR-5897) 15 years ago
Juergen Hoeller 2a0d68cb5c restored getMostSpecificMethod's traversal of the inheritance hierarchy 15 years ago
Arjen Poutsma 429d78b902 javadoc. 15 years ago
Arjen Poutsma 9f19e5e73b Polish 15 years ago
Juergen Hoeller bb70c9a4c4 @RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope) 15 years ago
Arjen Poutsma ee0a59d464 Test -> Tests 15 years ago
Juergen Hoeller a86a698e5b initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry 15 years ago
Juergen Hoeller d0c8545d9b updated setCookieMaxAge to match getCookieMaxAge return type (SPR-6070) 15 years ago
Arjen Poutsma 66a799552f SPR-2784: Support MultipartFile-array property 15 years ago
Juergen Hoeller fee838a65e support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory 15 years ago
Arjen Poutsma 3b7691d525 SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored 15 years ago
Arjen Poutsma 5680cd4a19 SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller 15 years ago
Juergen Hoeller 6b824d9af7 revised WebApplicationContext id determination; lazy logger initialization in ContextLoaderListener (SPR-5977) 15 years ago
Juergen Hoeller 9a0108ac6a added support for @WebServiceProvider annotation to Spring's JaxWsServiceExporters (SPR-5988) 15 years ago
Juergen Hoeller a7a97316e7 turned requestedSessionId into a settable property 15 years ago
Keith Donald 00f90cd816 pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now 15 years ago
Arjen Poutsma 1915192d9a 15 years ago
Arjen Poutsma 4267f8488f SPR-5975 - BufferedImageHttpMessageConverter doesn't work on Google AppEngine 15 years ago
Keith Donald 77b294fe59 native web request parameter map tests 15 years ago
Keith Donald 9ed5353947 unified map view of request parameters, including multiparts 15 years ago