2440 Commits (main)

Author SHA1 Message Date
Sam Brannen 8ca0262e2f Avoid the use of assertThat(Arrays.equals(...)) 8 hours ago
Sam Brannen 29ea530525 Convert assertThat(Boolean.FALSE).isEqualTo(x) to assertThat(x).isEqualTo(Boolean.FALSE) 8 hours ago
Sam Brannen ac10d079df Convert assertThat(Boolean.TRUE).isEqualTo(x) to assertThat(x).isEqualTo(Boolean.TRUE) 8 hours ago
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 8 hours ago
Sam Brannen 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) 8 hours ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 8 hours ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 8 hours ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 8 hours ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 8 hours ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 days ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 days ago
Juergen Hoeller 1345760087 Support "classpath*:" prefix for ResourceLoader#getResource 4 days ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 5 days ago
Sam Brannen 17699103dc Consistently use American English spelling 5 days ago
Sam Brannen 04313f062e Improve documentation for FullyQualifiedConfigurationBeanNameGenerator 1 week ago
Sam Brannen 3b8efbe5a6 Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor 1 week ago
Sam Brannen 9a002a77b2 Stop referring to "Java-8" features in documentation 1 month ago
Sam Brannen 14b6339351 Consistently support @⁠Autowired as a meta-annotation 1 month ago
Sam Brannen 4abbddf601 Avoid duplicate `required` attribute lookup for @⁠Autowired annotations 1 month ago
Sam Brannen d84c4a39e2 Stop referring to "Java 8" features in documentation 1 month ago
Sam Brannen 0d4737aeec Polishing 1 month 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 2 months ago
Juergen Hoeller 38a397873e Polishing 2 months ago
Juergen Hoeller 73fa708905 Fix SmartFactoryBean type matching for ResolvableType.NONE 2 months ago
Sam Brannen f16474d585 Reliably resolve overloaded write methods in PropertyDescriptorUtils 2 months ago
Sam Brannen 992ae2ea6b Precompute PropertyDescriptor array in SimpleBeanInfoFactory 2 months ago
Sam Brannen 589a10e6e6 Polish Javadoc formatting 2 months ago
Sam Brannen 79bd2b11da Polishing 2 months ago
Sam Brannen 0624c3a597 Introduce tests for non-generic types for PropertyDescriptorUtils 2 months ago
Sam Brannen e7f019bd3f Introduce tests for PropertyDescriptorUtils with bounded generics 2 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 3 months ago
Sam Brannen ce4c9ebe3c Polishing 3 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
Tran Ngoc Nhan 18d8d458e3
Fix typos in tests 4 months ago
Sam Brannen 335a2c4e21 Support response encoding in `select` and `options` JSP form tags 4 months ago
Juergen Hoeller 6f81cb625c Avoid unnecessary bridge method resolution around getMostSpecificMethod 4 months ago