3657 Commits (17382fe07957bfb43bc34d22f20e63f00a3ddd6b)

Author SHA1 Message Date
Sébastien Deleuze 20a1261574 Make rootObject parameter consistently nullable 8 months ago
Sam Brannen 5c6622fd77 Introduce ApplicationContextEvent.getSource() with covariant return type 8 months ago
Juergen Hoeller 2434bb1540 Polishing 8 months ago
Juergen Hoeller 1145054971 Introduce ConfigurationBeanNameGenerator for @Bean-annotated methods 8 months ago
Sam Brannen ff1e5a87b3 Introduce ContextRestartedEvent as a subtype of ContextStartedEvent 8 months ago
Juergen Hoeller 4277682a5c Catch InaccessibleObjectException next to IllegalAccessException 8 months ago
Juergen Hoeller 25b4e29f5e Polishing 9 months ago
Juergen Hoeller 523552ac2e Introduce ConfigurableApplicationContext.restart() method 9 months ago
Juergen Hoeller 3bd96f72a6 Leniently tolerate null bean as aspect instance 9 months ago
Yanming Zhou 410a9ce108 Mark applicable Scope's methods as default 9 months ago
Sam Brannen ad00aebaa3 Improve Javadoc for caching annotations 9 months ago
Sam Brannen d07ed31fed Support @⁠CacheConfig("myCache") declarations for simplified config 9 months ago
Sam Brannen 17df4b4c38 Support direct matching against exceptions in ExceptionTypeFilter 9 months ago
Sam Brannen d510b738f4 Match if empty by default in InstanceFilter and ExceptionTypeFilter 9 months ago
Sam Brannen 6091453feb Introduce value alias for cacheNames in @⁠CacheConfig 9 months ago
Sam Brannen c6a8df4a9d Use Duration.ZERO whenever possible 9 months ago
Sam Brannen 58061ae295 Polish contribution 9 months ago
Mengqi Xu 489ebd2438 Use ExceptionTypeFilter to filter includes & excludes for retry policies 9 months ago
Sam Brannen 132836f6ca Add missing "includes mismatch" test in ReactiveRetryInterceptorTests 9 months ago
Sam Brannen b58c1c0d63 Assert actual Reactive exception types thrown in ReactiveRetryInterceptorTests 9 months ago
Sam Brannen 191d092952 Polishing 9 months ago
Juergen Hoeller 46654a03fe Replace lenient fallback with assertion for actual annotation present 9 months ago
Sam Brannen b794abd8cb Polishing 9 months ago
Juergen Hoeller 95c35e9655 Fix javadoc links to @Retryable 9 months ago
Juergen Hoeller 15364cf59f Polishing 9 months ago
Sam Brannen cc31bf3c33 Accept zero for RetryPolicy.Builder.delay() 9 months ago
Juergen Hoeller c9078bfe14 Introduce @ConcurrencyLimit annotation based on ConcurrencyThrottleInterceptor 9 months ago
Sam Brannen ec16b03949 Support navigation to failed tests in @⁠Inject TCK tests 9 months ago
Sam Brannen ed86daa080 Convert Spring @⁠Inject TCK tests from JUnit 3 to JUnit Jupiter 9 months ago
Juergen Hoeller 841d9fb73b Add public method to get bean order on DefaultListableBeanFactory 9 months ago
Juergen Hoeller 543314fcbb Polishing 9 months ago
Juergen Hoeller b6aa6899a8 Polishing 9 months ago
Juergen Hoeller 4190209ead Add missing AOT support for method overrides (including @Lookup) 9 months ago
Sébastien Deleuze 294406dae9 Remove `@Suppress("EXTENSION_SHADOWED_BY_MEMBER")` 9 months ago
Juergen Hoeller a265a135d5 Align package namespace in TaskManagementConfigUtils constants 9 months ago
Juergen Hoeller 00399dc1b3 Reject null for returned CompletableFuture (avoiding subsequent NPE) 9 months ago
Sam Brannen 74ee1b991a Apply consistent copyright headers in Kotlin source code 9 months ago
Spring Builds 16edf9867a Update copyright headers in source files 9 months ago
Sam Brannen 103a7e58bb Apply consistent copyright headers in Kotlin source code 9 months ago
Spring Builds aee29b7f30 Update copyright headers in source files 9 months ago
Vincent Potucek 0d4dfb6c1f Rename exception variables in empty catch blocks 9 months ago
Sam Brannen 18d6a55e3e Polishing and removal of "this." for method invocations 10 months ago
Sam Brannen ad2931b51f Migrate away from AssertJ's catchThrowable() 10 months ago
Johnny Lim 7f6a7b806e Replace AssertionsForClassTypes with Assertions 10 months ago
Juergen Hoeller d9c103b7ff Remove unnecessary fallback to DefaultConversionService 10 months ago
Sam Brannen 7e035f5c50 Polish ImportTests 10 months ago
Sam Brannen 4581324038 Polish support for @⁠Import on interfaces 10 months ago
Daeho Kwon a4d5800a6c Support @⁠Import on interfaces 10 months ago
Sam Brannen 686705140e Polish Javadoc for @⁠Import 10 months ago
rstoyanchev 230540b6da Polishing contribution 10 months ago