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
Juergen Hoeller
3db5a299bb
canConvert checks Collection/Map element types as well (SPR-6564)
15 years ago
Costin Leau
caaa45c9ef
+ fixed internal caching for LocalVariableTableParameterNameDiscoverer
15 years ago
Costin Leau
6389097ac1
+ improved javadoc
15 years ago
Costin Leau
c9975504c6
+ improved LocalVariableTableParameterNameDiscoverer discovery and memory usage
...
+ added extra tests
15 years ago
Juergen Hoeller
d7b79dc9a9
fixed lookup log message (SPR-6746)
15 years ago
Chris Beams
0f7f749ada
Updated Eclipse .classpath to aspectj 1.6.8
15 years ago
Costin Leau
0fd4a45070
+ upgrade to AspectJ 1.6.8
...
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
15 years ago
Costin Leau
ee2b1cde82
SPR-6775
...
+ remove class definitions for sticking around (by forcing eager metadata initialization)
+ improve cache size by eliminating the numbers of method metadata objects created
+ improve lookup access on method metadata
15 years ago
Costin Leau
39f81760f8
SPR-6775
...
+ increase size to 256
15 years ago
Costin Leau
b32c4cfb8a
SPR-6775
...
+ replace the vanilla hashmap with a quick-and-dirty, JDK based, fixed LRU cache
15 years ago
Juergen Hoeller
0968e9fbd0
LinkedMultiValueMap should implement Serializable (SPR-6765)
15 years ago
Juergen Hoeller
6fcca3cd93
accept Set<?> instead of Set<Object> (SPR-6742)
15 years ago
Juergen Hoeller
9e642e75b2
removed Commons Collection reference from javadoc (SPR-6716)
15 years ago
Juergen Hoeller
7097a9e965
proceed in case of resolution failure for a single resource entry in the list
15 years ago
Arjen Poutsma
0cb9271b95
Test for SPR-6690
15 years ago