1306 Commits (f63b0d720ed4cc68b12a74b3ee7b652f0f2eb78b)

Author SHA1 Message Date
Juergen Hoeller 5f4d1a4628 CronSequenceGenerator.isValidExpression actually validates cron fields 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Sebastien Deleuze d728d597f2 Add missing license headers in Kotlin files 7 years ago
Juergen Hoeller 87430f3cd3 ListenableFuture provides CompletableFuture adaptation via completable() 7 years ago
Juergen Hoeller 03133630cb Missing @Nullable annotations in WebFlux, in particular around locale resolution 8 years ago
Juergen Hoeller 535103cd52 Fine-tune HTTP/RMI Invoker exception handling 8 years ago
Sebastien Deleuze 04d5a2951c Remove KClass based Kotlin extensions 8 years ago
Sebastien Deleuze e0e6736bc5 Introduce LocaleContextResolver in WebFlux 8 years ago
Juergen Hoeller 779deb0fa7 Cleanup of duplicate semicolons 8 years ago
Stephane Nicoll 58242f2249 Polish 8 years ago
Stephane Nicoll fc64b8040f Polish "Replace relevant code with lambda" 8 years ago
diguage 4b1478d830 Replace relevant code with lambda 8 years ago
diguage 2efa06237a Use Map#forEach instead of Map#entrySet#forEach 8 years ago
diguage c1d44d9a34 Use the diamond syntax 8 years ago
Stephane Nicoll 27aabb15f9 Polish "Refact iterator of Map with Java 8 forEach" 8 years ago
diguage dab7a7f0ee Refact iterator of Map with Java 8 forEach 8 years ago
Sebastien Deleuze 86580b2358 Polishing 8 years ago
Sebastien Deleuze 8579ae66fc Add comprehensive tests of Kotlin extensions 8 years ago
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Juergen Hoeller 55b0fe1027 Unwrap SpringValidatorAdapter (e.g. CustomValidatorBean) to native Validator 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Sebastien Deleuze b494c53b40 Avoid defining nullability for non-relevant API 8 years ago
Sebastien Deleuze 1f28825f9d Add more @Nullable parameters based on null usage 8 years ago
Sebastien Deleuze c3e6afb879 Improve null-safety to fix some Spring Boot warnings 8 years ago
Sebastien Deleuze b47d713e14 Add missing @Nullable annotations on parameters 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Juergen Hoeller 3cc94ae8b5 Consistently accept "taskExecutor" bean of type Executor (as stated in @EnableAsync's javadoc) 8 years ago
Andy Clement 109746a03b Adjust source in test class to work around eclipse compiler bug 8 years ago
Juergen Hoeller cb3d1befcd LocalValidatorFactoryBean properly supports unwrap at ValidatorFactory level 8 years ago
Juergen Hoeller ba501791c9 Consistent use of WebFlux terminology over Web Reactive 8 years ago
Juergen Hoeller 1f5eaf20b0 Basic test for functional bean registration within a configuration class 8 years ago
Juergen Hoeller 1ea54eb2c6 GenericFilterBean lazily initializes its default environment 8 years ago
Juergen Hoeller 8b50f887db Caching annotations on interface methods with CGLIB proxies 8 years ago
Juergen Hoeller 6c43d14a77 Async annotations on interface methods with CGLIB proxies 8 years ago
Juergen Hoeller 91df0653fe Polishing 8 years ago
Juergen Hoeller 5d3249f692 Recommendation for consistent @Profile declarations on overloaded @Bean methods 8 years ago
Juergen Hoeller 022aefdfe8 Explicit note about @Profile declarations on overloaded @Bean methods 8 years ago
Juergen Hoeller 9abf249cee Explicitly replace target ApplicationListener with singleton proxy, if any (avoiding double registration/invocation) 8 years ago
Juergen Hoeller 0b118322b0 Polishing 8 years ago
Juergen Hoeller 1735ba22cb ShadowingClassLoader can be constructed without default excludes 8 years ago
Juergen Hoeller c4e0d6c2a2 UnknownHostException as resource-not-found for properties files 8 years ago
Juergen Hoeller 15b5dd9f12 Polishing 8 years ago
Juergen Hoeller a95843a068 Dependency tracking for Supplier-created beans 8 years ago
Juergen Hoeller 67ea4b3a05 package-info for repackaged libraries (and other polishing) 8 years ago
Juergen Hoeller 917207b7ae Support for @Order on nested configuration classes 8 years ago
Sam Brannen 51f23cb424 Polish JavaDoc for date-time and number format annotations 8 years ago
Sam Brannen 279c56a385 Fix typo in JavaDoc 8 years ago
Sebastien Deleuze e2fd398bad Specify explicitly Kotlin extensions return type 8 years ago
Sam Brannen 7a01771a45 Polishing 8 years ago
Sam Brannen 0b11785852 Improve tests for PropertySourcesPlaceholderConfigurer 8 years ago