3845 Commits (99e7543a7faefb0b22a5cfb3e308e2b7e9075e61)

Author SHA1 Message Date
Juergen Hoeller 529a6fc932 Add documentation notes on error handling with sync=true 2 days ago
Juergen Hoeller e964ced1ad Make ApplicationListenerMethodAdapter#getTargetMethod() public 2 days ago
Yanming Zhou 0eba6f0da3 Add typesafe method to get generic bean by name with type reference 7 days ago
Juergen Hoeller 86924d067b Add registerManagedResource variant with bean key argument 1 week ago
Sam Brannen 87c4acd7ac Convert assertThat(x.equals(y)).isTrue() to assertThat(x).isEqualTo(y) 1 week ago
Sam Brannen 9e6504b05a Remove unnecessary parentheses in assertThat() arguments 1 week ago
Sam Brannen 399f779c43 Convert assertThat(x instanceof X).isFalse() to assertThat(x).isNotInstanceOf() 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 391dd90e84 Support "classpath*:" prefix for resource bundle basename 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 e634ced56b Fix log message in ConfigurationClassBeanDefinitionReader 3 weeks ago
Sam Brannen 1502c2296e Remove redundant method invocation 3 weeks ago
Sam Brannen 0269eb80da Fix typo and improve Javadoc for ConfigurationBeanNameGenerator 3 weeks ago
Sam Brannen 37e8aa76e9 Use link for first reference to @⁠Fallback in @⁠Bean Javadoc 3 weeks ago
Sam Brannen 27686dc2e2 Document @Fallback alongside Primary in the reference docs and @Bean Javadoc 3 weeks ago
Sam Brannen 3b8efbe5a6 Document registration recommendations for BeanPostProcessor and BeanFactoryPostProcessor 3 weeks ago
Sam Brannen 6f2e59a995 Polishing 3 weeks ago
Sam Brannen 644a20ae2a Polish @⁠Bean Javadoc and reference docs 3 weeks ago
Juergen Hoeller 4734c15d81 Polishing 4 weeks ago
Sam Brannen 02af3e7a17 Introduce setDefaultCharset() in AbstractResourceBasedMessageSource 4 weeks ago
cetf 3c6f1b35ba Fix format string argument count 4 weeks ago
Juergen Hoeller a3b9098850 Remove prefixed FactoryBean name in ApplicationListenerDetector 4 weeks ago
Juergen Hoeller f2b64ad09c Polishing 1 month ago
Sam Brannen cb8ed43be1 Stop referring to "JDK 8" features in documentation 2 months ago
Sam Brannen d84c4a39e2 Stop referring to "Java 8" features in documentation 2 months ago
Sam Brannen 98d4046e4b Document that @⁠Validated & @⁠Lazy may be used as meta-annotations 2 months ago
Sam Brannen 282fee5c95 Consistently find @⁠Lazy as a meta-annotation at arbitrary depths 2 months ago
Sam Brannen 2d3a2c5cbd Consistently find @⁠Validated as a meta-annotation at arbitrary depths 2 months ago
rstoyanchev 1bb0fdda6b Move validation group determination to ValidationAnnotationUtils 2 months ago
Juergen Hoeller 20970a4a37 Repeatedly check status while trying to lock for shutdown 2 months 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 3 months ago
Juergen Hoeller 38f5f4de8e Add configurable throttle policy to @ConcurrencyLimit annotation 3 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