568 Commits (a4968b9015217ee8116bef7f77f5da4d776047fd)

Author SHA1 Message Date
Juergen Hoeller e50cff47c1 KeyGenerators should not return a plain array parameter as raw key but rather always handle that case in a deepHashCode fashion 11 years ago
Craig Andrews 6d8f3a0a20 Fix SimpleKey equality with array argument 11 years ago
Juergen Hoeller cb41f42791 AbstractApplicationEventMulticaster filters listeners against their type first, avoiding eager retrieval of listener instances for non-matching events 11 years ago
Sam Brannen fbdebc1bd6 Clean up warnings that show up in Gradle build 11 years ago
Sam Brannen 1ac08e4a1b Polish Javadoc for ConfigurationClassParser 11 years ago
Sam Brannen ce0d916492 Fix 'method' typo in @PropertySources 11 years ago
Juergen Hoeller 8a96d1a6ee Polishing 11 years ago
Juergen Hoeller 14e5a02870 Mixed polishing along with recent changes 11 years ago
Juergen Hoeller d550ffb37f Clarified CompositeCacheManager's applicability, added convenience constructor with given delegates, and fixed getCacheNames implementation to never return duplicates 11 years ago
Sam Brannen 8028eae786 Fix CGLIB memory leak for method injection 11 years ago
Sam Brannen f2a4537b6c Test against CGLIB memory leak for method injection 11 years ago
Juergen Hoeller 949338009b Ignore container callback and marker interfaces for auto-proxy decisions 11 years ago
Juergen Hoeller 53aab24690 Polishing 11 years ago
Sam Brannen c335e99e3f Remove trailing whitespace from source code 11 years ago
Sam Brannen 1f778530b5 Polish test classes 11 years ago
Juergen Hoeller 8c0e3040c2 Polishing 11 years ago
Juergen Hoeller 749b65b0b2 Polishing 11 years ago
Sam Brannen de5b7a378b Fix grammar and update link in Javadoc for SimpleThreadScope 11 years ago
Dave Brosius cdd2324ab5 fix log spelling typo 11 years ago
Juergen Hoeller 426f52b393 Polishing 11 years ago
Juergen Hoeller 8c4e372558 Introduced SpringNamingPolicy for CGLIB 11 years ago
Sam Brannen b8ed2f4967 Ensure all tests are executed in the Gradle build 11 years ago
Juergen Hoeller 5be8301128 Fixed isMatchingFieldError to properly handle empty field name 11 years ago
Juergen Hoeller c1eac209c3 Fixed LiveBeansView to not produce invalid JSON if last bean is not eligible 11 years ago
Sam Brannen 78542777d6 Introduce value attribute in @RestController 11 years ago
Juergen Hoeller 61b6d398a5 Removed LocalDateToDateMidnightConverter pre-release since DateMidnight is deprecated as of Joda-Time 2.3; marked DateTimeToDateMidnightConverter as deprecated 11 years ago
Juergen Hoeller eeae5fba95 Fixed regression with constructing TypeDescriptor from null Class 11 years ago
Sam Brannen 8faf01f56d Fix "coercion" spelling mistakes in Javadoc 11 years ago
Juergen Hoeller 3310ab55e0 Polishing 11 years ago
Juergen Hoeller 12c393eb6d Switched 'order' attributes across namespaces to 'xsd:token' 11 years ago
Juergen Hoeller 84310c8a11 RemoteInvocation(Result) explicitly designed for JavaBean-style deserialization 11 years ago
Juergen Hoeller 709ac28f29 Consider wildcard type without bounds as eligible for fallback match too 11 years ago
Juergen Hoeller 26271fc30c Polishing 11 years ago
Juergen Hoeller 547646de6d Polishing 11 years ago
Juergen Hoeller cdd65a70af Added compatibility note on WildFly 8 11 years ago
Juergen Hoeller 24d40fa3e0 Fixed resolveProxyTargetClass exception message 11 years ago
Juergen Hoeller bd87ff7f92 Removed TestGroup.LONG_RUNNING marker from Groovy and JRuby tests 11 years ago
Rossen Stoyanchev 5068eb2e01 Add minor optimization to AbstractErrors 11 years ago
Juergen Hoeller ee2022e54c Polishing 11 years ago
Juergen Hoeller 0de307bb65 Consistent equals/hashCode/toString implementations in AnnotationMatchingPointcut/ClassFilter/MethodMatcher 11 years ago
Juergen Hoeller 640d8cb67f Consistent implementation of AsyncListenableTaskExecutor 11 years ago
Juergen Hoeller 6a5a3c97ed Introduced OptionalValidatorFactoryBean for scenarios where the JSR-303 API is present but no Bean Validation Provider is available (used by the MVC namespace) 11 years ago
Juergen Hoeller 8d1e55d101 Avoid hard reference to LocalValidatorFactoryBean in <mvc:annotation-driven> parser 11 years ago
Juergen Hoeller f0d21510f5 Polishing 11 years ago
Juergen Hoeller 5e00113c65 Added extensive default converters for JSR-310 value types 11 years ago
Sam Brannen 710fdc73f1 Polish Javadoc for Groovy bean support classes 11 years ago
Juergen Hoeller a884cde18c Upgraded to JCache 1.0 RC1 11 years ago
Juergen Hoeller b1460742c3 InjectionMetadata caching per bean name needs to refresh when bean class changes 11 years ago
Juergen Hoeller bfba53f958 Fixed handling of primitive vararg array in CacheOperationContext 11 years ago
Juergen Hoeller 67abeb4722 SpEL performs String->String type conversion even within concatenated String 11 years ago