447 Commits (6e55c8cd2fbbe47ea65829b84b68b2fcbe860b20)

Author SHA1 Message Date
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 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 15 years ago
Costin Leau ee2b1cde82 SPR-6775 15 years ago
Costin Leau 39f81760f8 SPR-6775 15 years ago
Costin Leau b32c4cfb8a SPR-6775 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
Juergen Hoeller 2153b2fbd5 introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564) 15 years ago
Juergen Hoeller 5f9f69958e refined PropertyEditor exposure for the ConversionService case 15 years ago
Juergen Hoeller f52986ea15 introduced TypeDescriptor.OBJECT and TypeDescriptor.STRING 15 years ago
Juergen Hoeller 6622c71935 revised default converters; renamed ConverterRegistry's addGenericConverter to addConverter 15 years ago
Keith Donald b673087a87 polish 15 years ago
Keith Donald 541cf2de80 removed unused method; polishing 15 years ago
Keith Donald 753d0b0c91 removed generic warning 15 years ago
Keith Donald 027bd24260 polish 15 years ago
Keith Donald 4f4732df45 javadoc polishing 15 years ago
Keith Donald 8d4b9c0810 javadoc 15 years ago
Keith Donald 5ce16e01eb broke out collection to string converter logic from collection to object 15 years ago
Keith Donald 96de14ef2e SPR-6537 initial commit; more extensive testing to follow 15 years ago