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
Juergen Hoeller
998aa14981
fixed resolveRootDirResource regression (SPR-6592)
15 years ago
David Syer
b077d5ba97
SPR-6678: fix poms for 3.0.1
15 years ago
Juergen Hoeller
e195c39d3c
unresolvable placeholders will be ignored by default for Resource array properties as well (SPR-6654)
15 years ago
Juergen Hoeller
7cbd9e1d93
fixed type assignability check for wildcarded Map (SPR-6676)
15 years ago
Juergen Hoeller
4a90266f8e
expose offending value through public "getValue()" method (SPR-6629)
15 years ago
Chris Beams
d1b3f57320
Resolved SPR-6618. Restrictions were too tight on overloaded bean methods and were preventing it altogether. Overloading is now allowed, as long as there is no ambiguity at runtime which bean method should be invoked.
15 years ago
Juergen Hoeller
0fb4af6b59
generic ApplicationListener event type gets detected through proxy as well
15 years ago
Juergen Hoeller
dc99df2972
use TypeDescriptor.forObject instead of constructor; enforce use of TypeDescriptor.valueOf through making the constructor private
15 years ago
Keith Donald
7fb19d658b
primitive desc caching
15 years ago
Keith Donald
2fef141a00
TypeDescriptor.valueOf usage in favor of constants; TypedValue usage simplification
15 years ago
Keith Donald
f37d7082a2
moved public methods up
15 years ago
Keith Donald
39325958bc
moved static factory methods up
15 years ago
Keith Donald
943c46b07d
value of optmization
15 years ago
Keith Donald
8ff801648d
object to String not supported test case
15 years ago
Keith Donald
5c7c56a6b3
ObjectToObject converter now only matches public methods/constructors; private class method invocations also supported now through a makeAccessible call
15 years ago
Keith Donald
b64945988b
general polishing
15 years ago
Keith Donald
bb93f5967f
removed generic warning
15 years ago