Ramnivas Laddad
612ed8c660
Added sourcepath for aspectjweaver jar
16 years ago
Arjen Poutsma
6c96c48bf5
Resurrected requestScopeTests.xml from revision 573
16 years ago
Scott Andrews
7dcb3b5841
fixing broken unit test related to SPR-5429
16 years ago
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.
16 years ago
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.
16 years ago
Scott Andrews
9335233618
javadoc polish
16 years ago
Arjen Poutsma
16843b3a07
Fixed usage of wrong TestBean package.
16 years ago
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.
16 years ago
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().
16 years ago
Arjen Poutsma
ad2cc34b79
SPR-2581: Provide out of the box implementation of the thread scope
16 years ago
Arjen Poutsma
bf9ffe2d67
javadoc
16 years ago
Arjen Poutsma
becea6115e
SPR-3360: util:property-path like functionality for the p-namespace
16 years ago
Arjen Poutsma
1b6c4929ad
Renamed ShortcutTests to SimplePropertyNamespaceHandlerTests
16 years ago
Scott Andrews
52d3440266
removing org.springframework.testsuite, subversive desided to commit the directory without prompting me...
16 years ago
Scott Andrews
1f770574b0
updating eclipse settings and classpaths
16 years ago
Scott Andrews
3bef38e8f8
16 years ago
Arjen Poutsma
7f7ff4ea9b
Moved petclinic test configs to resource directory.
16 years ago
Arjen Poutsma
fe31de529b
SPR-5326: HibernateClinic in PetClinic sample should use constructor-injection instead of field injection
16 years ago
Arjen Poutsma
f09db3a106
SPR-5335: manager.sh classpath for petclinic should be updated
16 years ago
Arjen Poutsma
60ce3eb12f
SPR-5335: manager.sh classpath for petclinic should be updated
16 years ago
Arjen Poutsma
c7d1d3ccb8
SPR-5367: PathVariable mappings are greedy over hard coded mappings
16 years ago
Arjen Poutsma
5d5e41269b
Added Pattern comparitor
16 years ago
Juergen Hoeller
61c9397c01
added M2 section to changelog
16 years ago
Juergen Hoeller
49ba677b64
introduced @CookieValue annotation
16 years ago
Juergen Hoeller
9dec670be4
consistent copies of mocks
16 years ago
Juergen Hoeller
8dbbb533f3
consistent copies of mocks
16 years ago
Juergen Hoeller
f0415306d5
consistent copies of mocks
16 years ago
Juergen Hoeller
76a6527c4c
consistent copies of mocks
16 years ago
Ben Hale
5585526ad1
Upgraded spring-build
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
Juergen Hoeller
464c7eedf2
updated Spring Portlet MVC to Portlet API 2.0
16 years ago
Juergen Hoeller
76888e243f
polishing
16 years ago
Arjen Poutsma
5948d05ee0
Removed generated classes from repo.
16 years ago
Ben Hale
6479966ac7
Added castor and jaxb2 to the oxm build
16 years ago
Arjen Poutsma
00734954bd
Added test-classes to classpath, necessary for generated xmlbeans code
16 years ago
Arjen Poutsma
6d5e07f46a
Added jaxb2 and castor tasks for Ben to play with.
16 years ago
Arjen Poutsma
7ec86ebd9e
Enabled XMLBeans tests
16 years ago
Ben Hale
4206b69b60
Moved to the trunk spring-build version
16 years ago
Arjen Poutsma
c3fcab05f0
Enabled Jibx tests
16 years ago
Ben Hale
17fe9c9712
Updated spring-build
16 years ago
Ben Hale
b1d474193d
Split the compile and test-compile macros. Added a pre-compile macro.
16 years ago
Arjen Poutsma
7b73830987
Added simple test for SPR-5365
16 years ago
Arjen Poutsma
1dec645383
Polish
16 years ago
Juergen Hoeller
7cdc195331
Portlet mocks support Portlet API 2.0
16 years ago
Juergen Hoeller
46f99640ee
javadoc updates for 3.0
16 years ago
Juergen Hoeller
ce2c59ec84
Java 5 code style
16 years ago
Juergen Hoeller
b05d800205
added "processInjectionBasedOnServletContext" variant
16 years ago
Arjen Poutsma
e863f9a371
SPR-5380: MarshallingView should override AbstractView instead of AbstractUrlBasedView
16 years ago
Arjen Poutsma
e966fd9605
- Removed GenericMarshaller & GenericUnmarshaller
...
- Made Marshaller and Unmarshaller generic
16 years ago