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 |
|
Juergen Hoeller
|
eb1631f458
|
SimpleAliasRegistry detects resolved aliases that loop back to the original name (SPR-5419); PropertyPlaceholderConfigurer does not modify Map in case of equal String keys (SPR-5318); inner class names in Java source style ("java.lang.Thread.State") supported as well (SPR-5210)
|
2009-02-19 16:17:35 +00:00 |
|
Juergen Hoeller
|
e58d036c73
|
generic collection type resolution respects upper bound as well
|
2009-02-13 09:09:56 +00:00 |
|
Arjen Poutsma
|
1b6c4929ad
|
Renamed ShortcutTests to SimplePropertyNamespaceHandlerTests
|
2009-01-22 11:41:14 +00:00 |
|
Chris Beams
|
d116c8733a
|
polishing .beans tests
|
2008-12-24 22:02:08 +00:00 |
|
Chris Beams
|
62db6af879
|
polishing .beans tests
|
2008-12-24 21:52:19 +00:00 |
|
Chris Beams
|
a0bf1b4ade
|
polishing .beans tests
|
2008-12-24 20:29:14 +00:00 |
|
Chris Beams
|
915ad0a8d9
|
polishing .beans tests
|
2008-12-24 20:17:43 +00:00 |
|
Chris Beams
|
751daf95a1
|
polishing .beans tests
|
2008-12-24 19:34:04 +00:00 |
|
Chris Beams
|
670bfd5ee2
|
+ polishing .beans tests
+ removed unnecessary dependency on hibernate
|
2008-12-24 19:14:15 +00:00 |
|
Chris Beams
|
3d634f1eb7
|
polishing .beans tests
|
2008-12-24 18:16:53 +00:00 |
|
Chris Beams
|
ac8f37439b
|
removing svn:externals usage approach to common test artifacts
|
2008-12-18 18:44:45 +00:00 |
|