864 Commits (351fba1a040c7e9e28878b9012310cc957bdc4c9)
 

Author SHA1 Message Date
Mark Pollack 351fba1a04 POM maintenance 16 years ago
Chris Beams 68051ec72b Updated BeanMethodTests to reflect change from IllegalArgumentException -> IllegalStateException 16 years ago
Chris Beams 69a762e86a resolved: 16 years ago
Arjen Poutsma 5bcdf81656 Javadoc 16 years ago
Arjen Poutsma 04b3edca33 SPR-5625 - Allow for exceptions to be annotated with a @ResponseStatus annotation 16 years ago
Arjen Poutsma 3ade31bb51 Added tests for returned ModelAndView 16 years ago
Mark Pollack a9c8ba407c POM maintenance 16 years ago
Mark Pollack 5f21cbd9da POM maintenance 16 years ago
Arjen Poutsma 161c926054 SPR-5624 - A default HandlerExceptionResolver that resolves standard Spring exceptions 16 years ago
Arjen Poutsma f92b7f1011 Added readInternal template method 16 years ago
Juergen Hoeller bcf6f23225 declarative destroy-method="..." specifications get validated at bean creation time (SPR-5602) 16 years ago
Arjen Poutsma d14cc0d7a2 - Renamed writeToInternal to writeInternal 16 years ago
Juergen Hoeller 82fd947712 polishing 16 years ago
Juergen Hoeller fbfbb88032 introduced "matchesName" method on BeanDefinitionHolder 16 years ago
Juergen Hoeller 565c1c1320 added Groovy file settings 16 years ago
Juergen Hoeller 2e378a8049 added further generic property resolution test 16 years ago
Juergen Hoeller 225eb6bcd9 refined version ranges in OSGi manifests 16 years ago
Juergen Hoeller 7e4a230793 removed Axis 1.x support 16 years ago
Arjen Poutsma ee0a294fe8 Made looping over handlerExceptionResolvers more explicit. 16 years ago
Arjen Poutsma 61b76b2adc Javadoc 16 years ago
Mark Pollack 74326a93d2 Fix SPEL tests when using maven. With the maven test runner expression.spel.SetValueTests is run before expression.spel.EvaluationTests. The order is reversed in eclipse/spring-build. Static variables are modifed in SetValueTests that cause EvaluationTests to fail if it is run first. Make a simple fix so SetValueTests uses a local evaluation context variable instead of a static variable. 16 years ago
Arjen Poutsma f9541d1e28 DispatcherServlet.processHandlerException checks whether the ModelAndView is empty before rendering it. 16 years ago
Mark Pollack 2a35aee2c9 change javax.el revision to be 1.0 to be consistent across the project. 16 years ago
Scott Andrews c488f3768c updating eclipse classpath settings 16 years ago
Arjen Poutsma 337323a114 SPR-5617 - Optional Ivy dependencies are mandatory in the OXM bundle's manifest 16 years ago
Chris Beams aee7f1ce53 RESOLVED - issue SPR-5596: Test @Autowired @Configuration class constructors 16 years ago
Chris Beams 1697932c57 consolidated context.annotation.support -> context.annotation 16 years ago
Chris Beams 2c0c523d70 don't assert that CGLIB must be present unless there is at least one @Configuration class found 16 years ago
Chris Beams af058e599d fixing tests in .test package that were failing due to missing CGLIB dependency 16 years ago
Juergen Hoeller 160e04c15a AspectJ update 16 years ago
Juergen Hoeller 89d1c99277 AspectJ update 16 years ago
Juergen Hoeller 62785abc72 polishing 16 years ago
Juergen Hoeller 341ec4ed41 updated to JRuby 1.2 and Hessian 3.2.1 16 years ago
Juergen Hoeller ef41a12fea updated to JRuby 1.2 (remaining compatible with JRuby 1.1 and above) 16 years ago
Juergen Hoeller 07fba932ac updated to Hessian 3.2.1 (remaining compatible with Hessian 3.1.3 and above) 16 years ago
Juergen Hoeller 81e683b3ee CachedIntrospectionResults always caches bean classes except in case of custom BeanInfo (SPR-4876) 16 years ago
Chris Beams 6698ed8420 IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into <context:component-scan/> and <context:annotation-config/> through AnnotationConfigUtils#registerAnnotationConfigProcessors 16 years ago
Chris Beams 826c733c9e SPR-5616: updated spring-library to include asm and oxm bundles in .libd and ivy files 16 years ago
Ben Hale ce24868209 [SPR-5618] Added an Ignored-Existing-Headers directive 16 years ago
Chris Beams 77b2c4e199 SPR-5615 - Improved error message: s/is no interface/is not an interface 16 years ago
Juergen Hoeller 88e336cf56 FreeMarkerView and ResourceBundle/XmlViewResolver can be initialized with ServletContext only (e.g. for testing) 16 years ago
Juergen Hoeller 40b06b5f19 fixed broken "setManagedInterfaces" interface assertion (SPR-5615) 16 years ago
Ben Hale fe99003b45 Made WebApplicationContextUtils:registerWebApplicationScopes public. Changed core's org.springframework.asm OSGi import to proper version numbers 16 years ago
Scott Andrews 99fa91d56e SPR-5605 spring:url tag should use htmlEscape instead of escapeXml for entity encoding 16 years ago
Scott Andrews 0dfba993e8 updating eclipse classpath for test dependencies 16 years ago
Arjen Poutsma 035eea01e8 SPR-5409 - Support for PUTting and POSTing non-form data 16 years ago
Thomas Risberg 93c56f19df added a config property to control defaulting of primitive property when receiving null value from result (SPR-5588) 16 years ago
Arjen Poutsma 476a0ed76e polishing 16 years ago
Thomas Risberg 4dc4ce3275 changed MapSqlParameterSource to SqlParameterSource in executeFunction and executeObject methods for SimpleJdbcCall (SPR-5570) 16 years ago
Thomas Risberg 360434d0d1 defaulting primitive property when receiving null value from result in BeanPropertyRowMapper (SPR-5588) 16 years ago