460 Commits (dfe320f172552481e08779e385236849fdfb40c5)

Author SHA1 Message Date
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 2 years ago
Brian Clozel 6cd67412cc Avoid lock contention in CaffeineCacheManager 2 years ago
Sam Brannen 162c09d036 Apply "instanceof pattern matching" in remainder of spring-context-support module 2 years ago
Juergen Hoeller f8cb0fa2a0 Custom resolution of preferred constructors for createBean(Class) 2 years ago
Sam Brannen 2e1374b459 Update copyright headers 2 years ago
Johnny Lim 431ae03447 Polish 2 years ago
Juergen Hoeller 0e8838db90 Flexible constructor resolution in AutowireCapableBeanFactory.createBean(Class) 2 years ago
Sam Brannen 0502d18e3d Update copyright headers 2 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 2 years ago
Sam Brannen a4956dfe26 Update copyright headers 2 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 2 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Sam Brannen 43f8d9e084 Apply 'instanceof pattern matching' 2 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 2 years ago
Sam Brannen eb91d21ada Polishing 2 years ago
Sam Brannen 9d73f81e9c Avoid String allocations with Assert.notNull() 2 years ago
Steve Gerhardt fded79d807 Make SimpleMailMessage setters parameters nullable 2 years ago
Sam Brannen 321092ce6f Consistent use of @Deprecated(since = "6.0") 2 years ago
Marc Wrobel ce49068ff9 Fix links in Javadoc and reference docs 2 years ago
Phillip Webb 505da5c602 Migrate hint registration to shortcuts 2 years ago
Sébastien Deleuze 08f636b691 Introduce TypeHint.Builder#onReachableType(Class<?>) 2 years ago
Stephane Nicoll d6afa8df2d Improve registration of the same hint for multiple classes 2 years ago
Sébastien Deleuze 5c68a278b5 Add SchedulerFactoryBean runtime hints 2 years ago
Arjen Poutsma 2aa74c9121 Deprecate ListenableFuture in favor of CompletableFuture 2 years ago
Marc Wrobel c48c5e7691 Fix and improve Javadoc in spring-context 2 years ago
Stephane Nicoll 2c92d7da8f Harmonize RuntimeHintsRegistrar implementations 2 years ago
Sébastien Deleuze 16c43c2041 Add resource hints for Javamail mime.types 2 years ago
Sam Brannen 1beb7068f6 Use new AssertJ exception assertions 2 years ago
Juergen Hoeller 35de7e19ee Introduce initializer callback for Bean Validation Configuration 3 years ago
Sam Brannen c8d0146bcc Polish contribution 3 years ago
Loïc Ledoyen 7f7fb58dd0 Deprecate SerializationUtils#deserialize 3 years ago
Sam Brannen 8c6d59aaaf Polish contribution 3 years ago
a.yazychyan c5c926726d Use enhanced switch expressions where feasible 3 years ago
Juergen Hoeller a71a45e719 Deprecate AsyncTaskExecutor.execute(Runnable task, long startTimeout) 3 years ago
Sam Brannen f8a5a8d7be Use modern language features in tests 3 years ago
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 3 years ago
izeye f0125afb5e Remove references to JCacheConfigurerSupport and CachingConfigurerSupport 3 years ago
Stephane Nicoll 2f3a9dbc68 Deprecate CachingConfigurerSupport and AsyncConfigurerSupport 3 years ago
Stephane Nicoll c7642422c3 Stop resolving CachingConfigurer instances eagerly 3 years ago
Juergen Hoeller f191cf4eb3 Revised comment on explicit LocalDataSourceJobStore configuration 3 years ago
Juergen Hoeller d7b9270672 Clarify SchedulerFactoryBean's LocalDataSourceJobStore overriding 3 years ago
Stephane Nicoll 8422d9d22f Add default methods to CachingConfigurer 3 years ago
Juergen Hoeller 14f24f43d7 Polishing 3 years ago
Sam Brannen 995aaa6159 Polishing 3 years ago
Sam Brannen 2c89ff934d Update copyright date 3 years ago
Daniil Pozdeev c58853f5e5 Use LocalDataSourceJobStore only if one is not set via Quartz properties 3 years ago
Sam Brannen b3473a3e81 Apply "instanceof pattern matching" Eclipse clean-up in spring-context-support 3 years ago