Costin Leau
5206f5bc9a
SPR-8238
...
+ add NPE test
14 years ago
Costin Leau
e1d19d6c24
SPR-8238
...
+ add handling for null arguments to prevent NPE in default key generation
14 years ago
Rossen Stoyanchev
d14c7f2d09
SPR-8247
14 years ago
Rossen Stoyanchev
57d327d1ff
SPR-8255
14 years ago
Rossen Stoyanchev
9c65973b33
SPR-8214 review unit tests
14 years ago
Rossen Stoyanchev
83ce399c47
SPR-8248
14 years ago
Thomas Risberg
f5f738f2b4
SPR-6922 deprecated SimpleJdbcTemplate/SimpleJdbcOperations/SimpleJdbcDaoSupport in favor of JdbcTemplate/NamedParameterJdbcTemplate and related interfaces support classes
14 years ago
Rossen Stoyanchev
aa065e8310
SPR-8214 Javadoc and polish
14 years ago
Sam Brannen
62d40dc7aa
Added Apache Commons HTTP JARs to the Eclipse classpath.
14 years ago
Micha Kiener
8adb9a88d0
SPR-6416, adding basic conversation object tests, improving the access time of the conversation object
14 years ago
Micha Kiener
3244e0a644
SPR-6416, adding repository timeout setting tests
14 years ago
Micha Kiener
8098ced387
SPR-6416, adding conversation manager test
14 years ago
Micha Kiener
58b779355b
SPR-6416, reshaping removal of hierarchical conversations and adding repository test
14 years ago
Rossen Stoyanchev
6e03b4dd64
SWF-8214 javadoc updates
14 years ago
Micha Kiener
f812cd748e
SPR-6416, initial commit for the conversation management
14 years ago
Rossen Stoyanchev
0c736776da
SPR-8094
14 years ago
Arjen Poutsma
3690002dce
SPR-6180 - Upgrade Apache HttpClient to version 4.0
14 years ago
Rossen Stoyanchev
5486649394
Add UriTemplateServletHandlerMethodTests
14 years ago
Rossen Stoyanchev
767513de4e
Add UriTemplateServletHandlerMethodTests
14 years ago
Rossen Stoyanchev
23e37b6842
SPR-8234 Switch to strongly typed custom argument resolvers property
14 years ago
Arjen Poutsma
54bbcf3a42
SPR-6180 - Upgrade Apache HttpClient to version 4.0
14 years ago
Rossen Stoyanchev
313546ad1f
SPR-8234 Argument resolver and return value handler configuration improvements
14 years ago
Sam Brannen
68b4687311
[SPR-6184] completed JavaDoc for @ContextConfiguration .
14 years ago
Rossen Stoyanchev
36970115ed
Fix issues encountered in Greenhouse
14 years ago
Sam Brannen
a16f3ba9dc
[SPR-6184] completed JavaDoc for AnnotationConfigContextLoader; polished JavaDoc for other concrete context loaders.
14 years ago
Sam Brannen
174bf58308
[SPR-6184] added tests to verify support for @Configuration classes with TestNG; simplified existing TestNG tests using Spring 3.0 and 3.1 features.
14 years ago
Sam Brannen
522a879496
polishing
14 years ago
Sam Brannen
0584c26b2c
[SPR-6184] additional sanity check tests analogous to those developed for [SPR-3896].
14 years ago
Sam Brannen
22072b2414
[SPR-6184] polishing
14 years ago
Sam Brannen
ef79d7cc8a
[SPR-6184] Fleshed out JavaDoc for ResourceTypeAwareContextLoader and ContextLoaderUtils.
14 years ago
Sam Brannen
03961a81d6
Updated Eclipse code formatter settings for use with STS 2.6. Specifically, format_javadoc_comments=false, which requires that JavaDoc be formatted manually.
14 years ago
Sam Brannen
b33478b4ba
Added ? wildcard to suppress warnings.
14 years ago
Sam Brannen
c50d38ef8d
[SPR-6184] Introduced ResourceType enum for context loaders; documented tests.
14 years ago
Arjen Poutsma
28b6eae11a
SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC
14 years ago
Arjen Poutsma
44b4f59c5e
SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC
14 years ago
Arjen Poutsma
0cdb237576
SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC
14 years ago
Arjen Poutsma
ff89c0e55a
SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC
14 years ago
Arjen Poutsma
bf6693dbc5
SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC
14 years ago
Rossen Stoyanchev
381af43f91
Javadoc updates
14 years ago
Rossen Stoyanchev
6fe0ff9e7b
ModelAndViewContainer related refinements
14 years ago
Sam Brannen
3d8b476f58
fixed typo
14 years ago
Rossen Stoyanchev
2710870d9e
SPR-8217 adding one class missed on last checkin
14 years ago
Rossen Stoyanchev
4c1f73ed83
SPR-8217 update MVC namespace to use HandlerMethod infrastructure
14 years ago
Rossen Stoyanchev
ffec444434
Configurable arg resolvers and return value handlers
14 years ago
Rossen Stoyanchev
ca9a3b4584
Replace ModelAndViewContainer parameter with Object
14 years ago
Rossen Stoyanchev
3ee6734424
SPR-8216 Replicate ServletAnnotationControllerTests for HandlerMethod infrastructure
14 years ago
Rossen Stoyanchev
28cdae2e50
SPR-8215 Fix issue with tests compiling
14 years ago
Rossen Stoyanchev
acc75aa4b8
SPR-8215 Move HandlerMethod code into trunk
14 years ago
Arjen Poutsma
0f7d43ba90
Allow for customization of the media type for forms.
14 years ago
Chris Beams
158a392d80
Ignore non-prop 'set' methods in ExtendedBeanInfo
...
Previously, ExtendedBeanInfo would attempt to process methods named
exactly 'set'. JavaBeans properties must have at least one character
following the 'set' prefix in order to qualify, and this is now
respected by EBI.
Thanks to Rob Winch for the patch fixing this problem.
Issue: SPR-8175
14 years ago