885 Commits (66ca666eb5a468ea9fa4f28d07e0675cf3e68cbb)
 

Author SHA1 Message Date
Keith Donald 66ca666eb5 ignore failing tests 17 years ago
Keith Donald b6ae95b053 polish 17 years ago
Juergen Hoeller fde7f5dbc7 Hessian service exporter sets content type "application/x-hessian" (SPR-5621) 17 years ago
Juergen Hoeller c759465a5e added "unregisterManagedResource" method to MBeanExporter/MBeanExportOperations (SPR-5517) 17 years ago
Mark Pollack c8ce619ff5 Add ability to publish to S3 maven milestone repository for maven central style artifacts by adding slightly modified spring-build targets to publish-maven.xml 17 years ago
Mark Pollack 4b4a341c36 Use maven ant task to install parent pom instead of using maven from the command line as a workaround for http://jira.codehaus.org/browse/MANTTASKS-87 17 years ago
Mark Pollack 0309a3991a Adding additional project information to POM. 17 years ago
Arjen Poutsma f1a39c54c2 Ignoring broken tests 17 years ago
Arjen Poutsma f9570dbed6 Fixing build. @Override on interface implementation methods is not allowed in Java 5, Keith! 17 years ago
Keith Donald 7679669d1b type descriptor initial commit 17 years ago
Andy Clement 78c1d085d5 Indexed objects (arrays/maps/lists) now settable 17 years ago
Andy Clement ec411f271b Indexed objects (arrays/maps/lists) now settable 17 years ago
Mark Pollack 4583b40e5b maven deployment script development 17 years ago
Mark Pollack 2908033f19 maven deployment script development 17 years ago
Arjen Poutsma 46d9409fe7 SPR-4677: Allow annotated methods on a Controller to be marked as exception handlers 17 years ago
Chris Beams 532426a10d Added test using custom properties file with util:properties and dereferenced with @Value("#{...}") 17 years ago
Arjen Poutsma 974e02e62c Javadoc 17 years ago
Chris Beams 463f1e07de polishing @Configuration tests 17 years ago
Chris Beams 8d0d8a4de8 RESOLVED - issue SPR-5600: Make naming of @Configuration class processing-related artifacts consistent 17 years ago
Mark Pollack d7213f8bb3 updated spring-library to include web.portlet in .libd and ivy files 17 years ago
Mark Pollack e721a1f911 Change antlr version to be 3.0.1 so that is consistent across the project 17 years ago
Mark Pollack f17f9ef0f5 POM maintenance 17 years ago
Chris Beams d3e7583a50 Updated BeanMethodTests to reflect change from IllegalArgumentException -> IllegalStateException 17 years ago
Chris Beams eac93ebd59 resolved: 17 years ago
Arjen Poutsma 33137847a3 Javadoc 17 years ago
Arjen Poutsma 9988251912 SPR-5625 - Allow for exceptions to be annotated with a @ResponseStatus annotation 17 years ago
Arjen Poutsma 03a1aa5a97 Added tests for returned ModelAndView 17 years ago
Mark Pollack 4354ea744c POM maintenance 17 years ago
Mark Pollack f8adb82ab3 POM maintenance 17 years ago
Arjen Poutsma 454f2e18b2 SPR-5624 - A default HandlerExceptionResolver that resolves standard Spring exceptions 17 years ago
Arjen Poutsma 84024eb28f Added readInternal template method 17 years ago
Juergen Hoeller c90e6f7641 declarative destroy-method="..." specifications get validated at bean creation time (SPR-5602) 17 years ago
Arjen Poutsma 307c33e93d - Renamed writeToInternal to writeInternal 17 years ago
Juergen Hoeller 1d77442f69 polishing 17 years ago
Juergen Hoeller 3cae153148 introduced "matchesName" method on BeanDefinitionHolder 17 years ago
Juergen Hoeller afe9b1474d added Groovy file settings 17 years ago
Juergen Hoeller 985e2b0068 added further generic property resolution test 17 years ago
Juergen Hoeller 53243273a4 refined version ranges in OSGi manifests 17 years ago
Juergen Hoeller 400797d395 removed Axis 1.x support 17 years ago
Arjen Poutsma ed089bc2b8 Made looping over handlerExceptionResolvers more explicit. 17 years ago
Arjen Poutsma 76bcfb2310 Javadoc 17 years ago
Mark Pollack 6ac7a300c8 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. 17 years ago
Arjen Poutsma 0d33ceec1b DispatcherServlet.processHandlerException checks whether the ModelAndView is empty before rendering it. 17 years ago
Mark Pollack 8fe681fa4c change javax.el revision to be 1.0 to be consistent across the project. 17 years ago
Scott Andrews 89af3cf91d updating eclipse classpath settings 17 years ago
Arjen Poutsma 1151e5d58f SPR-5617 - Optional Ivy dependencies are mandatory in the OXM bundle's manifest 17 years ago
Chris Beams 3e7fe100e2 RESOLVED - issue SPR-5596: Test @Autowired @Configuration class constructors 17 years ago
Chris Beams d96ebc4385 consolidated context.annotation.support -> context.annotation 17 years ago
Chris Beams 8af119314a don't assert that CGLIB must be present unless there is at least one @Configuration class found 17 years ago
Chris Beams 6f767bb3da fixing tests in .test package that were failing due to missing CGLIB dependency 17 years ago