939 Commits (a2c0e1cec8052dfe5d64c40a51bbcd4793a41522)

Author SHA1 Message Date
Stéphane Nicoll 0a48984fab Suppress deprecating warnings for getInstanceSupplier() method as well 6 months ago
Juergen Hoeller 0e2af5d113 Avoid default AutoCloseable implementation in ExecutorService on JDK 19+ 7 months ago
Juergen Hoeller 8c44a61033 Invalidate cache entries for matching types after singleton creation 8 months ago
Yanming Zhou 4969f6b742 Improve BeanFactoryExtensionsTests 9 months ago
Yanming Zhou 410a9ce108 Mark applicable Scope's methods as default 9 months ago
Stéphane Nicoll e88b70e6ad Slice bean registrations in separate file if necessary 9 months ago
Juergen Hoeller bd72f1fefc Fix inconsistencies in StaticListableBeanFactory 9 months ago
Juergen Hoeller 4b44a34692 Complete treatment of RuntimeBeanReference in BeanDefinitionValueResolver 9 months ago
Juergen Hoeller 841d9fb73b Add public method to get bean order on DefaultListableBeanFactory 9 months ago
Juergen Hoeller c5da405314 Consistent type-based bean lookup for RuntimeBeanReference 9 months ago
Juergen Hoeller 06ef82e9a5 Consistent type-based bean lookup for internal resolution paths 9 months ago
Juergen Hoeller b0eacd22e0 Support for exposing additional object types in SmartFactoryBean 9 months ago
Spring Builds 16edf9867a Update copyright headers in source files 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Sam Brannen 18d6a55e3e Polishing and removal of "this." for method invocations 10 months ago
Sam Brannen 5752585bb2 Clean up warnings in build 10 months ago
Sam Brannen 3aa3b81e1c Update copyright headers 10 months ago
Johnny Lim 7f6a7b806e Replace AssertionsForClassTypes with Assertions 10 months ago
Dmytro Nosan c2d678879f Fix AOT code generation for autowired inner class constructor 10 months ago
Sam Brannen 016294b067 Avoid overriding methods deprecated in JUnit Jupiter 5.13 10 months ago
Sébastien Deleuze 67ed64a41d Remove not null checks in BeanUtilsKotlinTests 10 months ago
Sébastien Deleuze d777b70889 Ignore DefaultConstructorMarker in BeanUtils#getParameterNames 10 months ago
Juergen Hoeller b5d153febf Enforce consistent null check on injection points for pre-existing singleton beans 10 months ago
Juergen Hoeller d9e261aecd Enforce backwards compatibility for null bean in shortcut code path 10 months ago
Sam Brannen 33aeb6ee9c Deprecate [Property|Preferences]PlaceholderConfigurer for removal 11 months ago
Stéphane Nicoll e3e99ac8a0 Add a convenience method to create a ValueCodeGenerator 11 months ago
Juergen Hoeller 6ea9f66fd7 Remove superfluous DefaultParameterNameDiscoverer configuration 12 months ago
Juergen Hoeller e7db15b325 Perform type check before singleton check for early FactoryBean matching 12 months ago
Stéphane Nicoll 2862c87601 Make sure the generated values are available from a static context 1 year ago
Juergen Hoeller aa56b5001a Detect late-set primary markers for autowiring shortcut algorithm 1 year ago
Juergen Hoeller 37fb79e8ff Fix qualifier resolution for aliased name against parent factory 1 year ago
Sam Brannen 208d52d852 Introduce Checkstyle rule for separator symbol location 1 year ago
Juergen Hoeller ad949a7450 Add includeNonSingletons flag for ObjectProvider stream access 1 year ago
Sébastien Deleuze 91d0ebe327 Refine BeanRegistryAdapterTests 1 year ago
Phillip Webb 789791e186 Allow chained BeanRegistry registration 1 year ago
Sébastien Deleuze a0e2d3a221 Add support for target type to BeanRegistry 1 year ago
Juergen Hoeller 143985e862 Add tests for primary/fallback/defaultCandidate precedence 1 year ago
Yanming Zhou 639af7befa Add tests to ensure bean definition flag "fallback" take precedence over "defaultCandidate" 1 year ago
Sébastien Deleuze 496be9ca98 Introduce first-class support for programmatic bean registration 1 year ago
Juergen Hoeller f3b50c9a58 Ignore null beans in SimpleAutowireCandidateResolver.resolveAutowireCandidates 1 year ago
Juergen Hoeller e230ea537c Consistently resolve unique default candidate bean 1 year ago
Juergen Hoeller 94eb6006e8 Leniently accept same singleton instance if implicitly appeared 1 year ago
Juergen Hoeller ace2f0a3e5 Expose resolveAutowireCandidates method with basic candidate filtering 1 year ago
Stéphane Nicoll ec037b1ec0 Polish "Add support for multidimensional arrays" 1 year ago
xumengqi 68c1e2ac92 Add support for multidimensional arrays 1 year ago
Juergen Hoeller 8c2b44bd6c Support filtered/unfiltered stream access on ObjectProvider 1 year ago
Sam Brannen b9e43d05bd Restore property binding support for a Map that implements Iterable 1 year ago
Brian Clozel f85752a956 Fix hints and predicates for Field reflective access 1 year ago
Juergen Hoeller 467d5f3ca3 Try late locking for waiting on specific bean to be finished 1 year ago
Brian Clozel d28c0396c9 Update runtime hints predicates after GraalVM changes 1 year ago