1508 Commits (d5df097e0e3afe7ae36622ad275b39631ee38c3b)

Author SHA1 Message Date
Juergen Hoeller fc699b2b37 @Bean provides autowireCandidate flag (analogous to XML definitions) 6 years ago
Juergen Hoeller a5dd0f0c09 Fix accidental @Nullable declaration on addAttribute(Object) 6 years ago
Juergen Hoeller f2787cfb35 Same method filtering in ConstructorResolver and getTypeForFactoryMethod 6 years ago
Juergen Hoeller e5a6711d29 Consistent final declaration for static delegate classes 6 years ago
Juergen Hoeller 4ff1e3e74b Consistent abstract declaration for utility classes (plus polishing) 6 years ago
Juergen Hoeller d58c09b89f Up-to-date coverage of task executor and scheduler variants 6 years ago
Juergen Hoeller 8ad5299f4a Polishing 6 years ago
Juergen Hoeller 40efcc933c Polishing 6 years ago
Juergen Hoeller 81cb740e0a New postProcessProperties variant on InstantiationAwareBeanPostProcessor 6 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 6 years ago
Phillip Webb 1c25cec44f Polish test code 6 years ago
Phillip Webb 81451aa800 Organize imports 6 years ago
Phillip Webb b220d94cc2 Never use parenthesis for single lambda arguments 6 years ago
Phillip Webb 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb 9de3689f63 Never use 'this.' when accessing loggers 6 years ago
Phillip Webb 0b53c1096a Always use 'this.' when accessing fields 6 years ago
Phillip Webb eeebd51f57 Use consistent class design 6 years ago
Phillip Webb 0ad0f341bd Don't use single letter catch variables 6 years ago
Phillip Webb 866e9d702e Use consistent block style 6 years ago
Phillip Webb c3a17dfd47 Ensure all files end with a newline 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Sam Brannen 4184ebe799 Polish profile expression support 6 years ago
Stephane Nicoll 1f3b4f1863 Polish "Add profile expression support" 6 years ago
Juergen Hoeller 0dc434b35e Polishing 6 years ago
Juergen Hoeller 9aed9bf823 Allow for custom ScheduledTaskRegistrar and/or ScheduledMethodRunnable 6 years ago
Juergen Hoeller b71795ba36 Restore original DefaultLifecycleProcessor behavior for the time being 6 years ago
Brian Clozel 0092653d42 Fix JDK9 build after Groovy 2.5 upgrade 6 years ago
Juergen Hoeller 6cf197864c DefaultLifecycleProcessor properly handles count for dependent beans 6 years ago
Stephane Nicoll f1871f9e3f Fix faulty BeanPostProcessorChecker logs with @EnableCaching 6 years ago
Sebastien Deleuze b71d0eeec9 Fix Kotlin bean DSL conditional handling 6 years ago
Juergen Hoeller 356bfe6e2e Upgrade to Joda-Time 2.10 6 years ago
Sebastien Deleuze a7a29a8226 Revisit PropertyResolver Kotlin extensions 6 years ago
Juergen Hoeller 1b728fb244 Polishing 6 years ago
Juergen Hoeller b39ce80c87 Doc: @EnableScheduling needs to be declared per application context 6 years ago
Juergen Hoeller 46a89d9534 Restore lenient null return value for ConditionContext.getBeanFactory() 6 years ago
Juergen Hoeller 5bbeadec0c Detect nested configuration classes even for empty outer classes 6 years ago
Sebastien Deleuze be416ef9c4 Polish BeanDefinitionDsl 6 years ago
Juergen Hoeller 5b3bbad6a0 ConcurrentModel.addAttribute javadoc: null value not supported 6 years ago
Juergen Hoeller 795e5d306c Upgrade to JSR-354 Money & Currency API 1.0.3 and Moneta 1.2.1 6 years ago
Johnny Lim fb898e1727 Remove inconsistent spaces 6 years ago
Juergen Hoeller 9281f820f1 Expose FactoryBean's raw object on retrieval during post-processing 6 years ago
Juergen Hoeller c8b6233bd0 Introspect originating bean definition as configuration class candidate 6 years ago
Juergen Hoeller ad0d79a97b Lenient fallback to plain getBundle call without Control handle 6 years ago
Juergen Hoeller d5aedac6db Avoid custom ResourceBundle.Control on Jigsaw (as far as possible) 6 years ago
Juergen Hoeller eaff2c28a7 Consistent target method resolution for event and caching expressions 6 years ago
Juergen Hoeller aa11721ff0 AopUtils.getMostSpecificMethod exposes dynamic proxy class methods 6 years ago
Juergen Hoeller a2a8d0c754 Workaround for generic parameter types on inner class constructors 7 years ago
Juergen Hoeller d4a55a257b OperatorMatches flags misguided evaluation attempts as FLAWED_PATTERN 7 years ago
Juergen Hoeller b95e05db04 AspectJExpressionPointcut consistently resolves superinterface methods 7 years ago
sdeleuze 97ee94f4ca Expose env and context in Kotlin beans DSL 7 years ago