397 Commits (473061ec1ebe7404fe8221cb8652b07a0f12dc66)

Author SHA1 Message Date
Juergen Hoeller 2a3ca619f9 Polishing 11 years ago
Rossen Stoyanchev 5f38996cd6 Add methods for static resolution of @ExceptionHandler 11 years ago
Juergen Hoeller f70739430b Polishing 11 years ago
Juergen Hoeller ea8a2095ec Polishing 11 years ago
Juergen Hoeller 2a52decbbc Polishing (including removal of javadoc imports that show as package cycles in IntelliJ) 11 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 11 years ago
Phillip Webb 15698860e1 General polish of new 4.0 classes 11 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 11 years ago
Eric Dahl e9f78f6043 Fix various typos 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Juergen Hoeller 0de112198e Rely on presence of Servlet 2.5's ServletContext.getContextPath() 11 years ago
Brian Clozel cc4faa5990 Fix standard multipart binding + Polish 11 years ago
Juergen Hoeller b43901ed86 Upgraded to JSF 2.0 baseline; building against JSF 2.2 now 11 years ago
Rossen Stoyanchev 2ae6a6a341 Disable ext entities in SourceHttpMessageConverter 11 years ago
Rossen Stoyanchev bfa6c2d5a2 Tweak method signatures in HttpComponentsClientHttpRF 11 years ago
Juergen Hoeller 84bc474016 Upgraded to Apache HttpComponents HttpClient 4.3.1 and HttpAsyncClient 4.0 GA, as well as Jackson 2.2.2 11 years ago
Sam Brannen 2e6c998168 Update Javadoc for mocks regarding Servlet 3.0 11 years ago
Rossen Stoyanchev 5d8fac86d7 Add timeout async request handling to OSIV components 11 years ago
Brian Clozel 397d52ad17 Upgrade to Jetty 9.1.0 .RC0 11 years ago
Rossen Stoyanchev 81dda069af Update WebSocket extensions change 11 years ago
Rossen Stoyanchev cf5db8362b Replace MvcUrls with MvcUriComponentsBuilder 11 years ago
Phillip Webb 12e896ed8b Polish 11 years ago
Rossen Stoyanchev bafc73f147 Integrate suggested support for creating MVC URLs 11 years ago
Oliver Gierke 4fd27b12fc Introduced MvcUriComponentsBuilder to create URIs pointing to controller methods. 11 years ago
Rossen Stoyanchev 4f28c77db7 Polish ControllerAdvice selectors 11 years ago
Brian Clozel c4a8bf9c4d Add new features on @ControllerAdvice 11 years ago
Juergen Hoeller 187b681b9e Consistency between InvocableHandlerMethod in web and messaging modules 11 years ago
Juergen Hoeller 3bd6dfe047 Autowiring of generic types 11 years ago
Juergen Hoeller 74794190a5 Implement java.io.Flushable wherever applicable 11 years ago
Rossen Stoyanchev 8ae88c20d1 Add support for resolving message headers 11 years ago
Phillip Webb ca9df4d2ef Return rather than throw converted http exception 11 years ago
Juergen Hoeller 4574528a27 Comprehensive update to the framework's TimeZone handling, including a new TimeZoneAwareLocaleContext and a LocaleContextResolver for Spring MVC 11 years ago
Juergen Hoeller 52cca48f40 Polishing 11 years ago
Juergen Hoeller 8b3afda6f4 Marked Jackson 1.x support classes as deprecated 11 years ago
Brian Clozel a5e3916724 Add Jackson's Modules registration in Jackson2OMFactoryBean 11 years ago
Brian Clozel e91ce23cd0 Add javax.servlet.http.Part support for data binding 11 years ago
Rossen Stoyanchev 92795f463a Polish 11 years ago
Brian Clozel 2dd4480103 Add IPv6 support in RestTemplate 11 years ago
Juergen Hoeller 5e88fe5842 Clarified Spring 4.0's dependency on JAX-WS 2.1+ / JAXB 2.1+ in javadoc 11 years ago
Arjen Poutsma d0aa158aef Added ListenableFuture interface 11 years ago
Arjen Poutsma e33324b700 Changed Future<Void> to Future<?> 11 years ago
Oleg Kalnichevski 296e2189a2 Post SPR-8804 optimizations: better use of HC 4.3 APIs 11 years ago
Juergen Hoeller 38c8c6d085 Turned AsyncRequestCallbackAdapter into a private inner class 11 years ago
Juergen Hoeller 4447248a83 Introduced support for @Lazy on injection points 11 years ago
Juergen Hoeller 01b8d9327d AnnotationConfigWebApplicationContext allows for repeated register/scan calls 11 years ago
Rob Winch 00bc54dcc5 Restore method signatures on MediaType 11 years ago
Arjen Poutsma ebcee26d57 Add AsyncRestTemplate 11 years ago
Gabriel Axel d66206704e Fix NPE in ResourceHttpMessageConverter 11 years ago
Dmitry Katsubo 47d40053a4 Add Jackson serialization inclusion to FactoryBean 11 years ago
Rossen Stoyanchev 08d36cf2e4 Allow custom expand algorithm in UriComponents 11 years ago