Juergen Hoeller
12ce250c6c
fixed constructor argument caching for prototypes with multiple constructor matches (SPR-7084)
2010-04-14 12:11:56 +00:00
Juergen Hoeller
03120b70d0
fixed URI construction to consider fragment as well (SPR-7083)
2010-04-09 15:26:43 +00:00
Juergen Hoeller
4d2a398cbc
call setAccessible for public final field too (SPR-7078)
2010-04-08 12:15:18 +00:00
Juergen Hoeller
16eb915c95
ObjectFactoryCreatingFactoryBean creates a serializable ObjectFactory reference; added ProviderCreatingFactoryBean, exposing a serializable JSR-330 Provider reference (SPR-6998)
2010-03-30 14:45:43 +00:00
Chris Beams
351e72b6e2
incorrectly invoked factory methods now result in exceptions with more descriptive messages (SPR-5475)
2010-03-26 12:05:36 +00:00
Chris Beams
c13e5f9f5b
SPR-7009, SPR-6972: backed out unintentionally committed tests
2010-03-23 15:29:35 +00:00
Chris Beams
c38c09bc35
SPR-6972: removed import
2010-03-23 12:06:24 +00:00
Chris Beams
77bb68b967
SPR-6972: failed attempt to reproduce issue
2010-03-23 12:06:16 +00:00
Juergen Hoeller
f30b0a86f7
autowire="byType" ignores parameter name when choosing a primary bean, as defined (SPR-6917)
2010-03-10 13:46:31 +00:00
Juergen Hoeller
6c0d934b92
do not try to convert read-only Collections/Maps (SPR-6808)
2010-02-08 12:29:21 +00:00
Costin Leau
1bbe93e535
SPR-3709
...
+ improved example to work with multi-nested declarations
+ used JDK 5 syntax
+ added documentation code into trunk (including unit test) for easier future reference
2010-01-27 12:25:04 +00:00
Juergen Hoeller
5f9b444319
bean properties of type enum array/collection can be populated with comma-separated String (SPR-6547)
2009-12-13 13:21:30 +00:00
Keith Donald
692b1ef636
found hotspot; added ConverisonServiceFactoryBean
2009-11-20 14:43:12 +00:00
Juergen Hoeller
46cd083976
added chaining-capable "add" method to MutablePropertyValues
2009-11-19 22:30:35 +00:00
Keith Donald
d85dc01e28
moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
2009-11-19 09:10:51 +00:00
David Syer
66939ded0f
RESOLVED - issue SPR-6366: Cannot import bean definitions using classpath*: resource location
...
http://jira.springframework.org/browse/SPR-6366
2009-11-17 09:53:10 +00:00
Juergen Hoeller
d0b6891275
child bean definition's scope attribute can be inherited from parent bean definition now (SPR-3542)
2009-11-12 00:09:05 +00:00
Arjen Poutsma
7ec9f1506a
SPR-6005 - org.springframework.beans.propertyeditors.URIEditor does double escaping for % signes for URIs that contain a schema
2009-11-09 09:15:49 +00:00
David Syer
4be237dd84
RESOLVED - issue SPR-6195
2009-10-27 13:41:22 +00:00
Juergen Hoeller
cf580f024a
added first cut of getBean(Class) lookup method
2009-10-20 19:52:30 +00:00
Juergen Hoeller
b152ac34fd
CustomEditorConfigurer supports PropertyEditor instances again (with deprecation warning); for XFire compatibility (SPR-6157)
2009-10-01 13:40:55 +00:00
Keith Donald
3fa533ddd8
SPR-6032 & SPR-6033: Auto grow nested path enhancements to BeanWrapper
2009-09-29 19:54:35 +00:00
Juergen Hoeller
0f43d6c592
PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax
2009-09-24 22:34:02 +00:00
Juergen Hoeller
ad492e906e
PropertyOverrideConfigurer's "ignoreInvalidKeys" ignores invalid property names as well (SPR-5792)
2009-09-24 14:40:13 +00:00
Juergen Hoeller
9ef1d2b1ad
adapted to Converter signature change
2009-09-17 15:20:04 +00:00
Rob Harrop
01fb1825f5
[SPR-6063] fixed issue with inconsistent views of PropertyDescriptors
2009-09-16 09:53:14 +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
e1a3e44485
initial JSR-330 injection support
2009-09-15 12:00:55 +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
Juergen Hoeller
634d4b4d4c
BeanFactory prefers local primary bean to primary bean in parent factory (SPR-5871)
2009-09-08 23:01:26 +00:00
Rob Harrop
8f6a42bf64
[SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed
2009-09-08 21:37:02 +00:00
Juergen Hoeller
7f7173f790
added copy of SerializationTestUtils to beans module
2009-09-08 21:00:48 +00:00
Juergen Hoeller
209f43bee7
BeanFactory supports ObjectFactory as a dependency type for @Autowired and @Value (SPR-6079)
2009-09-08 20:55:00 +00:00
Juergen Hoeller
a86a698e5b
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
2009-09-07 23:58:42 +00:00
Juergen Hoeller
04cd95ff50
fixed accidental test failures
2009-08-25 13:49:10 +00:00
Juergen Hoeller
9a48f3f3a8
try to create unknown collection implementation types via default constructor
2009-08-25 13:29:22 +00:00
Costin Leau
8dbf86fb7a
+ update copyright dates on some files
...
+ migrated test from JUnit 3 to 4
2009-08-09 08:47:24 +00:00
Juergen Hoeller
45a0cadf8e
revised core conversion package for BeanWrapper/BeanFactory integration
2009-08-09 00:46:49 +00:00
Costin Leau
af8af8c633
+ added fine grained privileged blocks to preserve the caller security stack when invoking the callee
2009-08-06 22:31:57 +00:00
Costin Leau
81eb11486d
+ fixed exception unwrapping
...
+ optimized path for getBean (and thus fixed another test)
2009-08-06 19:08:14 +00:00
Costin Leau
d5d3104b7b
+ interaction with user code uses now dedicated privileged when running under a security manager
2009-08-06 16:34:39 +00:00
Juergen Hoeller
ea8f628c9c
polishing
2009-07-21 14:14:53 +00:00
Mark Pollack
0d98baa5c1
SPR-5619
2009-07-10 04:02:08 +00:00
Juergen Hoeller
53333c3ed0
XML constructor-arg element allows for specifying a constructor argument by name now, with target argument names read from the class file via ASM or from Java 6's @ConstructorProperties annotation (SPR-3313)
2009-06-03 10:21:57 +00:00
Juergen Hoeller
1b5812da20
storing type information as specified (SPR-5556, SPR-5562); explicit XML array element in spring-beans-3.0.xsd (SPR-5543)
2009-04-15 22:27:32 +00:00
Juergen Hoeller
bcf6f23225
declarative destroy-method="..." specifications get validated at bean creation time (SPR-5602)
2009-03-27 17:45:53 +00:00
Juergen Hoeller
2e378a8049
added further generic property resolution test
2009-03-27 17:31:15 +00:00
Arjen Poutsma
2fde8ef4d9
Fixed URI encoding in URIEditor to be RFC 2396 compliant
2009-02-24 15:12:54 +00:00
Juergen Hoeller
dc1edccc56
prototype beans receive independent collection/array even when based on single value (SPR-5512)
2009-02-21 18:04:08 +00:00
Juergen Hoeller
5fed34bdb4
testing the exception message when conversion of a generic collection element fails
2009-02-20 17:12:29 +00:00