5713 Commits (7fd18298d1608eb042d073fbae7dda28e881849f)
 

Author SHA1 Message Date
Phillip Webb 9821868707 Refactor and polish various Comparator impls 12 years ago
Arjen Poutsma bd018fc9d7 Optional @XmlRootElement check in Jaxb2Marshaller 12 years ago
Chris Beams 6517517ca9 Refactor to lazy Environment creation where possible 12 years ago
Chris Beams 9f8d219146 Remove default profile during environment merge 12 years ago
Chris Beams f963d0f190 Register environment in all bean factories in a hierarchy 12 years ago
Rob Winch c92a06f003 Support Filters/Servlet invocation in MockFilterChain 12 years ago
Juergen Hoeller 6bce098310 refined TypeConverterDelegate's ConversionService exception handling 12 years ago
Juergen Hoeller 15e384dfd3 updated changelog 12 years ago
Juergen Hoeller e904589bd1 added Field context variant to TypeConverter interface in beans module; @Value injection works in combination with formatting rules such as @DateTimeFormat 12 years ago
Juergen Hoeller 780a259c70 re-added JDBC 4.1 getParentLogger method 12 years ago
Juergen Hoeller 931ea5cdf4 polishing 12 years ago
jhoeller db4cc9562f Merge pull request #94 from dsyer/SPR-9498 12 years ago
Juergen Hoeller 50df4d08c2 adapted to deprecation backport in 3.1.3 12 years ago
Juergen Hoeller 1bd775f828 @Autowired-driven ObjectFactory/Provider resolution works in non-singleton beans as well 12 years ago
Juergen Hoeller 68c5f20bc7 aligned with recent changes in CommonAnnotationBeanPostProcessor 12 years ago
Juergen Hoeller 04af54ad4c @Resource processing properly works with scoped beans and prototypes again 12 years ago
Juergen Hoeller cec30a7a2d MessageSourceSupport uses locale-specific MessageFormat cache for default messages 12 years ago
Juergen Hoeller 95adf1dbee fixed Portlet request mapping priorities in cross-controller case 12 years ago
Juergen Hoeller 049b944434 polishing (at the occasion of a backport) 12 years ago
Juergen Hoeller 30de87a51e StaxEventContentHandler uses static inner class for Location adapter, in order to avoid leaks when caching events 12 years ago
Juergen Hoeller 7ff30d0043 Sybase lock wait timeout error code missing 12 years ago
Juergen Hoeller 769753dac4 ResourceUtils.useCachesIfNecessary() not correct handle JNLP connections 12 years ago
Juergen Hoeller bd7a6f658a Typo in ApplicationContextAware and BeanNameAware section 12 years ago
Rossen Stoyanchev cb564b287f Provide support for filter registrations 12 years ago
Rossen Stoyanchev a49851d5eb Add equals/hashcode to ResponseEntity 12 years ago
Rossen Stoyanchev 473de081b8 Improve no-match handling for @RequestMapping methods 12 years ago
Rossen Stoyanchev 2201dd8c45 Add support for matrix variables 12 years ago
Rossen Stoyanchev da05b094f5 Polish standard Spring MVC exception handling 12 years ago
Arjen Poutsma 0a6b1167a7 Improved Javadoc 12 years ago
Arjen Poutsma d37e7878e6 Improved Javadoc 12 years ago
Sam Brannen 3794f995ba Avoid and/or suppress warnings in spring-test 12 years ago
Arjen Poutsma 5ce20fdd73 Improved Javadoc 12 years ago
Chris Beams 29613f1c21 Merge pull request #120 from poutsma/SPR-9677 12 years ago
Arjen Poutsma ca017a4880 Introduce strategy for BeanInfo creation 12 years ago
Rossen Stoyanchev b95550489b Add "New in Spring 3.2" section to reference docs 12 years ago
Rossen Stoyanchev c9b7b132fb Support generic types in @RequestBody arguments 12 years ago
Arjen Poutsma ed3823b045 Support generic target types in the RestTemplate 12 years ago
Rossen Stoyanchev 789e12a0c7 Use OS-specific newline in Jackon pretty print tests 12 years ago
Rossen Stoyanchev 2965df6bee Update Javadoc of UriComponentsBuilder 12 years ago
Rossen Stoyanchev de6f74fa40 Encode UTF-8 characters used in Java test sources 12 years ago
Rossen Stoyanchev b3f0b6e2d6 Fix links in MVC chapter 12 years ago
Rossen Stoyanchev 888835445c Update error message in DispatcherServlet 12 years ago
Rossen Stoyanchev 364bb696e0 Decode target parameters prior to saving a FlashMap 12 years ago
Rossen Stoyanchev af1561634c Allow Errors after @RequestBody and @RequestPart 12 years ago
Rossen Stoyanchev 06d95915a0 Add error message for missing servlet request param. 12 years ago
Rossen Stoyanchev 1cf4a2facd Add ExceptionHandlerSupport class 12 years ago
Sam Brannen 58daeea1e2 Merge pull request #121 from sbrannen/SPR-9011 12 years ago
Sam Brannen 1f93777bbd Support ApplicationContextInitializers in the TCF 12 years ago
Rossen Stoyanchev 9c8c967caa Add async options to MVC namespace and Java config 12 years ago
Rossen Stoyanchev 4f55518290 Update remaining filter with async support 12 years ago