1011 Commits (2aa3363ba236df645d28fa0675a842994b516b4b)

Author SHA1 Message Date
Juergen Hoeller 2cd006923c Polishing 6 years ago
Juergen Hoeller b4fc7943e1 Make javax.inject.Provider impl invisible for nested class introspection 6 years ago
Juergen Hoeller d8c7270c00 Consistent Iterator/Stream support in PropertySources and PropertyValues 6 years ago
Juergen Hoeller 182243d20d BeanDefinitionOverrideException in case of overriding not allowed 6 years ago
Juergen Hoeller 63d6215247 Polishing 6 years ago
Juergen Hoeller 2fe3c36cc2 Polishing 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 d34e6f7f70 Polishing 6 years ago
Juergen Hoeller 8ad5299f4a Polishing 6 years ago
Juergen Hoeller 40efcc933c Polishing 6 years ago
Juergen Hoeller bf5fe46fa9 CachedIntrospectionResults completely traverses interface hierarchy 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 5cedd0d5d4 Consistently use tabs rather than spaces 6 years ago
Phillip Webb 634f5c2792 Ensure when equals() is implemented so is hashCode() 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 8f9aa06dfe Polishing AbstractBeanDefinition.equals 6 years ago
Phillip Webb 866e9d702e Use consistent block style 6 years ago
Phillip Webb 04a8c285df Fix annotation styling issues 6 years ago
Phillip Webb e0480f75ac Fix javadoc checkstyle issues 6 years ago
Sam Brannen cafb5033e2 Polishing 7 years ago
Juergen Hoeller 51091f2242 Suppress deprecation warning in DefaultBeanDefinitionDocumentReader 7 years ago
Juergen Hoeller 0777a80efe Polishing 7 years ago
Brian Clozel 0092653d42 Fix JDK9 build after Groovy 2.5 upgrade 7 years ago
Juergen Hoeller 7ece0e219e Correct code example for YamlProcessor.setDocumentMatchers 7 years ago
Juergen Hoeller 74fcdea2d9 SimpleAliasRegistry logs info message for alias overriding 7 years ago
Juergen Hoeller 46a89d9534 Restore lenient null return value for ConditionContext.getBeanFactory() 7 years ago
Juergen Hoeller 138b0d0bbd YamlProcessor embraces SnakeYAML 1.18+ duplicate key handling 7 years ago
Juergen Hoeller 9281f820f1 Expose FactoryBean's raw object on retrieval during post-processing 7 years ago
Stephane Nicoll e51330e905 Keep YAML entries that haven an empty array value 7 years ago
Dimitrios (Dimi) Liapis 6d6da91ab9 Fix typo 7 years ago
Juergen Hoeller b95e05db04 AspectJExpressionPointcut consistently resolves superinterface methods 7 years ago
Juergen Hoeller 6184c4ecc9 Consistent getTypeForFactoryMethod result for parameterized method 7 years ago
Juergen Hoeller 61c3db0869 MethodHandles.Lookup.defineClass for CGLIB class definition purposes 7 years ago
Thor Andreas Rognan 17c16eaa9e Upgrade to Gradle 4.6 7 years ago
Bian Jiaping 8f525f07e9 Fix typos, formatting and escaping in reference 7 years ago
Juergen Hoeller d553ddc5b3 Nullability refinements (based on IntelliJ IDEA 2018.1 introspection) 7 years ago
igor-suhorukov 93abe0e94b All branches in a conditional structure should not have exactly the same implementation 7 years ago
Juergen Hoeller e3d0ef6015 Use Map.forEach instead of manual Map.Entry iteration wherever possible 7 years ago
Juergen Hoeller 24aae2e104 Defensive containsSingleton cache guard within getObjectFromFactoryBean 7 years ago
Juergen Hoeller 8d5587fe4f Consistent thread-safe iteration in DefaultSingletonBeanRegistry 7 years ago
Juergen Hoeller 8d8e218b52 Consistent FactoryBean cache visibility in concurrent creation scenarios 7 years ago
Juergen Hoeller 937cd48fcb Contextual BeanCreationException in case of depending on a missing bean 7 years ago
Christoph Dreis d3a0a8e007 Use Collection.removeIf() where possible (#1747) 7 years ago
Juergen Hoeller 499128dae7 URIEditor uses straight ClassPathResource.getURI() access 7 years ago
igor-suhorukov 32b689a994 use StringBuilder for complex string concatenation 7 years ago