503 Commits (60a69bd6536656af560ab71df4a14e50acc92320)

Author SHA1 Message Date
Juergen Hoeller d4f73c1d3d turned TypeDescriptor.UNKNOWN into an internal detail (SPR-7349) 14 years ago
Juergen Hoeller 8e5c033446 avoid double ConversionFailedException nesting 14 years ago
Juergen Hoeller f90125f984 fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered (SPR-7373) 14 years ago
Juergen Hoeller b7b7c067c6 GenericTypeResolver works for nested parameterized types and for generic superclasses as well (SPR-7389) 14 years ago
Juergen Hoeller 8f8fc97b79 fixed test failures with respect to null handling and PropertyTypeDescriptor usage for collection elements 14 years ago
Juergen Hoeller 27b04036a9 ConversionService is able to deal with empty collections and nested collections (fixed regression; SPR-7289, SPR-7293); ConversionService properly handles nested Resource arrays in Map values (fixed regression; SPR-7295); ConversionService does not accidentally use copy constructor for same type (SPR-7304) 14 years ago
Arjen Poutsma b31c34ed7d Upgrading version to 3.0.4 14 years ago
Juergen Hoeller 7b189d1124 avoid ConverterNotFoundException if source object is assignable to target type 14 years ago
Oliver Gierke 420f8237c0 Rollback accidental commit :/. 14 years ago
Oliver Gierke 897aab9f59 Added missing imports. 14 years ago
Oliver Gierke a383633630 Added helper methods to access method parameter annotations. 14 years ago
Juergen Hoeller 96b1dc9db4 ConversionService fully supports conversion from String to MediaType now (through 'valueOf'; SPR-7282); revised exception handling in ObjectToObjectConverter, avoiding InvocationTargetExceptions 14 years ago
Juergen Hoeller 902938e95f smarter guessing of the element type (SPR-7283) 14 years ago
Juergen Hoeller 379bc5a8a6 properly support void.class in TypeDescriptor and GenericConversionService (SPR-7281) 14 years ago
Juergen Hoeller cbb90236dc polished VFS support (SPR-7197) 14 years ago
Juergen Hoeller 11330baf77 DefaultListableBeanFactory checks for alias circle on registerAlias (avoiding endless loop; SPR-7274) 14 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 15 years ago
Costin Leau d9a664a588 SPR-7197 15 years ago
Costin Leau e9ecf5d716 SPR-7197 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