3839 Commits (main)

Author SHA1 Message Date
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 18 hours ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 18 hours ago
Sam Brannen 399f779c43 Convert assertThat(x instanceof X).isFalse() to assertThat(x).isNotInstanceOf() 18 hours ago
Sam Brannen a40ec44cb7 Convert assertThat(x instanceof X).isTrue() to assertThat(x).isInstanceOf() 18 hours ago
Sam Brannen 4357bbd31b Convert assertThat(!x).isTrue() to assertThat(x).isFalse() 18 hours ago
Sam Brannen 4548f1ec66 Inline conditions in assertThat() statements 18 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 391dd90e84 Support "classpath*:" prefix for resource bundle basename 5 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 e634ced56b Fix log message in ConfigurationClassBeanDefinitionReader 1 week ago
Sam Brannen 1502c2296e Remove redundant method invocation 1 week ago
Sam Brannen 0269eb80da Fix typo and improve Javadoc for ConfigurationBeanNameGenerator 1 week ago
Sam Brannen 37e8aa76e9 Use link for first reference to @⁠Fallback in @⁠Bean Javadoc 1 week ago
Sam Brannen 27686dc2e2 Document @Fallback alongside Primary in the reference docs and @Bean Javadoc 1 week ago
Sam Brannen 3b8efbe5a6 Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor 2 weeks ago
Sam Brannen 6f2e59a995 Polishing 2 weeks ago
Sam Brannen 644a20ae2a Polish @⁠Bean Javadoc and reference docs 2 weeks ago
Juergen Hoeller 4734c15d81 Polishing 2 weeks ago
Sam Brannen 02af3e7a17 Introduce setDefaultCharset() in AbstractResourceBasedMessageSource 2 weeks ago
cetf 3c6f1b35ba Fix format string argument count 3 weeks ago
Juergen Hoeller a3b9098850 Remove prefixed FactoryBean name in ApplicationListenerDetector 3 weeks ago
Juergen Hoeller f2b64ad09c Polishing 3 weeks ago
Sam Brannen cb8ed43be1 Stop referring to "JDK 8" features in documentation 1 month ago
Sam Brannen d84c4a39e2 Stop referring to "Java 8" features in documentation 1 month ago
Sam Brannen 98d4046e4b Document that @⁠Validated & @⁠Lazy may be used as meta-annotations 1 month ago
Sam Brannen 282fee5c95 Consistently find @⁠Lazy as a meta-annotation at arbitrary depths 1 month ago
Sam Brannen 2d3a2c5cbd Consistently find @⁠Validated as a meta-annotation at arbitrary depths 1 month ago
rstoyanchev 1bb0fdda6b Move validation group determination to ValidationAnnotationUtils 1 month ago
Juergen Hoeller 20970a4a37 Repeatedly check status while trying to lock for shutdown 1 month ago
Sébastien Deleuze 29d125e659 Add resource hint for BeanRegistrar implementing ImportAware 2 months ago
Juergen Hoeller 516bf1c606 Consistently detect resilience annotations on interfaces 2 months ago
Juergen Hoeller 5d33de943b Polishing 2 months ago
Juergen Hoeller b0ac8df13e Consistent delegation to target ValidatorFactory 2 months ago
Sébastien Deleuze bc01eeb433 Leverage JUnit 6 suspending function support 2 months ago
Sébastien Deleuze 8fbd147f0b Upgrade nullability plugin to 0.10.0 2 months ago
Sam Brannen a029dfc6a8 Improve display names for parameterized invocations 2 months ago
Juergen Hoeller 2d2809f45c Consistently throw Task/InvocationRejectedException on access rejected 2 months ago
Juergen Hoeller 169465cce1 Align InvocationRejectedException javadoc with TaskRejectedException 2 months ago
Juergen Hoeller 38f5f4de8e Add configurable throttle policy to @ConcurrencyLimit annotation 2 months ago
Sébastien Deleuze 46fb7c026c Upgrade to nullability plugin 0.0.9 3 months ago
木葉 Scarlet d077e043d6 Consistently declare @⁠Nullable on parameter in equals() implementations 3 months ago
Sam Brannen 7212fbe36a Polishing 3 months ago
Juergen Hoeller 5b6c231788 Use dedicated ApplicationEventFactory interface in EventPublicationInterceptor 3 months ago
Juergen Hoeller 08104100d3 Introduce generalized MethodFailureEvent for use in EventPublicationInterceptor 3 months ago
Juergen Hoeller 92a43c007a Introduce MethodRetryEvent for @Retryable execution 3 months ago
Juergen Hoeller c813577908 Consistently use DefaultParameterNameDiscoverer.getSharedInstance() 3 months ago
Sam Brannen a4c72c8fcf Polish integration tests 3 months ago