1586 Commits (f3c29fe2e6d2b1b1da4acc09d00bf2c67f10ff3e)

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