Juergen Hoeller
|
902938e95f
|
smarter guessing of the element type (SPR-7283)
|
15 years ago |
Juergen Hoeller
|
379bc5a8a6
|
properly support void.class in TypeDescriptor and GenericConversionService (SPR-7281)
|
15 years ago |
Juergen Hoeller
|
cbb90236dc
|
polished VFS support (SPR-7197)
|
15 years ago |
Juergen Hoeller
|
11330baf77
|
DefaultListableBeanFactory checks for alias circle on registerAlias (avoiding endless loop; SPR-7274)
|
15 years ago |
Juergen Hoeller
|
882289b06e
|
getAllInterfacesForClass introspects parent interfaces as well (SPR-7247)
|
15 years ago |
Juergen Hoeller
|
4cef52a86f
|
polishing
|
15 years ago |
Juergen Hoeller
|
de866a0ff6
|
registerDependentBean resolves to the canonical bean name in order to handle alias references (SPR-7254)
|
15 years ago |
Juergen Hoeller
|
2136b04b65
|
added limit for parsed SQL cache to NamedParameterJdbcTemplate (SPR-7237); added configurable cache limit to CachingMetadataReaderFactory
|
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
|
de326e5e95
|
ClassUtils recognizes "void" as primitive type name as well (SPR-7212)
|
15 years ago |
Costin Leau
|
578e80c1cf
|
SPR-7197
+ fix template
|
15 years ago |
Costin Leau
|
d9a664a588
|
SPR-7197
polish :)
|
15 years ago |
Costin Leau
|
e9ecf5d716
|
SPR-7197
+ removed compile time dependency on JBoss VFS
+ added support for JBoss AS 6.0 / JBoss VFS 3.0.0 infrastructure
|
15 years ago |
Luke Taylor
|
3f885d0302
|
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
|
15 years ago |
Juergen Hoeller
|
ceb668ac6c
|
added getLastTaskInfo() method to StopWatch (SPR-7134)
|
15 years ago |
Juergen Hoeller
|
77074c6c87
|
property placeholders can deal with nested expressions which happen to use the same suffix (SPR-7098)
|
15 years ago |
Keith Donald
|
e21a1c5a61
|
polish
|
15 years ago |
Keith Donald
|
86906d1b4d
|
checking in performance tests
|
15 years ago |
Keith Donald
|
6e13cc9eaa
|
thread safety for caching
|
15 years ago |
Keith Donald
|
e60389283d
|
caching optmizations and performance tests
|
15 years ago |
Keith Donald
|
066b4d542b
|
polish
|
15 years ago |
Keith Donald
|
594596f361
|
cache invalidation
|
15 years ago |
Keith Donald
|
bf03d0d56f
|
converter caching
|
15 years ago |
Juergen Hoeller
|
33252495cf
|
fixed @ExceptionHandler resolution in case of multiple matches at different inheritance levels (SPR-7085)
|
15 years ago |
Keith Donald
|
a71514222a
|
preserving desc context for collection/map elements
|
15 years ago |
Keith Donald
|
8464ac90c7
|
promoted char sequence first
|
15 years ago |
Keith Donald
|
ebbf63f4e0
|
polish
|
15 years ago |
Keith Donald
|
b9aeba23ef
|
fixed failing test
|
15 years ago |
Keith Donald
|
d98da7d240
|
fixed failing test
|
15 years ago |
Keith Donald
|
e7c99b2b62
|
no longer used
|
15 years ago |
Keith Donald
|
64d6a42dfd
|
improved conversion system logging, collection converter simplification/polish, several optimizations, annotation-driven formatting caching
|
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
|
4d2a398cbc
|
call setAccessible for public final field too (SPR-7078)
|
15 years ago |
Juergen Hoeller
|
e2a9bc9c66
|
specific detection of CGLIB subclasses in order to properly handle CGLIB interfaces (SPR-7066)
|
15 years ago |
Ramnivas Laddad
|
66d2c6698b
|
Improved fix for SPR-6850 by dealing with bounds separately from normal types
|
15 years ago |
Juergen Hoeller
|
4a98fcb3f7
|
fixed ambiguous reference to Entry type
|
15 years ago |
Juergen Hoeller
|
29ab58c4d8
|
ResourcePatternUtils provides plain PathMatchingResourcePatternResolver in case of a null ResourceLoader
|
15 years ago |
Juergen Hoeller
|
cbed1c1b4b
|
fixed collection element conversion using ConversionService (SPR-6950)
|
15 years ago |
Chris Beams
|
fbda55f141
|
corrected TypeUtils.isAssignable() failure to return true in certain valid wildcard bounding scenarios (SPR-6850)
|
15 years ago |
Juergen Hoeller
|
65b0a8fcb2
|
revised BeanTypeDescriptor into core PropertyTypeDescriptor; consider method annotations for return type (SPR-6979)
|
15 years ago |
Chris Beams
|
5e19f2959e
|
SPR-6888: ClassPathResource.getDescription() now fully qualifies resource path regardless of constructor used.
|
15 years ago |
Christian Dupuis
|
4c4f19ec94
|
SPR-6977: updated copyright; added method comment
|
15 years ago |
Christian Dupuis
|
145dcfd0c2
|
SPR-6977: added support for array parameter types
|
15 years ago |
Juergen Hoeller
|
0444ab236a
|
fixed TypeDescriptor toString for MethodParameter annotations (SPR-6924)
|
15 years ago |
Chris Beams
|
f25d2a9416
|
Removed hard-coded local path from .core/.classpath; removed duplicate asm entry in .context/.classpath
|
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
|
64f0200675
|
polishing
|
15 years ago |
Keith Donald
|
f23b55dc13
|
spring:eval tag initial commit
|
15 years ago |