784 Commits (7018747ceccb0f715093af2a12312e42d52d9579)

Author SHA1 Message Date
Sam Brannen e30c9b2ef3 Synthesize annotation from a map of attributes 9 years ago
Juergen Hoeller c622f4c487 Polishing 9 years ago
Sam Brannen ca66e076d1 Support annotation attribute aliases and overrides via @AliasFor 9 years ago
Elizabeth Chatman 5652f02af0 Fix number parsing of @Scheduled attributes 9 years ago
Stephane Nicoll 0ed9ca097b Customize destruction callback for AutoCloseable beans 9 years ago
Juergen Hoeller 271804f105 Polishing 9 years ago
Juergen Hoeller de893ada2b Compatibility with JSR-354 final (and its new Monetary singleton) 9 years ago
Juergen Hoeller b4095c3e1d Class identity comparisons wherever possible 9 years ago
Stephane Nicoll cf391f5ce1 polish 9 years ago
Juergen Hoeller 6418b54f81 DataBinder tries ConversionService if PropertyEditor could not produce required type 9 years ago
Sam Brannen 03ade48d68 Expound on inheritance semantics for @Conditional 9 years ago
Juergen Hoeller ef7cf2c650 Revised description of event source parameter 9 years ago
Juergen Hoeller 02da2e85ee DataBinder allows for adding custom Formatters as alternative to PropertyEditors (including per-field formatters) 10 years ago
Juergen Hoeller 64a01d64c5 Polishing 10 years ago
Philippe Marschall 994d86992c Avoid eager formatting in pre-condition checks 10 years ago
Juergen Hoeller 1722fa6678 JSR-223 based StandardScriptFactory (including <lang:std> support) 10 years ago
Sam Brannen 4bf32578b5 Rename MethodBasedEvaluationContextTest to *Tests 10 years ago
Juergen Hoeller dbd82d128d Polishing 10 years ago
Juergen Hoeller e87dc9f82d Test for AspectJ pointcuts with lambdas (currently marked as ignored) 10 years ago
Juergen Hoeller 1cc042d4c7 Polishing 10 years ago
Sam Brannen 7a690df925 Remove trailing whitespace from Java source code 10 years ago
Sam Brannen 2015781ea1 Rename duplicate EnvironmentIntegrationTests to EnvironmentSystemIntegrationTests 10 years ago
Stephane Nicoll b8f10f69a9 Fix binary compatibility for SmartApplicationListener 10 years ago
Sam Brannen 572cbb0821 Consistently supply test name to @Parameters 10 years ago
Juergen Hoeller 706d3adf07 Consistently throw IllegalStateException from getAutowireCapableBeanFactory() 10 years ago
Sam Brannen 122d3476d9 Polish Javadoc for condition annotation attributes 10 years ago
Sam Brannen ad6bea1cda Support abstract, bridge, & interface methods in AnnotatedElementUtils 10 years ago
Sam Brannen e0d2dbd21d Polish Javadoc & TODOs in ApplicationListenerMethodAdapter 10 years ago
Sam Brannen 86733a98da Polish ApplicationListenerMethodAdapter 10 years ago
Juergen Hoeller 9ed0a56d84 AbstractApplicationContext collects early ApplicationEvents and publishes them once the multicaster is available 10 years ago
Juergen Hoeller aa49949d7a Bean type mismatch check accepts assignable values according to ClassUtils 10 years ago
Juergen Hoeller e403aefe86 Proper exception in case of an @Bean method call encountering a bean type mismatch 10 years ago
Juergen Hoeller 1da98b0542 @Bean-returned FactoryBean proxy delegates to actual target instance now 10 years ago
Sam Brannen 96e6406b4b Clarify semantics for multiple profiles in @Profile 10 years ago
Juergen Hoeller fafb823e8d Polishing 10 years ago
Stephane Nicoll e5b505224b Improve exception message 10 years ago
Stephane Nicoll 6bc14cc7ae Add cache-related logs 10 years ago
Juergen Hoeller 595cdf05e9 Polishing 10 years ago
Juergen Hoeller e1395a6c68 Avoid repeated exposure of SpringProxy/Advised for fallback interfaces as well 10 years ago
Juergen Hoeller 2c637dcb2e ReaderEditor supports Reader injection analogous to InputStreamEditor (from Spring resource location) 10 years ago
Juergen Hoeller ceb17fcaca CronSequenceGenerator explicitly rejects invalid incrementer delta 10 years ago
Juergen Hoeller f9c2d1d171 DefaultAopProxyFactory falls back to JdkDynamicAopProxy when encountering JDK proxy as target 10 years ago
Juergen Hoeller a15dc08bea @Import allows for importing regular component classes as well 10 years ago
Juergen Hoeller 14c891c3b3 MethodValidationPostProcessor provides protected createMethodValidationAdvice template method 10 years ago
Juergen Hoeller 7e22623758 Clarification: Lifecycle does not imply auto-startup semantics 10 years ago
Juergen Hoeller beae336627 Polishing 10 years ago
Stephane Nicoll 314b069fd8 Only require an exception CacheResolver if necessary 10 years ago
Juergen Hoeller d23893fd25 Consistent javadoc param declarations for type variables 10 years ago
Juergen Hoeller b2308926bc Restored isTypeMatch null behavior and refined typeToMatch parameter name 10 years ago
Juergen Hoeller 1a8c6fa5ee Deferred import processing reliably detects late registration attempts 10 years ago