768 Commits (19f33479322c17543b48d2a2ee9d68e95a3925f0)

Author SHA1 Message Date
Sebastien Deleuze af6a5566a3 Replace context by provider<T>() in Kotlin bean DSL 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 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 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
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
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
Juergen Hoeller 1d59e52f11 EventListenerMethodProcessor accepts internal configuration classes 8 years ago
Juergen Hoeller 109a2b49e5 Consistently skip unnecessary search on superclasses and empty elements 8 years ago
Sam Brannen aebbd949a8 Suppress deprecation warnings in AnnotationProcessorPerformanceTests 8 years ago
Juergen Hoeller 8bf8092740 Post-processors consistently ignore ScopedObject/AopInfrastructureBean 8 years ago
Juergen Hoeller 20f2e23bfb Polishing 8 years ago
Juergen Hoeller 3a5def047f @Scheduled supports "-" as cron expression value for disabled triggers 8 years ago
Juergen Hoeller 8e571decc1 Polishing 8 years ago
Kazuhiro Sera be211ceead Fix typos detected by github.com/client9/misspell 8 years ago
Juergen Hoeller 1fd6248d84 Polishing 8 years ago
Juergen Hoeller a9c9ba6601 Generic matching for ObjectProvider stream and empty vararg resolution 8 years ago
Juergen Hoeller 1603c4ab2f Programmatic ObjectProvider retrieval through BeanFactory API 8 years ago
Juergen Hoeller 252f52ab07 Tighten (IntroductionAware)MethodMatcher contract 8 years ago
Juergen Hoeller 478d7255d2 GenericApplicationListenerAdapter caches resolved event types 8 years ago
Juergen Hoeller 52d124de6f Use supplier-aligned type information for FactoryBean type resolution 8 years ago
Juergen Hoeller 28f7b26294 Null-returning instance supplier resolves to NullBean 8 years ago
Juergen Hoeller faef363e85 Evaluate @Cacheable(condition) once per method invocation only 8 years ago
Juergen Hoeller f6fdffd663 Lazily retrieve delegate beans in AsyncConfigurer and CachingConfigurer 8 years ago
Juergen Hoeller fc699b2b37 @Bean provides autowireCandidate flag (analogous to XML definitions) 8 years ago
Juergen Hoeller f2787cfb35 Same method filtering in ConstructorResolver and getTypeForFactoryMethod 8 years ago
Juergen Hoeller 81cb740e0a New postProcessProperties variant on InstantiationAwareBeanPostProcessor 8 years ago
Phillip Webb a89e716cc7 Use tabs rather than spaces in tests 8 years ago
Phillip Webb 1c25cec44f Polish test code 8 years ago
Stephane Nicoll 1f3b4f1863 Polish "Add profile expression support" 8 years ago
Sebastien Deleuze b71d0eeec9 Fix Kotlin bean DSL conditional handling 8 years ago
Sebastien Deleuze a7a29a8226 Revisit PropertyResolver Kotlin extensions 8 years ago
Juergen Hoeller 1b728fb244 Polishing 8 years ago
Juergen Hoeller 5bbeadec0c Detect nested configuration classes even for empty outer classes 8 years ago
Johnny Lim fb898e1727 Remove inconsistent spaces 8 years ago
Juergen Hoeller 9281f820f1 Expose FactoryBean's raw object on retrieval during post-processing 8 years ago
Juergen Hoeller c8b6233bd0 Introspect originating bean definition as configuration class candidate 8 years ago
Juergen Hoeller eaff2c28a7 Consistent target method resolution for event and caching expressions 8 years ago
Juergen Hoeller aa11721ff0 AopUtils.getMostSpecificMethod exposes dynamic proxy class methods 8 years ago
Juergen Hoeller a2a8d0c754 Workaround for generic parameter types on inner class constructors 8 years ago
Juergen Hoeller b95e05db04 AspectJExpressionPointcut consistently resolves superinterface methods 8 years ago
sdeleuze 97ee94f4ca Expose env and context in Kotlin beans DSL 8 years ago
Juergen Hoeller 61c3db0869 MethodHandles.Lookup.defineClass for CGLIB class definition purposes 8 years ago
Juergen Hoeller cdaa247861 Unwind _TestTypes to top-level public test classes in AOP test suite 8 years ago