Commit Graph

602 Commits

Author SHA1 Message Date
Juergen Hoeller
205df56ee4 support for WebSphere's ResourceAdapter-managed transactions 2009-02-09 15:36:20 +00:00
Arjen Poutsma
f5e5fc1662 Added content negotiation and MarshallingView to petclinic 2009-02-06 16:12:13 +00:00
Arjen Poutsma
fae0110536 Added content negotiation and MarshallingView to petclinic 2009-02-06 15:54:57 +00:00
Arjen Poutsma
df563dfcd6 SPR-5452: Content negotiation 2009-02-06 14:38:30 +00:00
Arjen Poutsma
b96a7a7a8c SPR-5460: Add AtomView sample to PetClinic 2009-02-06 09:12:08 +00:00
Arjen Poutsma
ce83ebf0de Added link to Atom spec in javadoc 2009-02-06 08:18:37 +00:00
Juergen Hoeller
7e4fb09369 added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor; SchedulingTaskExecutor interface extends AsyncTaskExecutor; added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor; added ThreadPoolExecutorFactoryBean; reduced backport-concurrent support to TaskExecutor adapters 2009-02-05 22:45:35 +00:00
Juergen Hoeller
6cdc25d66a all "taskExecutor" bean properties now accept any "java.util.concurrent.Executor" 2009-02-05 21:18:10 +00:00
Juergen Hoeller
ea54c6391e deprecated ConcurrentMap 2009-02-05 21:07:53 +00:00
Juergen Hoeller
92588cddc6 Java 5 code style 2009-02-05 21:04:13 +00:00
Arjen Poutsma
460977263d Added extractFullFilenameFromUrlPath to WebUtils 2009-02-05 15:45:25 +00:00
Arjen Poutsma
b0180fdf32 Added MediaType 2009-02-05 15:44:16 +00:00
Arjen Poutsma
747ee86079 Made CollectionsFactory generic 2009-02-05 15:33:44 +00:00
Arjen Poutsma
5786f6c359 Made threadlocals generic 2009-02-03 11:24:10 +00:00
Ramnivas Laddad
c8d6c15a05 Fixed toString(), toShortString(), and toLongString() methods for signature and join point (SPR-5437) 2009-01-27 22:58:28 +00:00
Scott Andrews
27460e323a creating eclipse project settings for org.springframework.spring-library 2009-01-26 16:03:05 +00:00
Scott Andrews
dd2f1b467b adding servlet api to the eclipse classpath to clear up tooling errors from JSP files 2009-01-26 15:49:55 +00:00
Scott Andrews
178e1161d7 updating eclipse classpath for JDO 2.1 2009-01-26 15:42:13 +00:00
Scott Andrews
0a48996f14 adding missing test time dependencies 2009-01-26 15:35:17 +00:00
Juergen Hoeller
e7c5a28586 polishing 2009-01-25 23:29:45 +00:00
Juergen Hoeller
eef6086325 polishing 2009-01-25 23:28:01 +00:00
Juergen Hoeller
e7465dcb99 generified operations interfaces; update to JDO 2.1; preparation for JPA 2.0 2009-01-25 23:20:41 +00:00
Ramnivas Laddad
612ed8c660 Added sourcepath for aspectjweaver jar 2009-01-24 17:04:29 +00:00
Arjen Poutsma
6c96c48bf5 Resurrected requestScopeTests.xml from revision 573 2009-01-24 12:16:45 +00:00
Scott Andrews
7dcb3b5841 fixing broken unit test related to SPR-5429 2009-01-23 22:32:26 +00:00
Scott Andrews
300e4d7284 SPR-5429 Update Pet Clinic to use HSQL as an embedded database
Removing support for running HSQL in stand-alone mode.  Out of the box embedded HSQL and MySQL are supported.
2009-01-23 20:52:20 +00:00
Scott Andrews
16c9391069 SPR-5429 Update Pet Clinic to use HSQL as an embedded database
Created DbcpDataSourceFactory factory bean to create and populate a dbcp based connection pool.  The factory bean is based on EmbeddedDataSourceFactory from the JavaConfig version of Pet Clinic.  The new DbcpDataSourceFactory has been tested with HSQL in embedded and stand-alone modes.
2009-01-23 20:33:17 +00:00
Scott Andrews
9335233618 javadoc polish 2009-01-23 15:18:25 +00:00
Arjen Poutsma
16843b3a07 Fixed usage of wrong TestBean package. 2009-01-23 11:57:58 +00:00
Scott Andrews
61b5428211 SPR-2733 Improvement for handling checkboxes in web forms (patch included)
Introduced default field prefix of '!', which can be overridden with WebDataBinder#setFieldDefaultPrefix.  If a field is otherwise not present, the default value is used for the field.  Field markers for the same field are ignored.
2009-01-23 00:03:33 +00:00
Scott Andrews
8e261e5833 SPR-3389 Nicer handling of Java 5 enums by the Spring MVC form taglib.
The form:options and form:radiobuttons tags will now render a set of options automatically if the bind target is an Enum and items are not otherwise specified.  The values of the enum are converted into form inputs where by default the form value is the enum's name() and the form label is the enum's toString().
2009-01-22 20:36:36 +00:00
Arjen Poutsma
ad2cc34b79 SPR-2581: Provide out of the box implementation of the thread scope 2009-01-22 15:41:29 +00:00
Arjen Poutsma
bf9ffe2d67 javadoc 2009-01-22 12:02:30 +00:00
Arjen Poutsma
becea6115e SPR-3360: util:property-path like functionality for the p-namespace 2009-01-22 12:01:25 +00:00
Arjen Poutsma
1b6c4929ad Renamed ShortcutTests to SimplePropertyNamespaceHandlerTests 2009-01-22 11:41:14 +00:00
Scott Andrews
52d3440266 removing org.springframework.testsuite, subversive desided to commit the directory without prompting me... 2009-01-21 23:13:00 +00:00
Scott Andrews
1f770574b0 updating eclipse settings and classpaths 2009-01-21 23:02:43 +00:00
Scott Andrews
3bef38e8f8 2009-01-21 22:48:19 +00:00
Arjen Poutsma
7f7ff4ea9b Moved petclinic test configs to resource directory. 2009-01-21 22:26:48 +00:00
Arjen Poutsma
fe31de529b SPR-5326: HibernateClinic in PetClinic sample should use constructor-injection instead of field injection 2009-01-21 22:13:00 +00:00
Arjen Poutsma
f09db3a106 SPR-5335: manager.sh classpath for petclinic should be updated 2009-01-21 21:31:05 +00:00
Arjen Poutsma
60ce3eb12f SPR-5335: manager.sh classpath for petclinic should be updated 2009-01-21 21:04:15 +00:00
Arjen Poutsma
c7d1d3ccb8 SPR-5367: PathVariable mappings are greedy over hard coded mappings 2009-01-21 17:45:42 +00:00
Arjen Poutsma
5d5e41269b Added Pattern comparitor 2009-01-21 17:06:37 +00:00
Juergen Hoeller
61c9397c01 added M2 section to changelog 2009-01-20 18:49:13 +00:00
Juergen Hoeller
49ba677b64 introduced @CookieValue annotation 2009-01-20 18:32:24 +00:00
Juergen Hoeller
9dec670be4 consistent copies of mocks 2009-01-20 18:08:14 +00:00
Juergen Hoeller
8dbbb533f3 consistent copies of mocks 2009-01-20 18:01:51 +00:00
Juergen Hoeller
f0415306d5 consistent copies of mocks 2009-01-20 18:01:40 +00:00
Juergen Hoeller
76a6527c4c consistent copies of mocks 2009-01-20 18:01:26 +00:00