92 Commits (e3b93c3b793bd897565ab31ba1c6d3340a85036c)

Author SHA1 Message Date
Chris Beams 3ae3de19a9 + Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated) 16 years ago
Arjen Poutsma c1ea5a3ab8 Fixing Petclinic 16 years ago
Juergen Hoeller a1ea7f1820 polishing 16 years ago
Juergen Hoeller 160249c012 generified FactoryBeans and further Java 5 code style updates 16 years ago
Juergen Hoeller c46b0ae271 polishing 16 years ago
Juergen Hoeller 760cab8fea refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client" 16 years ago
Juergen Hoeller 84ea67669a ModelAndView's "cleared" state gets preserved in case of plain model Map access 16 years ago
Juergen Hoeller 56bd995d9c "url" macro in "spring.ftl" performs standard Servlet URL encoding automatically 16 years ago
Juergen Hoeller d3d0111439 polishing 16 years ago
Juergen Hoeller 43caa57296 optimized OrderComparator usage 16 years ago
Arjen Poutsma aff17ca9e5 Uncommented test case 16 years ago
Juergen Hoeller 5a09a2d642 polishing 16 years ago
Juergen Hoeller 90b5c3a8dd @RequestMapping type-level param constraints taken into account consistently 16 years ago
Juergen Hoeller 6b2d4a81a0 optional boolean parameters in MVC handler methods resolve to "false" if not present 16 years ago
Arjen Poutsma 21a442b253 Solved concurrency issue 16 years ago
Juergen Hoeller 60392d6e74 ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface 16 years ago
Arjen Poutsma df563dfcd6 SPR-5452: Content negotiation 16 years ago
Arjen Poutsma ce83ebf0de Added link to Atom spec in javadoc 16 years ago
Scott Andrews 9335233618 javadoc polish 16 years ago
Scott Andrews 61b5428211 SPR-2733 Improvement for handling checkboxes in web forms (patch included) 16 years ago
Scott Andrews 8e261e5833 SPR-3389 Nicer handling of Java 5 enums by the Spring MVC form taglib. 16 years ago
Scott Andrews 1f770574b0 updating eclipse settings and classpaths 16 years ago
Arjen Poutsma c7d1d3ccb8 SPR-5367: PathVariable mappings are greedy over hard coded mappings 16 years ago
Juergen Hoeller 49ba677b64 introduced @CookieValue annotation 16 years ago
Juergen Hoeller 9dec670be4 consistent copies of mocks 16 years ago
Juergen Hoeller 8af66c83ad consistent mock behavior 16 years ago
Juergen Hoeller d950b56999 revised common handler method processing for Portlet 2.0 update 16 years ago
Arjen Poutsma 7b73830987 Added simple test for SPR-5365 16 years ago
Juergen Hoeller 46f99640ee javadoc updates for 3.0 16 years ago
Juergen Hoeller ce2c59ec84 Java 5 code style 16 years ago
Arjen Poutsma e863f9a371 SPR-5380: MarshallingView should override AbstractView instead of AbstractUrlBasedView 16 years ago
Arjen Poutsma fc06f9ba72 OXM is nearing completion 16 years ago
Chris Beams ea68d343fa eliminated svn:externals in favor of localized copies of shared artifacts 16 years ago
Chris Beams 579280d7bf Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles 16 years ago
Chris Beams 93e30a4fc5 moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet 16 years ago
Chris Beams 750bcf36a6 moving unit tests from .testsuite -> .test, .web.servlet 16 years ago
Chris Beams 489427c3be moving unit tests from .testsuite -> .web.servlet 16 years ago
Chris Beams f7dcf26193 fixed incorrect version for javax.el in .classpath files (was 2.1.0, now set to 1.0.0) 16 years ago
Juergen Hoeller 0ed916495c added @RequestHeader support 16 years ago
Christian Dupuis 62a7457599 updated .classpath files to reflect recent changes in ivy files; aspectj.weaver 1.6.2 -> 1.6.2.RELEASE 16 years ago
Juergen Hoeller 4f40a6c313 fixed javadoc errors 16 years ago
Juergen Hoeller f8c690c542 Java 5 code style 16 years ago
Juergen Hoeller fda7100866 consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5 16 years ago
Juergen Hoeller 85661c6882 Java 5 code style 16 years ago
Juergen Hoeller b0790bf5e7 Java 5 code style 16 years ago
Costin Leau dca286d065 + migrated some manifest template changed from 2.5.x to 3.0.x 16 years ago
Juergen Hoeller 29657105da Java 5 code style 16 years ago
Juergen Hoeller 347f34c68a EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 16 years ago
Arjen Poutsma efb0ab79f9 SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level) 16 years ago
Arjen Poutsma 27ed13f44d SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level) 16 years ago