Chris Beams
|
6118d67321
|
updated JavaDoc regarding short-circuiting the BeanPostProcessor chain when returning null from BPP methods (SPR-6926)
|
2010-03-24 10:52:10 +00:00 |
|
Juergen Hoeller
|
cbca6e1acb
|
prevent findEditorByConvention AccessControlException on Google App Engine (SEC-1434)
|
2010-03-24 10:39:40 +00:00 |
|
Juergen Hoeller
|
2c2cf32b8a
|
polishing
|
2010-03-24 10:35:50 +00:00 |
|
Juergen Hoeller
|
89755542da
|
BeanPostProcessors are allowed to return a null bean value in the middle of the chain (SPR-6926)
|
2010-03-24 10:34:21 +00:00 |
|
Juergen Hoeller
|
b8c0e153e3
|
do not insist on BeanDefinition presence for @Value resolution (for use in unit tests; SPR-6918)
|
2010-03-16 23:47:40 +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
|
95ad7168bf
|
changed doGetBean signature back to protected (SPR-6957)
|
2010-03-10 13:38:46 +00:00 |
|
Juergen Hoeller
|
54d0346084
|
do not call isCurrentlyInCreation with null argument (in order to meet newly enforced assertions within the BeanFactory)
|
2010-03-05 10:49:24 +00:00 |
|
Juergen Hoeller
|
4f926c82bf
|
added bean name assertions
|
2010-03-04 22:36:35 +00:00 |
|
Juergen Hoeller
|
77f8b070cd
|
polishing
|
2010-03-04 13:58:02 +00:00 |
|
Juergen Hoeller
|
12b30843c5
|
widened AbstractFactoryBean's "getObjectType" signature to return any Class as well (SPR-6872)
|
2010-02-23 13:00:12 +00:00 |
|
Juergen Hoeller
|
572abbcff9
|
do not ever consider Object as a candidate type for autowiring by type (SPR-6600)
|
2010-02-18 00:04:08 +00:00 |
|
Juergen Hoeller
|
60ac239091
|
BeanDefinitionReader and ClassPath/FileSystemXmlApplicationContext use varargs where possible (SPR-6849)
|
2010-02-16 11:59:29 +00:00 |
|
Juergen Hoeller
|
18bd4a8337
|
improved "no matching factory method found" exception message (SPR-6837)
|
2010-02-15 13:01:46 +00:00 |
|
Juergen Hoeller
|
5f781e6266
|
generified PagedListHolded (SPR-6825)
|
2010-02-11 23:24:45 +00:00 |
|
Costin Leau
|
a9386f5c79
|
SPR-5246
+ clarify order of annotation and XML injection
|
2010-02-09 11:17:07 +00:00 |
|
Juergen Hoeller
|
6c0d934b92
|
do not try to convert read-only Collections/Maps (SPR-6808)
|
2010-02-08 12:29:21 +00:00 |
|
Sam Brannen
|
81649d5c3b
|
Removed unused import.
|
2010-02-07 15:57:57 +00:00 |
|
Juergen Hoeller
|
e3cdabfaac
|
fixed MBeanExporter regression: do not try to expose abstract beans (SPR-6784)
|
2010-02-01 17:56:03 +00:00 |
|
Juergen Hoeller
|
1dbb64580c
|
throw NotSerializableException if no serialization id is available
|
2010-02-01 14:52:43 +00:00 |
|
Juergen Hoeller
|
5f5e7c3262
|
polishing
|
2010-02-01 14:51:54 +00:00 |
|
Juergen Hoeller
|
b53ccb3807
|
widened FactoryBean's "getObjectType" signature to return any Class<?> (SPR-6692)
|
2010-01-31 16:01:14 +00:00 |
|
Juergen Hoeller
|
8ab9da4461
|
introduced BeanDefinitionRegistryPostProcessor extension to BeanFactoryPostProcessor; @Configuration classes support definition of BeanFactoryPostProcessor beans as well (SPR-6455, SPR-6611)
|
2010-01-31 15:58:27 +00:00 |
|
Juergen Hoeller
|
0f75210408
|
changed exception wording from "recursive" to "cyclic" (SPR-6755)
|
2010-01-22 19:10:19 +00:00 |
|
Juergen Hoeller
|
081d81e5b0
|
fixed getPropertyTypeDescriptor to work for nested indexed property as well as for array property (SPR-6710)
|
2010-01-20 15:31:20 +00:00 |
|
Juergen Hoeller
|
5abd3b99b9
|
fixed getPropertyTypeDescriptor to work for nested indexed property as well (SPR-6710)
|
2010-01-20 15:10:22 +00:00 |
|
Juergen Hoeller
|
8bf2e2459e
|
added default PropertyEditor for java.util.UUID (SPR-6696)
|
2010-01-20 09:32:03 +00:00 |
|
Juergen Hoeller
|
45448463b8
|
collect exceptions across all constructors that have been tried (SPR-6720)
|
2010-01-20 09:29:50 +00:00 |
|
Juergen Hoeller
|
95c695eb2f
|
fixed BeanPostProcessor invocation for null bean (SPR-6700)
|
2010-01-18 18:51:28 +00:00 |
|
Juergen Hoeller
|
bddb38d787
|
fixed getBeansWithAnnotation to ignore beans with non-determinable type (SPR-6579)
|
2009-12-23 19:11:19 +00:00 |
|
Juergen Hoeller
|
dc99df2972
|
use TypeDescriptor.forObject instead of constructor; enforce use of TypeDescriptor.valueOf through making the constructor private
|
2009-12-15 20:18:31 +00:00 |
|
Juergen Hoeller
|
1c33206042
|
catch ConversionException and ConvertedNotFoundException in BeanWrapper's convertIfNecessary as well, in order to support constructor resolution (SPR-6563)
|
2009-12-15 12:53:36 +00:00 |
|
Juergen Hoeller
|
2153b2fbd5
|
introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564)
|
2009-12-15 12:36:22 +00:00 |
|
Juergen Hoeller
|
d7a1630381
|
removed getBeansWithAnnotation(Class,boolean,boolean) method from ListableBeanFactory; reimplemented getBeansWithAnnotation(Class) to avoid use of getBeanNamesForType(Object.class)
|
2009-12-13 23:23:34 +00:00 |
|
Juergen Hoeller
|
929665d284
|
fixed accidental breakage in bean class resolution with tempClassLoader
|
2009-12-13 16:07:03 +00:00 |
|
Juergen Hoeller
|
35354ad520
|
polishing
|
2009-12-13 15:30:52 +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 |
|
Juergen Hoeller
|
ad29a2376d
|
PropertyPlaceholderConfigurer is compatible with Spring 2.5 extensions such as GigaSpaces again (SPR-6514)
|
2009-12-09 16:09:12 +00:00 |
|
Juergen Hoeller
|
61f23710eb
|
relaxed warning about ambiguous setters to only be logged in case of actual write access (SPR-6399)
|
2009-12-07 18:57:32 +00:00 |
|
Juergen Hoeller
|
09a55c8ede
|
import works with relative resources in other classpath roots again (SPR-6493)
|
2009-12-07 15:16:36 +00:00 |
|
Juergen Hoeller
|
abf6a7ee18
|
made parse and decorate non-final (SPR-6526)
|
2009-12-07 09:16:00 +00:00 |
|
Juergen Hoeller
|
e161c93f8d
|
full support for formatters on array/collection elements (SPR-6504)
|
2009-12-04 00:34:40 +00:00 |
|
Juergen Hoeller
|
388edd7aaa
|
lenient property name casing, beyond standard JavaBeans conventions (SPR-6491)
|
2009-12-03 23:34:37 +00:00 |
|
Juergen Hoeller
|
666700f7f3
|
constructor arguments can be overridden by name in child bean definitions (SPR-6463)
|
2009-11-30 12:17:28 +00:00 |
|
Juergen Hoeller
|
d54cf0ca37
|
polishing
|
2009-11-27 01:43:34 +00:00 |
|
Juergen Hoeller
|
ac490114ae
|
propagate full TypeDescriptor for field-level conversion as well
|
2009-11-27 01:43:14 +00:00 |
|
Juergen Hoeller
|
bb97ca32c4
|
added configurable "autoGrowNestedPaths" property to DataBinder (SPR-6430)
|
2009-11-25 00:17:29 +00:00 |
|
Juergen Hoeller
|
4024b67926
|
removed formal deprecation from addPropertyValue; just hinting at add now
|
2009-11-20 14:28:38 +00:00 |
|
Juergen Hoeller
|
3b9605bc57
|
init/destroy methods get processed in the order of declaration at each hierarchy level (SPR-6344); process DestructionAwareBeanPostProcessors in common post-processor order; aligned metadata retrieval code
|
2009-11-19 23:49:10 +00:00 |
|
Juergen Hoeller
|
46cd083976
|
added chaining-capable "add" method to MutablePropertyValues
|
2009-11-19 22:30:35 +00:00 |
|