1312 Commits (14a7da8183cb119fa6d7137ab209c592b9157b70)

Author SHA1 Message Date
Juergen Hoeller c5fc400534 (AnnotationAware)OrderComparator supports null values again 7 years ago
Arjen Poutsma d5da823482 Fix race condition for AsynchronousFileChannel 7 years ago
Rossen Stoyanchev d7a7b08b08 Find the last plus for suffix MediaType 7 years ago
Sebastien Deleuze 2437500cfe Ignore DataBufferUtilsTests#writeAsynchronousFileChannel 7 years ago
Juergen Hoeller e4651d6b50 XmlEventDecoder uses common defensive XMLInputFactory (now in StaxUtils) 7 years ago
Sebastien Deleuze fa4d139684 Support instantiating Kotlin classes with optional parameters 7 years ago
Juergen Hoeller 46eba3dbfa Nullability fine-tuning around declaration inconsistencies 7 years ago
Juergen Hoeller 9fc4fb10b0 Nullability fine-tuning around bean properties 7 years ago
Sebastien Deleuze fb4ddb0746 Make getters and setters null-safety consistent 7 years ago
Sebastien Deleuze e2fd04dff3 Add a [] Kotlin extension for PropertyResolver#getRequiredProperty 7 years ago
Juergen Hoeller 12114a9d4c Consistent use of NIO.2 for file read/write interactions 7 years ago
Rossen Stoyanchev d56fedc226 Methods for reading a Resource in DataBufferUtils 7 years ago
Rossen Stoyanchev d3749bc1ec Add timeout to DataBufferUtilsTests to avoid hanging 7 years ago
Arjen Poutsma c802827f0f Change write methods to return Flux<DataBuffer> 7 years ago
Arjen Poutsma 83051b06b8 Add write methods to DataBufferUtils 7 years ago
Rossen Stoyanchev dfcc9af938 Lazy registration in ReactiveAdapterRegistry 7 years ago
Juergen Hoeller 3714e7b044 Deprecate FileSystemUtils 7 years ago
Juergen Hoeller 9b5132ce53 LinkedCaseInsensitiveMap exposes its locale for key conversion 7 years ago
Juergen Hoeller 398322139a StringUtils.uncapitalize is not actually nullable 7 years ago
Arjen Poutsma 621df7c978 Add ByteBuf leak detection @Rule 7 years ago
Juergen Hoeller cc74a2891a @Nullable all the way: null-safety at field level 7 years ago
Juergen Hoeller 87430f3cd3 ListenableFuture provides CompletableFuture adaptation via completable() 7 years ago
Juergen Hoeller 41eaf03bc8 Compatibility with covariant return type on JDK 9's ByteBuffer 7 years ago
Juergen Hoeller 098ff6f0f8 Compatibility with JDK 9 release candidate build (175) 7 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
Juergen Hoeller 3ae84d6dd8 Consistent support for Charset/StandardCharsets in UriUtils etc 8 years ago
diguage 2efa06237a Use Map#forEach instead of Map#entrySet#forEach 8 years ago
Arjen Poutsma 9bf82dc18f Add addAll(MultiValueMap) 8 years ago
Arjen Poutsma 7085a30382 Improve capacity calculcation in DefaultDataBuffer 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
Juergen Hoeller fd53d2a51a Consistent use of @Nullable in spring-test 8 years ago
Juergen Hoeller e6f1950952 Missing @Nullable annotations for findAnnotation/getValue/getDefaultValue 8 years ago
Phillip Webb 72cd24446d Make resolvePropertyName available to subclasses 8 years ago
Phillip Webb c675424189 Restore AnnotationUtils null argument support 8 years ago
Juergen Hoeller f813712f5b Consistent use of @Nullable across the codebase (even for internals) 8 years ago
Stephane Nicoll 6e3a9cbbb4 Polish "Refactor duplicated code" 8 years ago
diguage 5288641c50 Refactor duplicated code 8 years ago
diguage eae63786c2 Fixed reference 8 years ago
Sebastien Deleuze 90df7dd279 Add missing @Nullable annotation 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 ad2c0f8410 Improve @Nullable annotation 8 years ago
Sebastien Deleuze 87598f48e4 Introduce null-safety of Spring Framework API 8 years ago
Juergen Hoeller db69a082d9 Avoid java.util.Optional signatures for simple field access 8 years ago
Juergen Hoeller 7b3f5fd855 ResourceUtils.extractArchiveURL properly deals with top-level war URLs 8 years ago