Juergen Hoeller
|
9ef1d2b1ad
|
adapted to Converter signature change
|
2009-09-17 15:20:04 +00:00 |
Juergen Hoeller
|
6f2642f2d3
|
consistently use varargs signature
|
2009-09-17 10:24:56 +00:00 |
Juergen Hoeller
|
87e939a4e9
|
adapted to Converter signature change
|
2009-09-17 10:24:08 +00:00 |
Juergen Hoeller
|
160521074b
|
avoid caching for expression results even when specified as TypedStringValue (SPR-6115)
|
2009-09-17 10:04:36 +00:00 |
Keith Donald
|
8bf1ee5e7c
|
polish
|
2009-09-16 19:25:07 +00:00 |
Keith Donald
|
1c6965132f
|
convert polishing: removed checked exception from Converter interface to support direct use, added Converter to each implementation for consistency
|
2009-09-16 19:24:56 +00:00 |
Keith Donald
|
881c3ed6fa
|
Mapper and SpelMapper
|
2009-09-16 15:40:11 +00:00 |
Sam Brannen
|
a7ab109ab7
|
TestNG 5.10
|
2009-09-16 11:15:37 +00:00 |
Rob Harrop
|
01fb1825f5
|
[SPR-6063] fixed issue with inconsistent views of PropertyDescriptors
|
2009-09-16 09:53:14 +00:00 |
Rob Harrop
|
aa08c11976
|
[SPR-5859] @ManagedOperation can now be used on getters/setters
|
2009-09-16 09:25:48 +00:00 |
Juergen Hoeller
|
2a0d68cb5c
|
restored getMostSpecificMethod's traversal of the inheritance hierarchy
|
2009-09-15 22:31:08 +00:00 |
Juergen Hoeller
|
fd81aa205d
|
protected @Autowired method can be overridden with non-annotated method to suppress injection; private @Autowired methods with same signature will be called individually across a hierarchy (SPR-6112)
|
2009-09-15 15:52:13 +00:00 |
Juergen Hoeller
|
fa2bb722f0
|
initial JSR-330 injection support
|
2009-09-15 14:12:16 +00:00 |
Juergen Hoeller
|
ad1269622b
|
@Scope annotations not sufficient for scanning anymore
|
2009-09-15 12:36:45 +00:00 |
Juergen Hoeller
|
e1a3e44485
|
initial JSR-330 injection support
|
2009-09-15 12:00:55 +00:00 |
Arjen Poutsma
|
429d78b902
|
javadoc.
|
2009-09-15 11:02:44 +00:00 |
Juergen Hoeller
|
34357d2b1f
|
revised DefaultBindingErrorProcessor to use direct getPropertyName() and getValue() calls on PropertyAccessException itself (SPR-6111)
|
2009-09-15 10:51:50 +00:00 |
Arjen Poutsma
|
9f19e5e73b
|
Polish
|
2009-09-15 09:17:10 +00:00 |
Keith Donald
|
5fa7347641
|
polish
|
2009-09-14 23:18:31 +00:00 |
Keith Donald
|
0d6b9f1241
|
polish
|
2009-09-14 23:17:03 +00:00 |
Juergen Hoeller
|
ca928944db
|
marked Derby dependency as optional (SPR-6109)
|
2009-09-14 23:08:32 +00:00 |
Keith Donald
|
0d7f4117ab
|
polish
|
2009-09-14 22:51:22 +00:00 |
Keith Donald
|
c0d2c6fed4
|
polish
|
2009-09-14 22:43:44 +00:00 |
Keith Donald
|
af1c507f93
|
polish
|
2009-09-14 22:40:44 +00:00 |
Keith Donald
|
9e9f9df041
|
polish
|
2009-09-14 22:25:55 +00:00 |
Keith Donald
|
df7a4dba3a
|
polish
|
2009-09-14 22:00:54 +00:00 |
Keith Donald
|
5c525e546c
|
polish
|
2009-09-14 21:59:12 +00:00 |
Keith Donald
|
90697e884d
|
polish
|
2009-09-14 21:32:13 +00:00 |
Keith Donald
|
d5ed42e860
|
spring 3 validation docs; jsr303 integration
|
2009-09-14 20:54:46 +00:00 |
Rob Harrop
|
90652bf8ae
|
[SPR-5727] CronTriggerBean supports start delay
|
2009-09-14 15:53:05 +00:00 |
Rob Harrop
|
320f08ac79
|
[SPR-6017] a few more tweaks to how getLocalName is handled
|
2009-09-14 15:00:37 +00:00 |
Juergen Hoeller
|
bb70c9a4c4
|
@RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope)
|
2009-09-14 10:48:15 +00:00 |
Rob Harrop
|
7835e66abb
|
[SPR-6017] a few more tweaks to how getLocalName is handled
|
2009-09-14 10:43:04 +00:00 |
Arjen Poutsma
|
ee0a59d464
|
Test -> Tests
|
2009-09-14 10:24:42 +00:00 |
Rob Harrop
|
7d37c92e4f
|
[SPR-6017] a few more tweaks to the BeanDefinitionParserDelegate public contract
|
2009-09-14 10:02:15 +00:00 |
Juergen Hoeller
|
582c092f0e
|
revised use of generic provider class for Eclipse compile compatibility
|
2009-09-13 21:27:03 +00:00 |
Sam Brannen
|
f1bfcf0d25
|
[SPR-6104] @TestExecutionListeners now supports a 'listeners' alias for its existing 'value' attribute.
|
2009-09-13 13:55:34 +00:00 |
Rob Harrop
|
fe16447112
|
more work on enabling non-namespace extensions of xml parsing
|
2009-09-11 20:00:04 +00:00 |
Keith Donald
|
1e9fc388ac
|
added javax validation, hibernate, and vfs dependencies into eclipse
|
2009-09-11 19:04:03 +00:00 |
Rob Harrop
|
1480202aa3
|
[SPR-5644] Support for Enum<?> and Enum<T> values as FQN.FIELD_NAME in type conversion
|
2009-09-11 18:31:51 +00:00 |
Thomas Risberg
|
f7562614bc
|
changed from M4 to RC1
|
2009-09-11 15:34:32 +00:00 |
Thomas Risberg
|
8303d4945e
|
updated the oxm exceptions figure (SPR-6095)
|
2009-09-11 15:11:52 +00:00 |
Juergen Hoeller
|
2d3c6fa55f
|
removed outdated dependency on standard taglib (SPR-6099)
|
2009-09-11 14:22:26 +00:00 |
Thomas Risberg
|
64c46d48bb
|
extended the range for org.jboss.virtual (SPR-5120)
|
2009-09-10 11:12:23 +00:00 |
Thomas Risberg
|
184f63f689
|
fixed component scanning for JBoss 5 VFS; applied revised vfs-fixes-3.patch; added ResourceHandlingUtils (SPR-5120)
|
2009-09-10 10:35:04 +00:00 |
Thomas Risberg
|
377359b924
|
polished
|
2009-09-09 17:28:34 +00:00 |
Thomas Risberg
|
aeee120431
|
Beverly's edits reviewed; fixed coverage for SimpleJdbcCall and the use of default parameter values (SPR-5929)
|
2009-09-09 17:28:21 +00:00 |
Thomas Risberg
|
c1f0301433
|
reduced size of level 4 subsection headings
|
2009-09-09 17:27:05 +00:00 |
Thomas Risberg
|
ea674f2fa6
|
revised the detection of Sybase (SPR-6053)
|
2009-09-09 13:25:27 +00:00 |
Juergen Hoeller
|
4be3c5d88c
|
ObjectFactory etc
|
2009-09-08 23:05:11 +00:00 |