1648 Commits (e0423fbdc2ffa16e929d80c4d38ac35803dd843e)

Author SHA1 Message Date
Juergen Hoeller 309e70a48e Separate factory method cache for introspection purposes 6 years ago
volkovandr 61403e3bd3 Updated Javadoc: date format patterns SPR-17366 6 years ago
Juergen Hoeller c89e3e6e0d Restore original factory method caching (addressing Boot regressions) 6 years ago
Stephane Nicoll 82a211fa96 Fix checkstyle violation 6 years ago
Stephane Nicoll 062805fcb3 Recursively process DeferredImportSelector properly 6 years ago
Juergen Hoeller f662e3b85e BeanFactoryAnnotationUtils provides qualifiedBeansOfType method 6 years ago
Juergen Hoeller c8c0737ce7 AbstractApplicationContext.getApplicationListeners() exposes all statically registered listeners 6 years ago
Sebastien Deleuze af6a5566a3 Replace context by provider<T>() in Kotlin bean DSL 6 years ago
Juergen Hoeller 9063e66c5d AbstractApplicationEventMulticaster pre-sorts singleton listeners 6 years ago
Sebastien Deleuze f7839675f6 Don't set role in Kotlin bean DSL unless specified 6 years ago
Sebastien Deleuze 47d6e91227 Leverage non-default ctor support in Kotlin bean DSL 6 years ago
Juergen Hoeller b6b880ce27 Polishing 6 years ago
Juergen Hoeller 082c524cbe Polishing 6 years ago
Juergen Hoeller d3c08552e9 Revisit GenericApplicationContext.registerBean constructor handling 6 years ago
Juergen Hoeller 0948edb39d Nested configuration class introspection check on concrete class 6 years ago
Juergen Hoeller c8869d99f5 Deprecate autowire attribute on @Bean annotation 6 years ago
Juergen Hoeller 34663300a6 Avoid regex pattern matching for simple String replacement steps 6 years ago
Sebastien Deleuze c4aea626fe Update Kotlin bean DSL with new BeanDefinition methods 6 years ago
Juergen Hoeller 97cea7f36e BeanDefinition interface exposes initMethodName and destroyMethodName 6 years ago
Juergen Hoeller 77887ef739 BeanValidationPostProcessor validates singleton target behind proxy 6 years ago
Juergen Hoeller 65c8fa400f Consistent ordered list access and lazy streaming for ObjectProvider 6 years ago
Pascal Schumacher 184340ff8e Remove duplicate blank in log message of ExecutorConfigurationSupport#initialize 6 years ago
Juergen Hoeller b6d32ef55f Bean definition DSL generates unique bean names for bean classes 6 years ago
Juergen Hoeller b83bc39ecd Restrict nested configuration class introspection to component types 6 years ago
Johnny Lim 43a814b070 Remove duplicate assertions in AsyncExecutionTests 6 years ago
Juergen Hoeller c803ad7998 ConfigurationClassParser consistently uses ClassUtils.forName 6 years ago
Sam Brannen f55a6051df Document default embedded value resolver support for property 6 years ago
Sam Brannen bff2d2cc85 Polishing 6 years ago
Korovin Anatoliy ab086f4225 Fix fragile tests for asynchronous events 6 years ago
Juergen Hoeller 95a56cd28d Polishing 6 years ago
stsypanov 7dba79c7c1 Use String::isEmpty instead of "".equals(arg) when arg is not null 6 years ago
Sam Brannen 4883b8aa03 Polish JavaDoc for @Configuration 6 years ago
Sam Brannen 52c91910b2 Polish JavaDoc for @Configuration 6 years ago
Juergen Hoeller 1d59e52f11 EventListenerMethodProcessor accepts internal configuration classes 6 years ago
Juergen Hoeller 84300b796c Fix recent javadoc errors 6 years ago
Juergen Hoeller 04d2d1da0d Consistently use double quotes (even if no interpolation needed) 6 years ago
Juergen Hoeller 2ec8fa9cac SmartLifecycle default methods for auto-startup in default phase 6 years ago
Juergen Hoeller 109a2b49e5 Consistently skip unnecessary search on superclasses and empty elements 6 years ago
Juergen Hoeller 04a7f0884b SpringCacheAnnotationParser.parseCacheAnnotations cannot be protected 6 years ago
Sam Brannen aebbd949a8 Suppress deprecation warnings in AnnotationProcessorPerformanceTests 6 years ago
Juergen Hoeller c4a7567a5e Post-processors consistently ignore ScopedObject/AopInfrastructureBean 6 years ago
Juergen Hoeller 71d4dbea13 Post-processors ignore AopInfrastructureBean (includes ScopedObject) 6 years ago
Juergen Hoeller 8bf8092740 Post-processors consistently ignore ScopedObject/AopInfrastructureBean 6 years ago
Juergen Hoeller aebb2d52e0 Logging refinements for transaction and cache processing (debug/trace) 6 years ago
Juergen Hoeller c437a0d1c3 Declare default methods for supportsSourceType and getOrder 6 years ago
Juergen Hoeller 20f2e23bfb Polishing 6 years ago
Juergen Hoeller b3ca2d50a2 DefaultLifecycleProcessor properly counts dependent beans in same phase 6 years ago
Juergen Hoeller 3a5def047f @Scheduled supports "-" as cron expression value for disabled triggers 6 years ago
Juergen Hoeller 8e571decc1 Polishing 6 years ago
Juergen Hoeller 7cf98261ce Polishing 6 years ago