Sam Brannen
4f96edd901
[SPR-8240][SPR-8401] Documenting @Configuration class and @ActiveProfiles support in the TestContext framework.
2011-06-05 19:23:29 +00:00
Sam Brannen
7307f3d513
Introduced toClassArray(Collection<Class<?>>).
2011-06-05 19:13:13 +00:00
Sam Brannen
5976beca80
polishing
2011-06-05 19:12:58 +00:00
Thomas Risberg
189cc262ad
updated codes for Sybase (SPR-8125)
2011-06-05 19:05:06 +00:00
Keith Donald
76283ed321
narrow and elementType/keyValueType tests
2011-06-05 18:51:37 +00:00
Keith Donald
a40f6585b4
added convert(Object, TypeDescriptor) convenience method; collection and map tests
2011-06-05 18:36:58 +00:00
Keith Donald
8c6890605a
null type descriptor handling
2011-06-05 17:52:26 +00:00
Keith Donald
5f8faa3ae7
improved null handling and javadoc
2011-06-05 17:41:08 +00:00
Thomas Risberg
0adcb2ad2e
Added batchUpdate method taking a Collection, a batch size and a ParameterizedPreparedStatementSetter as arguments (SPR-6334)
2011-06-05 16:42:24 +00:00
Keith Donald
cfb387383b
broke out to top-level class for readability
2011-06-05 08:37:08 +00:00
Keith Donald
c09227a712
removed dependency on java.beans
2011-06-05 08:29:14 +00:00
Keith Donald
94d690fb2c
javadoc and polishing
2011-06-05 07:14:34 +00:00
Keith Donald
2127b16051
catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception
2011-06-05 06:04:49 +00:00
Keith Donald
9ece4a88a9
perform narrowing in reflective property accessor read methods as well
2011-06-05 06:01:48 +00:00
Keith Donald
c306afed63
polishing
2011-06-05 05:46:27 +00:00
Keith Donald
c84cccf06d
revised TypeDescriptor NULL and element/mapKey/mapValue type semantics
2011-06-05 04:43:18 +00:00
Chris Beams
a2a4929c14
Add "What's new in Spring 3.1" to ref docs
...
Issue: SPR-8399
2011-06-04 12:46:28 +00:00
Chris Beams
3af4cdb0f1
Rename ref docs section new-in-3 => new-in-3.0
2011-06-04 12:45:58 +00:00
Chris Beams
ea2da0b6be
Remove unused 'new-in-2' ref doc xml
2011-06-04 12:45:31 +00:00
Chris Beams
1bf8634db1
Fix broken links in ref docs
2011-06-04 12:45:11 +00:00
Keith Donald
5db1687d29
added TypeDescriptor resolveCollectionElement and Map key/value types
2011-06-04 05:38:51 +00:00
Sam Brannen
9c3c1c64b3
[SPR-8386] polishing JavaDoc
2011-06-03 22:51:53 +00:00
Sam Brannen
dbe96b5cf9
[SPR-7326] MergedContextConfiguration now ensures that it holds non-null arrays with proper semantics for TestContext's cache key generation.
2011-06-03 22:46:43 +00:00
Sam Brannen
3f58da1cd6
[SPR-7326] Added unit tests to verify proper semantics of TestContext's cache key generation.
2011-06-03 21:38:05 +00:00
Mark Fisher
72420c79cb
SPR-8205 added support for a 'trigger' attribute (bean ref) on scheduled-task elements
2011-06-03 18:54:21 +00:00
Sam Brannen
da41c9bb11
polishing
2011-06-03 16:19:41 +00:00
Sam Brannen
f3f29412d4
Increased timeout in calls to assertStopWatchTimeLimit() to increase stability of the build.
2011-06-03 15:44:08 +00:00
Sam Brannen
0d4469d8e3
Suppressing warnings for deprecation of SimpleJdbcTemplate; polishing JavaDoc; using TestNG assertions in TestNG tests.
2011-06-03 14:10:16 +00:00
Sam Brannen
266e1096ce
polishing
2011-06-03 13:40:45 +00:00
Sam Brannen
2b17ee0911
[SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names.
2011-06-03 13:39:15 +00:00
Sam Brannen
39583d23fd
[SPR-6184] AnnotationConfigContextLoader now defines "$ContextConfiguration" as the resource suffix for generated default @Configuration class names.
2011-06-03 13:11:06 +00:00
Rossen Stoyanchev
16fc083310
SPR-8391 Minor documentation fixes
2011-06-03 09:50:12 +00:00
Rossen Stoyanchev
f1ad53d570
SPR-6709 Update changelog and add one test
2011-06-03 09:38:22 +00:00
Rossen Stoyanchev
d2a99de9fc
Add ModelFactory test for HttpSessionRequiredException
2011-06-03 09:38:16 +00:00
Oliver Gierke
c7a350cde7
SPR-7477 - Added lazy-init attribute to jee namespace
2011-06-03 08:51:56 +00:00
Chris Beams
385d8e9482
Fix system environment tests on all platforms
...
Issue: SPR-8245
2011-06-03 05:16:35 +00:00
Keith Donald
a1b7af5c9c
broke out pkg private classes from TypeDescriptor to improve manageability and testability
2011-06-03 03:09:05 +00:00
Keith Donald
07f985ac91
more tests; several assertions for the programmer
2011-06-03 02:18:22 +00:00
Keith Donald
08180e97f8
javadoc polishing
2011-06-03 02:01:28 +00:00
Keith Donald
a8dbac6d8d
more tests
2011-06-03 01:55:41 +00:00
Keith Donald
0f6d890d97
javadoc
2011-06-03 00:51:17 +00:00
Keith Donald
6f146737f4
simplified TypeDescriptor usage and updated use of the API across BeanWrapper and SpEL; collapsed PropertyTypeDescriptor into TypeDescriptor for simplicity and ease of use; improved docs
2011-06-02 23:37:19 +00:00
Rossen Stoyanchev
9d2ee7061c
SPR-6709 Handle RequestBodyNotValidException and update reference docs
2011-06-02 18:27:50 +00:00
Sam Brannen
bfecedf5e2
Reverted Dave's changes to Eclipse project settings since we do not use Maven to build.
2011-06-02 17:59:52 +00:00
Sam Brannen
2913964b41
[SPR-7960][SPR-8386] Supporting declarative configuration of bean definition profiles in the TestContext framework:
...
- TextContext now works with MergedContextConfiguration instead of locations and loader
- TextContext now builds context caching key from MergedContextConfiguration
- Test context caching is now based on locations, classes, active profiles, and context loader
- TextContext now delegates to SmartContextLoader or ContextLoader as appropriate
- AbstractContextLoader now implements SmartContextLoader
- AbstractGenericContextLoader now sets active profiles in the GenericApplicationContext
- Introduced integration tests for profile support in the TCF for both XML and annotation config
2011-06-02 17:51:37 +00:00
Sam Brannen
ab704fdaba
[SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry.
2011-06-02 17:35:02 +00:00
Sam Brannen
74b169e886
[SPR-8393] AnnotatedBeanDefinitionReader's constructor now inherits the Environment of supplied BeanDefinitionRegistry.
2011-06-02 17:33:12 +00:00
Rossen Stoyanchev
18f5d90235
SPR-6709 Support @Valid with @RequestBody method arguments
2011-06-02 17:21:44 +00:00
David Syer
14edc9fc03
SPR-7364: added separator property to database populator to deal with things like PL/SQL
2011-06-02 16:22:26 +00:00
Sam Brannen
ac735d73ac
[SPR-7960][SPR-8386] First draft of SmartContextLoader SPI, MergedContextConfiguration, and ContextConfigurationAttributes.
2011-06-02 14:45:22 +00:00