Commit Graph

31788 Commits

Author SHA1 Message Date
Juergen Hoeller
a449472e06 2008-11-27 00:22:10 +00:00
Juergen Hoeller
f744808b49 removed JOTM and XAPool support 2008-11-27 00:21:29 +00:00
Costin Leau
cf1f6606f4 + marked expression package as optional for spring-context 2008-11-26 10:26:46 +00:00
Costin Leau
8ba93ae12c + fix import for org.antlr package versions 2008-11-26 09:56:50 +00:00
Costin Leau
dca286d065 + migrated some manifest template changed from 2.5.x to 3.0.x 2008-11-25 22:20:53 +00:00
Ben Hale
20bdc3c2d5 Polishing 2008-11-25 14:56:07 +00:00
Ben Hale
1a2135ec17 Publication is now automatic 2008-11-25 14:11:54 +00:00
Juergen Hoeller
29657105da Java 5 code style 2008-11-25 01:29:54 +00:00
Chris Beams
1f9e63af49 + Added necessary JPA dependencies to make Petclinic JUnit tests pass
+ Removed unused imports for @RequestParam
Note: While unit tests pass in eclipse, NoClassDefFound errors are still being thrown when tests are run from the command line.
2008-11-24 22:16:21 +00:00
Scott Andrews
96ba0d8ed6 added missing compile time deps to eclipse .classpath 2008-11-24 19:58:04 +00:00
Ben Hale
b70fe3f0a1 Remove the -with-dependencies build 2008-11-24 10:57:32 +00:00
Scott Andrews
14d4630570 eclipse classpath updates 2008-11-21 15:42:47 +00:00
Scott Andrews
05815d6840 applying spring:url best practices 2008-11-21 14:51:57 +00:00
Scott Andrews
eb89752f2b adding eclipse/wtp project settings 2008-11-21 14:51:16 +00:00
Juergen Hoeller
597e92a1a6 Java 5 code style 2008-11-21 00:04:10 +00:00
Juergen Hoeller
9e419dacfc added script resources 2008-11-20 23:54:00 +00:00
Arjen Poutsma
f56ee389e7 Petclinic is RESTful. 2008-11-20 23:43:59 +00:00
Arjen Poutsma
1929f67f02 Petclinic is RESTful. 2008-11-20 23:42:20 +00:00
Juergen Hoeller
e9649b3a34 added JUnit 4.5 compatibility note 2008-11-20 22:28:00 +00:00
Juergen Hoeller
582c564fa3 removed deprecated methods 2008-11-20 22:19:24 +00:00
Juergen Hoeller
3d1a709a5e fixed buildExceptionMessage to avoid potential NPE (SPR-5275) 2008-11-20 22:18:21 +00:00
Juergen Hoeller
0038aaa697 ContextLoaderListener extends ContextLoader 2008-11-20 22:12:56 +00:00
Arjen Poutsma
693ae0c2b0 Removing my own name from the pets database. 2008-11-20 22:02:48 +00:00
Juergen Hoeller
ae34a8cb1b basic JUnit 4.5 compatibility (accepting use of deprecated SPI) 2008-11-20 21:33:08 +00:00
Juergen Hoeller
22d3272117 updated for JRuby 1.1 2008-11-20 19:47:57 +00:00
Juergen Hoeller
51577b2a07 actually delegate from resolveContextualObject to resolveReference 2008-11-20 19:46:28 +00:00
Juergen Hoeller
05bebb0c05 completed value annotation support; Java 5 code style updates 2008-11-20 17:33:46 +00:00
Arjen Poutsma
998511a375 Petclinic seems to work 2008-11-20 16:28:38 +00:00
Arjen Poutsma
29c8f37ccc Petclinic seems to work 2008-11-20 15:08:30 +00:00
Arjen Poutsma
a51268a31c Added petclinic db 2008-11-20 15:05:37 +00:00
Arjen Poutsma
9d3cb3a47e Added petclinic sample 2008-11-20 13:50:01 +00:00
Juergen Hoeller
68dfd9efe8 fixed javax.el version range (following 2.5.6.A) 2008-11-20 12:52:24 +00:00
Juergen Hoeller
97b1fd0fc4 fixed javax.el version range (following 2.5.6.A) 2008-11-20 12:36:59 +00:00
Juergen Hoeller
347f34c68a EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 2008-11-20 02:10:53 +00:00
Ben Hale
369821dd66 spring-build update 2008-11-19 17:19:15 +00:00
Arjen Poutsma
efb0ab79f9 SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level) 2008-11-19 17:12:44 +00:00
Arjen Poutsma
27ed13f44d SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level) 2008-11-19 17:08:34 +00:00
Arjen Poutsma
2b2805058b Javadoc 2008-11-19 15:44:21 +00:00
Arjen Poutsma
cc5d3ec389 Increased timings of performance test, because the 100 ms does not work on our CI server. 2008-11-19 15:42:16 +00:00
Ben Hale
6379c69c38 Forgot a file 2008-11-19 15:19:40 +00:00
Ben Hale
4271f6d9e1 Upgrade to spring-build. Added dm Server library file 2008-11-19 15:13:53 +00:00
Arjen Poutsma
4e65f48f72 Added test and testsuite intellij projects. 2008-11-19 14:41:38 +00:00
Arjen Poutsma
bb5150361b SPR-5251: URI Templates support infix variables: A-{B}-C 2008-11-19 11:48:13 +00:00
Arjen Poutsma
90ef7649c2 SPR-5251: URI Templates support /**-style paths 2008-11-18 15:12:28 +00:00
Arjen Poutsma
b33db73c93 SPR-5251: URI Templates for @InitBinder 2008-11-18 12:37:12 +00:00
Arjen Poutsma
fe72e8a5f7 SPR-5251: URI Templates in @RequestMapping 2008-11-17 16:00:03 +00:00
Scott Andrews
a1faaad9fa SPR-5299 TLDs must be located under META-INF
Moving spring.tld and spring-form.tld under /src/main/resources/META-INF so they can be automatically discovered by the servlet container.
2008-11-17 15:10:26 +00:00
Arjen Poutsma
fe29a711f3 Updated projects and ivy.xmls 2008-11-17 15:09:17 +00:00
Arjen Poutsma
b313de0d1e Added test for ServletAnnotationMappingUtils 2008-11-17 13:39:10 +00:00
Scott Andrews
7d1f2bd1da SPR-5267 Support for PUT and DELETE in spring:form tag
Any HTTP method passed to the spring-form:form tag other then GET or POST will automatically be defaulted to POST on the form tag and a hidden input field is created with the requested HTTP method.  By default, the hidden field is named '_method', the name can be overridden using the methodParam attribute on the spring-form:form tag.
2008-11-16 22:03:16 +00:00