2415 Commits (99e7543a7faefb0b22a5cfb3e308e2b7e9075e61)

Author SHA1 Message Date
Sam Brannen 3d70074089 Introduce support for custom parameter names in ParameterResolutionDelegate 5 days ago
Sam Brannen bcc9e27dd0 Polishing 5 days ago
Yanming Zhou 0eba6f0da3 Add typesafe method to get generic bean by name with type reference 7 days ago
Sam Brannen 8ca0262e2f Avoid the use of assertThat(Arrays.equals(...)) 1 week ago
Sam Brannen 29ea530525 Convert assertThat(Boolean.FALSE).isEqualTo(x) to assertThat(x).isEqualTo(Boolean.FALSE) 1 week ago
Sam Brannen ac10d079df Convert assertThat(Boolean.TRUE).isEqualTo(x) to assertThat(x).isEqualTo(Boolean.TRUE) 1 week ago
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 1 week ago
Sam Brannen 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) 1 week ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 1 week ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 1 week ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 1 week ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 1 week ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 weeks ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 weeks ago
Juergen Hoeller 1345760087 Support "classpath*:" prefix for ResourceLoader#getResource 2 weeks ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 2 weeks ago
Sam Brannen 17699103dc Consistently use American English spelling 2 weeks ago
Sam Brannen 04313f062e Improve documentation for FullyQualifiedConfigurationBeanNameGenerator 3 weeks ago
Sam Brannen 3b8efbe5a6 Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor 3 weeks ago
Sam Brannen 9a002a77b2 Stop referring to "Java-8" features in documentation 2 months ago
Sam Brannen 14b6339351 Consistently support @⁠Autowired as a meta-annotation 2 months ago
Sam Brannen 4abbddf601 Avoid duplicate `required` attribute lookup for @⁠Autowired annotations 2 months ago
Sam Brannen d84c4a39e2 Stop referring to "Java 8" features in documentation 2 months ago
Sam Brannen 0d4737aeec Polishing 2 months ago
Sam Brannen ce0e37536b Fix Javadoc formatting 2 months ago
Phillip Webb ab314aadd9 Refine YamlProcessor to allow different empty values 2 months ago
Phillip Webb 0c9f40b171 Allow YAML processors to create a flattened map with nulls included 2 months ago
Sébastien Deleuze 8fbd147f0b Upgrade nullability plugin to 0.10.0 2 months ago
Juergen Hoeller 7aa862f5ec Make scope fully configurable 2 months ago
Juergen Hoeller 0323218129 Deprecate PagedListHolder and PropertyComparator for removal 3 months ago
Juergen Hoeller 38a397873e Polishing 3 months ago
Juergen Hoeller 73fa708905 Fix SmartFactoryBean type matching for ResolvableType.NONE 3 months ago
Sam Brannen f16474d585 Reliably resolve overloaded write methods in PropertyDescriptorUtils 3 months ago
Sam Brannen 992ae2ea6b Precompute PropertyDescriptor array in SimpleBeanInfoFactory 3 months ago
Sam Brannen 589a10e6e6 Polish Javadoc formatting 3 months ago
Sam Brannen 79bd2b11da Polishing 3 months ago
Sam Brannen 0624c3a597 Introduce tests for non-generic types for PropertyDescriptorUtils 3 months ago
Sam Brannen e7f019bd3f Introduce tests for PropertyDescriptorUtils with bounded generics 3 months ago
Sam Brannen 4b07edbaeb Reliably resolve generic read/write methods in PropertyDescriptorUtils 3 months ago
Juergen Hoeller 86e89d53a9 Do not attempt nested PropertyHandler resolution for argument conversion 3 months ago
Juergen Hoeller c813577908 Consistently use DefaultParameterNameDiscoverer.getSharedInstance() 3 months ago
Sam Brannen 93bc022a46 Extract CopyPropertiesTests as nested test class in BeanUtilsTests 4 months ago
Sam Brannen ce4c9ebe3c Polishing 4 months ago
Sébastien Deleuze 69207c6c16 Introduce BeanFactoryInitializationCode#getClassName 4 months ago
Sébastien Deleuze f61832ecb8 Fix indentation 4 months ago
Juergen Hoeller 07c0213f20 Polishing 4 months ago
Juergen Hoeller 4c4161c8c0 Cache resolved singleton beans in injected Provider instance 4 months ago
Sam Brannen cc530d4df2 Support RuntimeBeanReference(name, type) in AOT-generated code 4 months ago
Juergen Hoeller 6c3132cb8c Narrow method annotation check in hasQualifier to setter methods 4 months ago
Juergen Hoeller 35b8fbf901 Remove javadoc references to deprecated PropertiesBeanDefinitionReader 4 months ago