Juergen Hoeller
|
de866a0ff6
|
registerDependentBean resolves to the canonical bean name in order to handle alias references (SPR-7254)
|
15 years ago |
Juergen Hoeller
|
cc238207f9
|
fixed registerResolvableDependency mechanism to correctly handle non-serializable factory objects (SPR-7264)
|
15 years ago |
Juergen Hoeller
|
75c5405d6f
|
added test for getType against an abstract FactoryBean
|
15 years ago |
Juergen Hoeller
|
3a5af35d37
|
CachedIntrospectionResults only caches GenericTypeAwarePropertyDescriptors if fully safe (SPR-7227)
|
15 years ago |
Juergen Hoeller
|
f0777d130f
|
improved toString()
|
15 years ago |
Juergen Hoeller
|
1532119787
|
ConversionService is able to apply Converters to interface-based array elements (SPR-7150); a context ConversionService is able to override an ApplicationContext's resource editors (SPR-7079)
|
15 years ago |
Juergen Hoeller
|
2676771255
|
parse default elements if they live in the default namespace or if their parent is from another namespace (SPR-7218)
|
15 years ago |
Juergen Hoeller
|
a6d9c90841
|
refined BeanDefinitionParserDelegate to only parse default elements if they actually live in the default namespace (SPR-7218)
|
15 years ago |
Juergen Hoeller
|
2ad2022058
|
revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions (SPR-7177)
|
15 years ago |
Arjen Poutsma
|
0b8140b50d
|
Added DeprecatedBeanWarner
|
15 years ago |
Juergen Hoeller
|
17a1362ed8
|
BeanDefinitionVisitor/PropertyPlaceholderConfigurer finds and resolves values in arrays as well (SPR-7136)
|
15 years ago |
Juergen Hoeller
|
b28310b051
|
added default InputSourceEditor for SAX InputSource construction with a URL String as system id (SPR-7099)
|
15 years ago |
Chris Beams
|
3f06a92b6b
|
getBean(Class<?>) now filters out bean definitions for which isAutowireCandidate() is false (SPR-7120)
|
15 years ago |
Juergen Hoeller
|
4cab4a7545
|
introspect decorated definition for getType calls as well (SPR-7006)
|
15 years ago |
Juergen Hoeller
|
f6b56a591c
|
PropertyTypeDescriptor detects underlying field with same lenient naming rules as CachedIntrospectionResults (SPR-7102)
|
15 years ago |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
Juergen Hoeller
|
67ba18f956
|
polishing
|
15 years ago |
Juergen Hoeller
|
12ce250c6c
|
fixed constructor argument caching for prototypes with multiple constructor matches (SPR-7084)
|
15 years ago |
Juergen Hoeller
|
03120b70d0
|
fixed URI construction to consider fragment as well (SPR-7083)
|
15 years ago |
Juergen Hoeller
|
4d2a398cbc
|
call setAccessible for public final field too (SPR-7078)
|
15 years ago |
Chris Beams
|
580dc8e72a
|
typed map and collection conversion routines now eagerly reject non-assignable required types and avoid spurious InvocationException stack traces in debug log (SPR-7058)
|
15 years ago |
Juergen Hoeller
|
092241a632
|
fixed decorated BeanDefinition condition for early type checking in AbstractBeanFactory (SPR-7006)
|
15 years ago |
Juergen Hoeller
|
ae877e92c7
|
improved getBean(Class) javadoc
|
15 years ago |
Juergen Hoeller
|
282de41f06
|
AbstractInterceptorDrivenBeanDefinitionDecorator exposes decorated BeanDefinition for early type checking in AbstractBeanFactory (SPR-7006)
|
15 years ago |
Juergen Hoeller
|
16eb915c95
|
ObjectFactoryCreatingFactoryBean creates a serializable ObjectFactory reference; added ProviderCreatingFactoryBean, exposing a serializable JSR-330 Provider reference (SPR-6998)
|
15 years ago |
Chris Beams
|
351e72b6e2
|
incorrectly invoked factory methods now result in exceptions with more descriptive messages (SPR-5475)
|
15 years ago |
Juergen Hoeller
|
cbed1c1b4b
|
fixed collection element conversion using ConversionService (SPR-6950)
|
15 years ago |
Juergen Hoeller
|
d50881d82b
|
fixed collection element conversion using ConversionService (SPR-6950)
|
15 years ago |
Juergen Hoeller
|
53b6e1c1b0
|
fixed DataBinder's conversion error handling for direct field access with ConversionService (SPR-6953)
|
15 years ago |
Juergen Hoeller
|
65b0a8fcb2
|
revised BeanTypeDescriptor into core PropertyTypeDescriptor; consider method annotations for return type (SPR-6979)
|
15 years ago |
Chris Beams
|
6118d67321
|
updated JavaDoc regarding short-circuiting the BeanPostProcessor chain when returning null from BPP methods (SPR-6926)
|
15 years ago |
Juergen Hoeller
|
cbca6e1acb
|
prevent findEditorByConvention AccessControlException on Google App Engine (SEC-1434)
|
15 years ago |
Juergen Hoeller
|
2c2cf32b8a
|
polishing
|
15 years ago |
Juergen Hoeller
|
89755542da
|
BeanPostProcessors are allowed to return a null bean value in the middle of the chain (SPR-6926)
|
15 years ago |
Chris Beams
|
c13e5f9f5b
|
SPR-7009, SPR-6972: backed out unintentionally committed tests
|
15 years ago |
Chris Beams
|
c38c09bc35
|
SPR-6972: removed import
|
15 years ago |
Chris Beams
|
77bb68b967
|
SPR-6972: failed attempt to reproduce issue
|
15 years ago |
Juergen Hoeller
|
b8c0e153e3
|
do not insist on BeanDefinition presence for @Value resolution (for use in unit tests; SPR-6918)
|
15 years ago |
Juergen Hoeller
|
f30b0a86f7
|
autowire="byType" ignores parameter name when choosing a primary bean, as defined (SPR-6917)
|
15 years ago |
Juergen Hoeller
|
95ad7168bf
|
changed doGetBean signature back to protected (SPR-6957)
|
15 years ago |
Juergen Hoeller
|
54d0346084
|
do not call isCurrentlyInCreation with null argument (in order to meet newly enforced assertions within the BeanFactory)
|
15 years ago |
Juergen Hoeller
|
4f926c82bf
|
added bean name assertions
|
15 years ago |
Juergen Hoeller
|
77f8b070cd
|
polishing
|
15 years ago |
Juergen Hoeller
|
12b30843c5
|
widened AbstractFactoryBean's "getObjectType" signature to return any Class as well (SPR-6872)
|
15 years ago |
David Syer
|
1a351db6e0
|
Update Central POMs to 3.0.2
|
15 years ago |
Costin Leau
|
8d0bb00188
|
+ make use or property placeholders inside template.mf
|
15 years ago |
Juergen Hoeller
|
572abbcff9
|
do not ever consider Object as a candidate type for autowiring by type (SPR-6600)
|
15 years ago |
Juergen Hoeller
|
60ac239091
|
BeanDefinitionReader and ClassPath/FileSystemXmlApplicationContext use varargs where possible (SPR-6849)
|
15 years ago |
Juergen Hoeller
|
18bd4a8337
|
improved "no matching factory method found" exception message (SPR-6837)
|
15 years ago |
Juergen Hoeller
|
5f781e6266
|
generified PagedListHolded (SPR-6825)
|
15 years ago |