688 Commits (f017cc3febcfa93c747e4b1b82a935aefaa0117e)

Author SHA1 Message Date
Juergen Hoeller 90512f036b Fixed SPR issue reference and aligned exception messages 11 years ago
Juergen Hoeller 9fc13e1d23 CacheAspectSupport checks Cache.get(key) once per invocation only 11 years ago
Juergen Hoeller 8b73c0affb Added ASM-based tests for custom scoping annotations 11 years ago
Juergen Hoeller 3aff973d13 Javadoc: @ComponentScan is subject to @Conditional as well 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Sam Brannen 9cee70ff66 Polish ComponentScanParserTests and clean up warnings 11 years ago
Sam Brannen 99cd2f6098 Support meta-annotation overrides in ASM processing 11 years ago
Sam Brannen b640b9fdfe Update TODOs for SPR-11574 11 years ago
Sam Brannen 9ce0df89ff Support Class meta-annotation attributes with ASM 11 years ago
Juergen Hoeller 38e7c4776b Cache.get(key, type) should also work in case of null value found in cache 11 years ago
Sam Brannen e7b8a657b4 Add more tests for @ComponentScan as a meta-annotation 11 years ago
Sam Brannen f1fbe85ff1 Investigate issue with @ComponentScan as meta-annotation 11 years ago
Sam Brannen 3d506eb033 Clean up ConfigurationClassPostProcessorTests 11 years ago
Juergen Hoeller 99ea429fd7 Added specific unit test for scoped-proxy target not being an autowire candidate 11 years ago
Juergen Hoeller 5308b3e358 Revised naming for prototype inner beans to avoid excessive unique name calculation 11 years ago
Juergen Hoeller 791f58e6be Polishing 11 years ago
Sam Brannen a006ca2542 Remove trailing whitespace 11 years ago
Sam Brannen b364599278 Update links to Spring JIRA server 11 years ago
Juergen Hoeller bcde955ec9 Ignore placeholder resolution failure as well in case of ignoreResourceNotFound=true 11 years ago
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